diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2002-10-13 10:21:41 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2002-10-13 10:21:41 +0000 |
commit | c0981c4c8aad9d689f3b40591838943ea873a45e (patch) | |
tree | 9e1e75551916ab5b8313310aadf77e4c54350937 /x11-themes | |
parent | digest for new version (diff) | |
download | gentoo-2-c0981c4c8aad9d689f3b40591838943ea873a45e.tar.gz gentoo-2-c0981c4c8aad9d689f3b40591838943ea873a45e.tar.bz2 gentoo-2-c0981c4c8aad9d689f3b40591838943ea873a45e.zip |
sylpheed-theme is now sylpheed-iconset
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/sylpheed-iconset/ChangeLog | 11 | ||||
-rw-r--r-- | x11-themes/sylpheed-iconset/files/digest-sylpheed-iconset-0.8.3 | 1 | ||||
-rw-r--r-- | x11-themes/sylpheed-iconset/sylpheed-iconset-0.8.3.ebuild | 25 |
3 files changed, 37 insertions, 0 deletions
diff --git a/x11-themes/sylpheed-iconset/ChangeLog b/x11-themes/sylpheed-iconset/ChangeLog new file mode 100644 index 000000000000..15595b6727a4 --- /dev/null +++ b/x11-themes/sylpheed-iconset/ChangeLog @@ -0,0 +1,11 @@ +# 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.1 2002/10/13 10:21:41 bcowan Exp $ + +*sylpheed-iconset-0.8.3 (09 Oct 2002) + + 09 Oct 2002; Brad Cowan <bcowan@gentoo.org> sylpheed-iconset-0.8.3.ebuild, + ChangeLog, files/digest-sylpheed-iconset-0.8.3 : + + Initial import, sylpheed-theme is now renamed sylpheed-iconset-<ver>claws. + diff --git a/x11-themes/sylpheed-iconset/files/digest-sylpheed-iconset-0.8.3 b/x11-themes/sylpheed-iconset/files/digest-sylpheed-iconset-0.8.3 new file mode 100644 index 000000000000..9647c1f34f23 --- /dev/null +++ b/x11-themes/sylpheed-iconset/files/digest-sylpheed-iconset-0.8.3 @@ -0,0 +1 @@ +MD5 7a6a1d4b25d1ddc726b244da8cd3fd84 sylpheed-iconset-0.8.3claws.tar.gz 167902 diff --git a/x11-themes/sylpheed-iconset/sylpheed-iconset-0.8.3.ebuild b/x11-themes/sylpheed-iconset/sylpheed-iconset-0.8.3.ebuild new file mode 100644 index 000000000000..6da4a2d59d30 --- /dev/null +++ b/x11-themes/sylpheed-iconset/sylpheed-iconset-0.8.3.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.3.ebuild,v 1.1 2002/10/13 10:21:41 bcowan Exp $ + +DESCRIPTION="Iconset for sylpheed-claws" + +HOMEPAGE="http://sylpheed-claws.sourceforge.net/" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" + +DEPEND="${RDEPEND}" +RDEPEND="virtual/sylpheed" + +MY_P="${P}claws" +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 +} |