diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2002-12-26 17:19:36 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2002-12-26 17:19:36 +0000 |
commit | fc6173bd002aa0085f74bb34866d2bd538bde795 (patch) | |
tree | 243c67390da3cb9412baf537c478261adc8897a9 /x11-themes | |
parent | fix stuff (diff) | |
download | gentoo-2-fc6173bd002aa0085f74bb34866d2bd538bde795.tar.gz gentoo-2-fc6173bd002aa0085f74bb34866d2bd538bde795.tar.bz2 gentoo-2-fc6173bd002aa0085f74bb34866d2bd538bde795.zip |
new version
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/sylpheed-iconset/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/sylpheed-iconset/files/digest-sylpheed-iconset-0.8.7 | 1 | ||||
-rw-r--r-- | x11-themes/sylpheed-iconset/sylpheed-iconset-0.8.7.ebuild | 25 |
3 files changed, 33 insertions, 1 deletions
diff --git a/x11-themes/sylpheed-iconset/ChangeLog b/x11-themes/sylpheed-iconset/ChangeLog index 513ea3c2f476..ff0f9730d064 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 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/sylpheed-iconset/ChangeLog,v 1.2 2002/11/11 06:27:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/sylpheed-iconset/ChangeLog,v 1.3 2002/12/26 17:19:36 bcowan Exp $ + +*sylpheed-iconset-0.8.7 (26 Dec 2002) + + 26 Dec 2002; Brad Cowan <bcowan@gentoo.org> sylpheed-iconset-0.8.7.ebuild, + files/digest-sylpheed-iconset-0.8.7: + Version bumped, they renamed again with something unorthodox. *sylpheed-iconset-0.8.3 (09 Oct 2002) diff --git a/x11-themes/sylpheed-iconset/files/digest-sylpheed-iconset-0.8.7 b/x11-themes/sylpheed-iconset/files/digest-sylpheed-iconset-0.8.7 new file mode 100644 index 000000000000..200af34c3812 --- /dev/null +++ b/x11-themes/sylpheed-iconset/files/digest-sylpheed-iconset-0.8.7 @@ -0,0 +1 @@ +MD5 8159ffe656dc4256c1648fdd458945fb sylpheed-0.8.7claws-iconset.tar.gz 181133 diff --git a/x11-themes/sylpheed-iconset/sylpheed-iconset-0.8.7.ebuild b/x11-themes/sylpheed-iconset/sylpheed-iconset-0.8.7.ebuild new file mode 100644 index 000000000000..ec0893468da5 --- /dev/null +++ b/x11-themes/sylpheed-iconset/sylpheed-iconset-0.8.7.ebuild @@ -0,0 +1,25 @@ +# Copyright 2002 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-0.8.7.ebuild,v 1.1 2002/12/26 17:19:36 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" + +MY_P="sylpheed-0.8.7claws-iconset" +SRC_URI="mirror://sourceforge/sylpheed-claws/${MY_P}.tar.gz" + +S=${WORKDIR}/${MY_P} + +src_install () { + dodir /usr/share/sylpheed/themes + dodoc README + rm README + cp -a * ${D}/usr/share/sylpheed/themes +} |