diff options
author | 2008-03-22 16:45:46 +0000 | |
---|---|---|
committer | 2008-03-22 16:45:46 +0000 | |
commit | be5afba5172232d2837d52830944bc0a3a9f3e68 (patch) | |
tree | e742ecf785b1cde98b967ef032cae3f5bd3b60b0 /x11-plugins/wmSpaceWeather | |
parent | amd64 stable wrt bug #208032 (diff) | |
download | gentoo-2-be5afba5172232d2837d52830944bc0a3a9f3e68.tar.gz gentoo-2-be5afba5172232d2837d52830944bc0a3a9f3e68.tar.bz2 gentoo-2-be5afba5172232d2837d52830944bc0a3a9f3e68.zip |
amd64 stable and remove old wrt bug #207888
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-plugins/wmSpaceWeather')
-rw-r--r-- | x11-plugins/wmSpaceWeather/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04.ebuild | 35 | ||||
-rw-r--r-- | x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild | 4 |
3 files changed, 7 insertions, 38 deletions
diff --git a/x11-plugins/wmSpaceWeather/ChangeLog b/x11-plugins/wmSpaceWeather/ChangeLog index 35ed3b2e4a8d..2a82b92c677e 100644 --- a/x11-plugins/wmSpaceWeather/ChangeLog +++ b/x11-plugins/wmSpaceWeather/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmSpaceWeather # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSpaceWeather/ChangeLog,v 1.16 2008/03/08 23:42:02 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSpaceWeather/ChangeLog,v 1.17 2008/03/22 16:45:46 coldwind Exp $ + + 22 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> + -wmSpaceWeather-1.04.ebuild, wmSpaceWeather-1.04_p19.ebuild: + amd64 stable and remove old wrt bug #207888 08 Mar 2008; Ferris McCormick <fmccor@gentoo.org> wmSpaceWeather-1.04_p19.ebuild: diff --git a/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04.ebuild b/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04.ebuild deleted file mode 100644 index bdf947b20aff..000000000000 --- a/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# 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.15 2007/07/22 05:32:16 dberkholz Exp $ - -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 hppa ppc ~sparc" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-proto/xproto - x11-proto/xextproto" - -src_compile() { - epatch ${FILESDIR}/getkp.patch - emake -C wmSpaceWeather clean || die "make clean failed" - - COPTS=${CFLAGS} emake -C wmSpaceWeather \ - || die "parallel make failed" -} - -src_install() { - dobin wmSpaceWeather/wmSpaceWeather wmSpaceWeather/GetKp - doman wmSpaceWeather/wmSpaceWeather.1 - dodoc BUGS CHANGES HINTS README -} diff --git a/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild b/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild index 42e2bb8825d2..ede3c49ceb57 100644 --- a/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild +++ b/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild,v 1.5 2008/03/08 23:42:02 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild,v 1.6 2008/03/22 16:45:46 coldwind Exp $ inherit eutils multilib toolchain-funcs @@ -17,7 +17,7 @@ SRC_URI="mirror://debian/pool/main/w/${MY_PN}/${MY_P_ORIG}.tar.gz SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 hppa ~mips ppc sparc x86" +KEYWORDS="amd64 hppa ~mips ppc sparc x86" IUSE="" CDEPEND="x11-libs/libX11 |