diff options
author | 2015-05-18 21:39:11 +0000 | |
---|---|---|
committer | 2015-05-18 21:39:11 +0000 | |
commit | a5b66cc7d6f9b435aac249ce217c9fff60f33f1e (patch) | |
tree | ae5b50fb1f1b09817f2e0927ab937878115b67c3 /x11-misc | |
parent | Remove old. (diff) | |
download | gentoo-2-a5b66cc7d6f9b435aac249ce217c9fff60f33f1e.tar.gz gentoo-2-a5b66cc7d6f9b435aac249ce217c9fff60f33f1e.tar.bz2 gentoo-2-a5b66cc7d6f9b435aac249ce217c9fff60f33f1e.zip |
Remove old.
(Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xmountains/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/xmountains/xmountains-2.7.ebuild | 36 | ||||
-rw-r--r-- | x11-misc/xmountains/xmountains-2.8.ebuild | 39 |
3 files changed, 6 insertions, 78 deletions
diff --git a/x11-misc/xmountains/ChangeLog b/x11-misc/xmountains/ChangeLog index ed542ba91ceb..be9e11217b91 100644 --- a/x11-misc/xmountains/ChangeLog +++ b/x11-misc/xmountains/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xmountains -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmountains/ChangeLog,v 1.22 2012/11/17 10:23:59 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmountains/ChangeLog,v 1.23 2015/05/18 21:39:11 mrueg Exp $ + + 18 May 2015; Manuel Rüger <mrueg@gentoo.org> -xmountains-2.7.ebuild, + -xmountains-2.8.ebuild: + Remove old. 17 Nov 2012; Ulrich Müller <ulm@gentoo.org> xmountains-2.7.ebuild, xmountains-2.8.ebuild, xmountains-2.9.ebuild: @@ -83,4 +87,3 @@ 12 Apr 2004; Markus Nigbur <pyrania@gentoo.org> metadata.xml, xmountains-2.6.ebuild: Initial import. Closing bug #42707. - diff --git a/x11-misc/xmountains/xmountains-2.7.ebuild b/x11-misc/xmountains/xmountains-2.7.ebuild deleted file mode 100644 index bd45c5603c62..000000000000 --- a/x11-misc/xmountains/xmountains-2.7.ebuild +++ /dev/null @@ -1,36 +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/xmountains/xmountains-2.7.ebuild,v 1.13 2012/11/17 10:23:59 ulm Exp $ - -MY_P=${P/-/_} - -DESCRIPTION="Fractal terrains of snow-capped mountains near water" -HOMEPAGE="http://www.epcc.ed.ac.uk/~spb/xmountains/" -SRC_URI="http://www.epcc.ed.ac.uk/~spb/${PN}/${MY_P}.tar.gz" - -LICENSE="HPND" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" -IUSE="" - -RDEPEND="x11-misc/xbitmaps - x11-libs/libX11" -DEPEND="${RDEPEND} - x11-proto/xproto - x11-misc/imake" - -S=${WORKDIR} - -src_compile() { - xmkmf || die - emake CCOPTIONS="${CFLAGS}" || die "emake failed" -} - -src_install() { - make \ - DESTDIR="${D}" \ - BINDIR="/usr/bin" \ - install || die "install failed" - dodoc README - newman xmountains.man xmountains.1 -} diff --git a/x11-misc/xmountains/xmountains-2.8.ebuild b/x11-misc/xmountains/xmountains-2.8.ebuild deleted file mode 100644 index 1113ac0572dd..000000000000 --- a/x11-misc/xmountains/xmountains-2.8.ebuild +++ /dev/null @@ -1,39 +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/xmountains/xmountains-2.8.ebuild,v 1.2 2012/11/17 10:23:59 ulm Exp $ - -EAPI=2 -inherit toolchain-funcs - -MY_P=${P/-/_} - -DESCRIPTION="Fractal terrains of snow-capped mountains near water" -HOMEPAGE="http://www.epcc.ed.ac.uk/~spb/xmountains/" -SRC_URI="http://www.epcc.ed.ac.uk/~spb/${PN}/${MY_P}.tar.gz" - -LICENSE="HPND" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND="x11-misc/xbitmaps - x11-libs/libX11" -DEPEND="${RDEPEND} - x11-proto/xproto" - -S=${WORKDIR} - -src_compile() { - emake \ - -f Makefile.alt \ - CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" \ - LDFLAGS="${LDFLAGS}" \ - ${PN} || die -} - -src_install() { - dobin ${PN} || die - dodoc README - newman ${PN}.man ${PN}.1 -} |