diff options
author | Mart Raudsepp <leio@gentoo.org> | 2007-07-11 03:04:15 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2007-07-11 03:04:15 +0000 |
commit | bd14de47a0d07932636ab35aa1e2e89c418c9fa4 (patch) | |
tree | f68e34e639bc5261f494e2f155c65511ca63730a /x11-themes/sawfish-themes/sawfish-themes-0.0.1-r1.ebuild | |
parent | Remove old (diff) | |
download | gentoo-2-bd14de47a0d07932636ab35aa1e2e89c418c9fa4.tar.gz gentoo-2-bd14de47a0d07932636ab35aa1e2e89c418c9fa4.tar.bz2 gentoo-2-bd14de47a0d07932636ab35aa1e2e89c418c9fa4.zip |
Remove old
(Portage version: 2.1.3_rc7)
Diffstat (limited to 'x11-themes/sawfish-themes/sawfish-themes-0.0.1-r1.ebuild')
-rw-r--r-- | x11-themes/sawfish-themes/sawfish-themes-0.0.1-r1.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/x11-themes/sawfish-themes/sawfish-themes-0.0.1-r1.ebuild b/x11-themes/sawfish-themes/sawfish-themes-0.0.1-r1.ebuild deleted file mode 100644 index 149dd88d7ed0..000000000000 --- a/x11-themes/sawfish-themes/sawfish-themes-0.0.1-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/sawfish-themes/sawfish-themes-0.0.1-r1.ebuild,v 1.10 2004/08/30 19:44:42 pvdabeel Exp $ - -DESCRIPTION="Some nice themes for sawfish" -HOMEPAGE="http://www.themes.org" -SRC_URI="http://ftp1.sourceforge.net/pub/mirrors/themes.org/sawmill/Adept-0.28.tar.gz http://ftp1.sourceforge.net/pub/mirrors/themes.org/sawmill/Eazel-blue-0.30.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc alpha" -IUSE="" - -DEPEND=">=x11-wm/sawfish-1.0" - -src_install() { - version="`sawfish --version |sed -e 's/sawfish version //'`" - dodir /usr/share/sawfish/${version}/themes - cd ${D}/usr/share/sawfish/${version}/themes - unpack Adept-0.28.tar.gz - unpack Eazel-blue-0.30.tar.gz -} - |