diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-13 06:21:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-13 06:21:04 +0000 |
commit | 4b592c2a6130d16e944d1ac2d1e0713a4946e656 (patch) | |
tree | c6f866065b4c67e255ff73e7893124cdaa2bfefb /x11-themes/redhat-artwork/redhat-artwork-0.88.ebuild | |
parent | fix inheritance (diff) | |
download | historical-4b592c2a6130d16e944d1ac2d1e0713a4946e656.tar.gz historical-4b592c2a6130d16e944d1ac2d1e0713a4946e656.tar.bz2 historical-4b592c2a6130d16e944d1ac2d1e0713a4946e656.zip |
fix inheritance
Diffstat (limited to 'x11-themes/redhat-artwork/redhat-artwork-0.88.ebuild')
-rw-r--r-- | x11-themes/redhat-artwork/redhat-artwork-0.88.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/x11-themes/redhat-artwork/redhat-artwork-0.88.ebuild b/x11-themes/redhat-artwork/redhat-artwork-0.88.ebuild index 9c9cd44c8030..4cc831eb1794 100644 --- a/x11-themes/redhat-artwork/redhat-artwork-0.88.ebuild +++ b/x11-themes/redhat-artwork/redhat-artwork-0.88.ebuild @@ -1,12 +1,15 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.88.ebuild,v 1.2 2003/11/12 09:04:28 tad Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.88.ebuild,v 1.3 2003/11/13 06:19:12 vapier Exp $ + +inherit eutils rpm RH_EXTRAVERSION="1" DESCRIPTION="RedHat's Bluecurve theme for GTK1, GTK2, KDE3, GDM, Metacity and Nautilus" HOMEPAGE="http://www.redhat.com" SRC_URI="http://download.fedora.redhat.com/pub/fedora/linux/core/development/SRPMS/${P}-${RH_EXTRAVERSION}.src.rpm" + LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~alpha ~sparc" @@ -27,10 +30,6 @@ DEPEND="sys-devel/autoconf # OR gdm, we don't want any run-time dependencies... RDEPEND="" -inherit eutils rpm - -S="${WORKDIR}/${P}" - # We need to change some RedHat-specific stuff to Gentoo-style... _replace() { FROM=$1 @@ -179,4 +178,3 @@ src_install () { cd ${S} dodoc AUTHORS NEWS README ChangeLog } - |