diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-05-18 21:40:19 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-05-18 21:40:19 +0000 |
commit | 50c39f187cd5bdfe34a107a99a7edcc49f525273 (patch) | |
tree | ffb094f36f49f6a939be67a0a31b147c6ae72275 /x11-misc/xearth | |
parent | Remove old. (diff) | |
download | gentoo-2-50c39f187cd5bdfe34a107a99a7edcc49f525273.tar.gz gentoo-2-50c39f187cd5bdfe34a107a99a7edcc49f525273.tar.bz2 gentoo-2-50c39f187cd5bdfe34a107a99a7edcc49f525273.zip |
Remove old.
(Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-misc/xearth')
-rw-r--r-- | x11-misc/xearth/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xearth/xearth-1.1.ebuild | 35 |
2 files changed, 5 insertions, 38 deletions
diff --git a/x11-misc/xearth/ChangeLog b/x11-misc/xearth/ChangeLog index 6d0a86d3ed3f..3336ef804755 100644 --- a/x11-misc/xearth/ChangeLog +++ b/x11-misc/xearth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xearth -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.25 2012/03/18 19:57:14 armin76 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.26 2015/05/18 21:40:19 mrueg Exp $ + + 18 May 2015; Manuel Rüger <mrueg@gentoo.org> -xearth-1.1.ebuild: + Remove old. 18 Mar 2012; Raúl Porcel <armin76@gentoo.org> xearth-1.1.ebuild, xearth-1.1-r1.ebuild: @@ -87,4 +90,3 @@ 12 Aug 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : Initial ebuild in portage. Thanks to Bret Towe for the ebuild. - diff --git a/x11-misc/xearth/xearth-1.1.ebuild b/x11-misc/xearth/xearth-1.1.ebuild deleted file mode 100644 index 84a998a1de3c..000000000000 --- a/x11-misc/xearth/xearth-1.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/xearth-1.1.ebuild,v 1.15 2012/03/18 19:57:14 armin76 Exp $ - -HOMEPAGE="http://hewgill.com/xearth/original/" -DESCRIPTION="Xearth sets the X root window to an image of the Earth" -SRC_URI="ftp://cag.lcs.mit.edu/pub/tuna/${P}.tar.gz - ftp://ftp.cs.colorado.edu/users/tuna/${P}.tar.gz" - -SLOT="0" -LICENSE="xearth" -KEYWORDS="alpha amd64 ppc ppc64 x86" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXt - x11-libs/libXext" -DEPEND="${RDEPEND} - x11-misc/imake - app-text/rman - x11-proto/xproto" - -src_compile() { - xmkmf || die - mv Makefile Makefile.orig - sed -e "s:CDEBUGFLAGS = .*:CDEBUGFLAGS = ${CFLAGS} -fno-strength-reduce:" \ - Makefile.orig > Makefile - emake || die -} - -src_install() { - newman xearth.man xearth.1 - dobin xearth - dodoc BUILT-IN GAMMA-TEST HISTORY README -} |