diff options
author | Marius Mauch <genone@gentoo.org> | 2004-08-25 20:30:13 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2004-08-25 20:30:13 +0000 |
commit | 1a6610769ff9da769f34f9d1c9ccf46682649675 (patch) | |
tree | 7f1949b3fd909c87fcc94f341ebd8c80f61bcc89 | |
parent | uclibc -> uClibc (diff) | |
download | gentoo-2-1a6610769ff9da769f34f9d1c9ccf46682649675.tar.gz gentoo-2-1a6610769ff9da769f34f9d1c9ccf46682649675.tar.bz2 gentoo-2-1a6610769ff9da769f34f9d1c9ccf46682649675.zip |
version bump
4 files changed, 35 insertions, 3 deletions
diff --git a/x11-themes/sylpheed-iconset/ChangeLog b/x11-themes/sylpheed-iconset/ChangeLog index d966405a7dc8..ad80e8b2bb69 100644 --- a/x11-themes/sylpheed-iconset/ChangeLog +++ b/x11-themes/sylpheed-iconset/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-themes/sylpheed-iconset # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/sylpheed-iconset/ChangeLog,v 1.14 2004/07/19 00:08:52 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/sylpheed-iconset/ChangeLog,v 1.15 2004/08/25 20:30:13 genone Exp $ + +*sylpheed-iconset-20040525 (25 Aug 2004) + + 25 Aug 2004; <genone@gentoo.org> +sylpheed-iconset-20040525.ebuild: + version bump 19 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> sylpheed-iconset-20040206.ebuild: diff --git a/x11-themes/sylpheed-iconset/Manifest b/x11-themes/sylpheed-iconset/Manifest index 3ea87462463c..d17140fd3810 100644 --- a/x11-themes/sylpheed-iconset/Manifest +++ b/x11-themes/sylpheed-iconset/Manifest @@ -1,7 +1,9 @@ -MD5 21cf605775ed2db095dce07e0be3688f sylpheed-iconset-20040206.ebuild 726 +MD5 f383468adfcbddb14335ac0f5951573e ChangeLog 2087 MD5 06fa4a24e9d5c961b115d0b11e887d80 sylpheed-iconset-20030712.ebuild 606 MD5 597b54dff6e92695fb05291e7c90af0e sylpheed-iconset-20031130.ebuild 724 -MD5 f383468adfcbddb14335ac0f5951573e ChangeLog 2087 +MD5 21cf605775ed2db095dce07e0be3688f sylpheed-iconset-20040206.ebuild 726 +MD5 21cf605775ed2db095dce07e0be3688f sylpheed-iconset-20040525.ebuild 726 MD5 35b460ebc46a0d43be0ae5c4c1a124bc files/digest-sylpheed-iconset-20030712 77 MD5 be64b9943c9a86fbf5236beade9d2462 files/digest-sylpheed-iconset-20031130 77 MD5 e15d29fd52e4da3b91a75f39032fe255 files/digest-sylpheed-iconset-20040206 77 +MD5 1c9ad255f210270bd8c2fc180d0e2efc files/digest-sylpheed-iconset-20040525 77 diff --git a/x11-themes/sylpheed-iconset/files/digest-sylpheed-iconset-20040525 b/x11-themes/sylpheed-iconset/files/digest-sylpheed-iconset-20040525 new file mode 100644 index 000000000000..05a2b3e9eecc --- /dev/null +++ b/x11-themes/sylpheed-iconset/files/digest-sylpheed-iconset-20040525 @@ -0,0 +1 @@ +MD5 a2aa029cdee6cc22a0305774b70a5a70 sylpheed-iconset-20040525.tar.gz 856996 diff --git a/x11-themes/sylpheed-iconset/sylpheed-iconset-20040525.ebuild b/x11-themes/sylpheed-iconset/sylpheed-iconset-20040525.ebuild new file mode 100644 index 000000000000..5dbc1c8965ed --- /dev/null +++ b/x11-themes/sylpheed-iconset/sylpheed-iconset-20040525.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/sylpheed-iconset/sylpheed-iconset-20040525.ebuild,v 1.1 2004/08/25 20:30:13 genone Exp $ + +DESCRIPTION="Iconset for sylpheed-claws" +HOMEPAGE="http://sylpheed-claws.sourceforge.net/" +SRC_URI="mirror://sourceforge/sylpheed-claws/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~alpha ~ppc" +IUSE="" + +DEPEND="virtual/sylpheed" + +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 +} |