diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-07-31 03:08:03 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-07-31 03:08:03 +0000 |
commit | 2d328a6c145eb0d33e36e13d8fcbcb8e9f9bf5b8 (patch) | |
tree | 169c44def49978d7e318fee600a976287437aa8a /x11-themes/sylpheed-iconset | |
parent | Lots of shifting of stuff going on - see the ChangeLog for details (diff) | |
download | gentoo-2-2d328a6c145eb0d33e36e13d8fcbcb8e9f9bf5b8.tar.gz gentoo-2-2d328a6c145eb0d33e36e13d8fcbcb8e9f9bf5b8.tar.bz2 gentoo-2-2d328a6c145eb0d33e36e13d8fcbcb8e9f9bf5b8.zip |
Version bump.
Diffstat (limited to 'x11-themes/sylpheed-iconset')
4 files changed, 35 insertions, 2 deletions
diff --git a/x11-themes/sylpheed-iconset/ChangeLog b/x11-themes/sylpheed-iconset/ChangeLog index 6e98e142df67..046df15ac76a 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.5 2003/05/25 17:15:39 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/sylpheed-iconset/ChangeLog,v 1.6 2003/07/31 03:07:46 bcowan Exp $ + +*sylpheed-iconset-20030712 (30 Jul 2003) + + 30 Jul 2003; Brad Cowan <bcowan@gentoo.org> + sylpheed-iconset-20030712.ebuild: + Version bump. *sylpheed-iconset-20030523 (25 May 2003) diff --git a/x11-themes/sylpheed-iconset/Manifest b/x11-themes/sylpheed-iconset/Manifest index 804933eadafa..107d9f1b9ac3 100644 --- a/x11-themes/sylpheed-iconset/Manifest +++ b/x11-themes/sylpheed-iconset/Manifest @@ -1,7 +1,9 @@ MD5 b2229cbb97cb836d39fa38bbd4a68233 sylpheed-iconset-20030523.ebuild 647 MD5 63ada329adb90c7fa464430744064ae2 sylpheed-iconset-0.8.7.ebuild 685 -MD5 cf1b6995e3ab7373f1cf3174a1e06f85 ChangeLog 909 +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 dd37267d59eb7e5e17ec32af921c84ad files/digest-sylpheed-iconset-0.8.7 79 diff --git a/x11-themes/sylpheed-iconset/files/digest-sylpheed-iconset-20030712 b/x11-themes/sylpheed-iconset/files/digest-sylpheed-iconset-20030712 new file mode 100644 index 000000000000..981d06c86072 --- /dev/null +++ b/x11-themes/sylpheed-iconset/files/digest-sylpheed-iconset-20030712 @@ -0,0 +1 @@ +MD5 7da918c0ebe89cd6c9f8b65bc3e18377 sylpheed-iconset-20030712.tar.gz 333539 diff --git a/x11-themes/sylpheed-iconset/sylpheed-iconset-20030712.ebuild b/x11-themes/sylpheed-iconset/sylpheed-iconset-20030712.ebuild new file mode 100644 index 000000000000..365e44ed7479 --- /dev/null +++ b/x11-themes/sylpheed-iconset/sylpheed-iconset-20030712.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-20030712.ebuild,v 1.1 2003/07/31 03:07:46 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 +} |