diff options
4 files changed, 41 insertions, 4 deletions
diff --git a/x11-themes/sylpheed-iconset/ChangeLog b/x11-themes/sylpheed-iconset/ChangeLog index 046df15ac76a..11ae028ebcae 100644 --- a/x11-themes/sylpheed-iconset/ChangeLog +++ b/x11-themes/sylpheed-iconset/ChangeLog @@ -1,6 +1,13 @@ # 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.6 2003/07/31 03:07:46 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/sylpheed-iconset/ChangeLog,v 1.7 2003/12/10 19:30:30 hanno Exp $ + +*sylpheed-iconset-20031130 (10 Dec 2003) + + 10 Dec 2003; Hanno Boeck <hanno@gentoo.org> + sylpheed-iconset-20031130.ebuild: + Version bump. Fixed file permissions, removed INSTALL-file from themes-dir, + added symlink so the themes work in both sylpheed/sylpheed-claws. *sylpheed-iconset-20030712 (30 Jul 2003) diff --git a/x11-themes/sylpheed-iconset/Manifest b/x11-themes/sylpheed-iconset/Manifest index 107d9f1b9ac3..f11478c0f08c 100644 --- a/x11-themes/sylpheed-iconset/Manifest +++ b/x11-themes/sylpheed-iconset/Manifest @@ -1,9 +1,11 @@ +MD5 c08e50c56a3e2653c20a1bb75db3f935 sylpheed-iconset-0.8.3.ebuild 655 +MD5 bb1da4e21213bdf693d9c38d1a28d52e ChangeLog 1320 MD5 b2229cbb97cb836d39fa38bbd4a68233 sylpheed-iconset-20030523.ebuild 647 MD5 63ada329adb90c7fa464430744064ae2 sylpheed-iconset-0.8.7.ebuild 685 +MD5 680bfbc33818d88b2c1c90083cc2ea6e sylpheed-iconset-20031130.ebuild 765 MD5 0f27526d6c6d4c63e6c1a241aa5912a8 sylpheed-iconset-20030712.ebuild 647 -MD5 6dc71b2e3da31cbdead2382903ecc398 ChangeLog 1050 -MD5 c08e50c56a3e2653c20a1bb75db3f935 sylpheed-iconset-0.8.3.ebuild 655 MD5 afe31c8b13977e7c9acafde2e9c4ae15 files/digest-sylpheed-iconset-20030523 77 -MD5 35b460ebc46a0d43be0ae5c4c1a124bc files/digest-sylpheed-iconset-20030712 77 MD5 0a15e6538d7639732f82e5012e48e485 files/digest-sylpheed-iconset-0.8.3 79 +MD5 35b460ebc46a0d43be0ae5c4c1a124bc files/digest-sylpheed-iconset-20030712 77 +MD5 be64b9943c9a86fbf5236beade9d2462 files/digest-sylpheed-iconset-20031130 77 MD5 dd37267d59eb7e5e17ec32af921c84ad files/digest-sylpheed-iconset-0.8.7 79 diff --git a/x11-themes/sylpheed-iconset/files/digest-sylpheed-iconset-20031130 b/x11-themes/sylpheed-iconset/files/digest-sylpheed-iconset-20031130 new file mode 100644 index 000000000000..db3eb3da196d --- /dev/null +++ b/x11-themes/sylpheed-iconset/files/digest-sylpheed-iconset-20031130 @@ -0,0 +1 @@ +MD5 7dd2785cc0fb1cdfa2f953a9e4e298ca sylpheed-iconset-20031130.tar.gz 693257 diff --git a/x11-themes/sylpheed-iconset/sylpheed-iconset-20031130.ebuild b/x11-themes/sylpheed-iconset/sylpheed-iconset-20031130.ebuild new file mode 100644 index 000000000000..3d5d924911c4 --- /dev/null +++ b/x11-themes/sylpheed-iconset/sylpheed-iconset-20031130.ebuild @@ -0,0 +1,27 @@ +# 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-20031130.ebuild,v 1.1 2003/12/10 19:30:30 hanno 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 INSTALL + chmod 644 */* + cp -r * ${D}/usr/share/sylpheed-claws/themes + dodir /usr/share/sylpheed + dosym /usr/share/sylpheed-claws/themes /usr/share/sylpheed/themes +} |