summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2003-05-25 17:16:41 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2003-05-25 17:16:41 +0000
commitda2027a122d6f18356c6ecb923adbb1027416580 (patch)
treed21023f91183ed600aea9e29477827e6dbd87c3e /x11-themes/sylpheed-iconset
parentfixed date .. (diff)
downloadgentoo-2-da2027a122d6f18356c6ecb923adbb1027416580.tar.gz
gentoo-2-da2027a122d6f18356c6ecb923adbb1027416580.tar.bz2
gentoo-2-da2027a122d6f18356c6ecb923adbb1027416580.zip
version bump
Diffstat (limited to 'x11-themes/sylpheed-iconset')
-rw-r--r--x11-themes/sylpheed-iconset/ChangeLog8
-rw-r--r--x11-themes/sylpheed-iconset/Manifest7
-rw-r--r--x11-themes/sylpheed-iconset/files/digest-sylpheed-iconset-200305231
-rw-r--r--x11-themes/sylpheed-iconset/sylpheed-iconset-20030523.ebuild24
4 files changed, 39 insertions, 1 deletions
diff --git a/x11-themes/sylpheed-iconset/ChangeLog b/x11-themes/sylpheed-iconset/ChangeLog
index 76c5985d4470..6e98e142df67 100644
--- a/x11-themes/sylpheed-iconset/ChangeLog
+++ b/x11-themes/sylpheed-iconset/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-themes/sylpheed-iconset-0.8.3
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/sylpheed-iconset/ChangeLog,v 1.4 2003/02/12 09:50:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/sylpheed-iconset/ChangeLog,v 1.5 2003/05/25 17:15:39 bcowan Exp $
+
+*sylpheed-iconset-20030523 (25 May 2003)
+
+ 25 May 2003; Brad Cowan <bcowan@gentoo.org> sylpheed-iconset-20030523.ebuild,
+ files/digest-sylpheed-iconset-20030523:
+ Version bumped, they renamed again.
*sylpheed-iconset-0.8.7 (26 Dec 2002)
diff --git a/x11-themes/sylpheed-iconset/Manifest b/x11-themes/sylpheed-iconset/Manifest
new file mode 100644
index 000000000000..804933eadafa
--- /dev/null
+++ b/x11-themes/sylpheed-iconset/Manifest
@@ -0,0 +1,7 @@
+MD5 b2229cbb97cb836d39fa38bbd4a68233 sylpheed-iconset-20030523.ebuild 647
+MD5 63ada329adb90c7fa464430744064ae2 sylpheed-iconset-0.8.7.ebuild 685
+MD5 cf1b6995e3ab7373f1cf3174a1e06f85 ChangeLog 909
+MD5 c08e50c56a3e2653c20a1bb75db3f935 sylpheed-iconset-0.8.3.ebuild 655
+MD5 afe31c8b13977e7c9acafde2e9c4ae15 files/digest-sylpheed-iconset-20030523 77
+MD5 0a15e6538d7639732f82e5012e48e485 files/digest-sylpheed-iconset-0.8.3 79
+MD5 dd37267d59eb7e5e17ec32af921c84ad files/digest-sylpheed-iconset-0.8.7 79
diff --git a/x11-themes/sylpheed-iconset/files/digest-sylpheed-iconset-20030523 b/x11-themes/sylpheed-iconset/files/digest-sylpheed-iconset-20030523
new file mode 100644
index 000000000000..2d097b356ea1
--- /dev/null
+++ b/x11-themes/sylpheed-iconset/files/digest-sylpheed-iconset-20030523
@@ -0,0 +1 @@
+MD5 141ca2dfbf2227ca89e57dbc23067308 sylpheed-iconset-20030523.tar.gz 279073
diff --git a/x11-themes/sylpheed-iconset/sylpheed-iconset-20030523.ebuild b/x11-themes/sylpheed-iconset/sylpheed-iconset-20030523.ebuild
new file mode 100644
index 000000000000..81f21efe1449
--- /dev/null
+++ b/x11-themes/sylpheed-iconset/sylpheed-iconset-20030523.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/sylpheed-iconset/sylpheed-iconset-20030523.ebuild,v 1.1 2003/05/25 17:15:39 bcowan Exp $
+
+DESCRIPTION="Iconset for sylpheed-claws"
+
+HOMEPAGE="http://sylpheed-claws.sourceforge.net/"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 alpha"
+
+DEPEND="${RDEPEND}"
+RDEPEND="virtual/sylpheed"
+
+SRC_URI="mirror://sourceforge/sylpheed-claws/${P}.tar.gz"
+
+S=${WORKDIR}/${P}
+
+src_install () {
+ dodir /usr/share/sylpheed-claws/themes
+ dodoc README
+ rm README
+ cp -a * ${D}/usr/share/sylpheed-claws/themes
+}