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 | 908f3673f9c81eeba3eb337c06cbb1972b7e43c0 (patch) | |
tree | ef4be7acdefa21c301cf0b95eb2bbb56ccde2bbd /x11-plugins/wmSpaceWeather | |
parent | ver bump #40911 (diff) | |
download | gentoo-2-908f3673f9c81eeba3eb337c06cbb1972b7e43c0.tar.gz gentoo-2-908f3673f9c81eeba3eb337c06cbb1972b7e43c0.tar.bz2 gentoo-2-908f3673f9c81eeba3eb337c06cbb1972b7e43c0.zip |
Inherit from eutils if using epatch. Marking stable on hppa
Diffstat (limited to 'x11-plugins/wmSpaceWeather')
-rw-r--r-- | x11-plugins/wmSpaceWeather/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04.ebuild | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-plugins/wmSpaceWeather/ChangeLog b/x11-plugins/wmSpaceWeather/ChangeLog index e8f5eb36506d..1977087c01d2 100644 --- a/x11-plugins/wmSpaceWeather/ChangeLog +++ b/x11-plugins/wmSpaceWeather/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmSpaceWeather # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSpaceWeather/ChangeLog,v 1.5 2004/03/28 23:47:50 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSpaceWeather/ChangeLog,v 1.6 2004/04/06 02:55:01 zx Exp $ + + 05 Apr 2004; Chris Aniszczyk <zx@gentoo.org> wmSpaceWeather-1.04.ebuild: + Inherit eutils, marking stable on hppa 29 Mar 2004; Markus Nigbur <pyrania@gentoo.org> wmSpaceWeather-1.04.ebuild, files/getkp.patch: 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 |