diff options
author | 2002-10-13 10:31:09 +0000 | |
---|---|---|
committer | 2002-10-13 10:31:09 +0000 | |
commit | 5892fe40adfb459a6d3adc44035ac07f8b5bed65 (patch) | |
tree | b0c14672b403e2133e547f1ccad1c40ff0656b58 /x11-themes/sylpheed-theme | |
parent | sylpheed-theme is now sylpheed-iconset (diff) | |
download | gentoo-2-5892fe40adfb459a6d3adc44035ac07f8b5bed65.tar.gz gentoo-2-5892fe40adfb459a6d3adc44035ac07f8b5bed65.tar.bz2 gentoo-2-5892fe40adfb459a6d3adc44035ac07f8b5bed65.zip |
sylpheed-theme is now sylpheed-iconset upstream
Diffstat (limited to 'x11-themes/sylpheed-theme')
-rw-r--r-- | x11-themes/sylpheed-theme/ChangeLog | 17 | ||||
-rw-r--r-- | x11-themes/sylpheed-theme/files/digest-sylpheed-theme-2 | 1 | ||||
-rw-r--r-- | x11-themes/sylpheed-theme/files/digest-sylpheed-theme-3 | 1 | ||||
-rw-r--r-- | x11-themes/sylpheed-theme/sylpheed-theme-2.ebuild | 34 | ||||
-rw-r--r-- | x11-themes/sylpheed-theme/sylpheed-theme-3.ebuild | 34 |
5 files changed, 0 insertions, 87 deletions
diff --git a/x11-themes/sylpheed-theme/ChangeLog b/x11-themes/sylpheed-theme/ChangeLog deleted file mode 100644 index 5b0f51841ec1..000000000000 --- a/x11-themes/sylpheed-theme/ChangeLog +++ /dev/null @@ -1,17 +0,0 @@ -# ChangeLog for x11-themes/sylpheed-theme -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/sylpheed-theme/ChangeLog,v 1.2 2002/08/17 04:56:23 seemant Exp $ - -*sylpheed-theme-3 (16 Aug 2002) - - 16 Aug 2002; Seemant Kulleen <seemant@gentoo.org> sylpheed-theme-3.ebuild : - - Version bump, thanks to bradlyatc - - -*sylpheed-theme-2 (29 Jun 2002) - - 29 Jun 2002; Seemant Kulleen <seemant@gentoo.org> sylpheed-theme-2.ebuild - files/digest-sylpheed-theme-2 ChangeLog : - - New package. diff --git a/x11-themes/sylpheed-theme/files/digest-sylpheed-theme-2 b/x11-themes/sylpheed-theme/files/digest-sylpheed-theme-2 deleted file mode 100644 index 00c5a37b6230..000000000000 --- a/x11-themes/sylpheed-theme/files/digest-sylpheed-theme-2 +++ /dev/null @@ -1 +0,0 @@ -MD5 e62d7a6188d1212e0ceac8ed7aaecd62 sylpheed-theme-pak2.tar.bz2 56739 diff --git a/x11-themes/sylpheed-theme/files/digest-sylpheed-theme-3 b/x11-themes/sylpheed-theme/files/digest-sylpheed-theme-3 deleted file mode 100644 index d24dfddf4791..000000000000 --- a/x11-themes/sylpheed-theme/files/digest-sylpheed-theme-3 +++ /dev/null @@ -1 +0,0 @@ -MD5 12b7f865a41c24a918a60d54e1326d29 sylpheed-theme-pak3.tar.bz2 89850 diff --git a/x11-themes/sylpheed-theme/sylpheed-theme-2.ebuild b/x11-themes/sylpheed-theme/sylpheed-theme-2.ebuild deleted file mode 100644 index c48b7e77029c..000000000000 --- a/x11-themes/sylpheed-theme/sylpheed-theme-2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/sylpheed-theme/sylpheed-theme-2.ebuild,v 1.5 2002/10/03 21:49:34 owen Exp $ - -DESCRIPTION="Theme packs for sylpheed and sylpheed-claws and sylpheed-claws-nc" - -HOMEPAGE="http://sylpheed-claws.sourceforge.net/" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc" - -RDEPEND="virtual/sylpheed" - -MY_P=${PN}-pak${PV} -SRC_URI="mirror://sourceforge/sylpheed-claws/${MY_P}.tar.bz2" - -S=${WORKDIR} - -src_compile() { - - einfo "Nothing to compile" -} - -src_install () { - - dodoc README - - THEMEDIR=/usr/share/sylpheed/themes - dodir ${THEMEDIR} - - rm README - cp -a * ${D}/${THEMEDIR} - -} diff --git a/x11-themes/sylpheed-theme/sylpheed-theme-3.ebuild b/x11-themes/sylpheed-theme/sylpheed-theme-3.ebuild deleted file mode 100644 index f2ffa940fbc5..000000000000 --- a/x11-themes/sylpheed-theme/sylpheed-theme-3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/sylpheed-theme/sylpheed-theme-3.ebuild,v 1.2 2002/10/03 21:49:35 owen Exp $ - -DESCRIPTION="Theme packs for sylpheed and sylpheed-claws and sylpheed-claws-nc" - -HOMEPAGE="http://sylpheed-claws.sourceforge.net/" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc" - -RDEPEND="virtual/sylpheed" - -MY_P=${PN}-pak${PV} -SRC_URI="mirror://sourceforge/sylpheed-claws/${MY_P}.tar.bz2" - -S=${WORKDIR} - -src_compile() { - - einfo "Nothing to compile" -} - -src_install () { - - dodoc README - - THEMEDIR=/usr/share/sylpheed/themes - dodir ${THEMEDIR} - - rm README - cp -a * ${D}/${THEMEDIR} - -} |