diff options
author | Chris Aniszczyk <zx@gentoo.org> | 2004-04-06 02:55:01 +0000 |
---|---|---|
committer | Chris Aniszczyk <zx@gentoo.org> | 2004-04-06 02:55:01 +0000 |
commit | d1df95aba7aa5389e9f2ff5df74e6b182f701dfd (patch) | |
tree | aadc5cdcde50db37de7b9d4939ace043d2efd4da /x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04.ebuild | |
parent | ver bump #40911 (diff) | |
download | historical-d1df95aba7aa5389e9f2ff5df74e6b182f701dfd.tar.gz historical-d1df95aba7aa5389e9f2ff5df74e6b182f701dfd.tar.bz2 historical-d1df95aba7aa5389e9f2ff5df74e6b182f701dfd.zip |
Inherit from eutils if using epatch. Marking stable on hppa
Diffstat (limited to 'x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04.ebuild')
-rw-r--r-- | x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04.ebuild b/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04.ebuild index b4cacfcaf789..d6394af39cb6 100644 --- a/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04.ebuild +++ b/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04.ebuild @@ -1,19 +1,20 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04.ebuild,v 1.9 2004/03/28 23:47:50 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04.ebuild,v 1.10 2004/04/06 02:55:01 zx Exp $ -IUSE="" +inherit eutils +IUSE="" DESCRIPTION="dockapp showing weather at geosynchronous orbit." HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml" SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 amd64 ~mips" +KEYWORDS="x86 amd64 ~mips hppa" DEPEND="dev-lang/perl - virtual/x11" + virtual/x11" src_compile() { epatch ${FILESDIR}/getkp.patch |