commit:     8f8ea308d162483cefd6476ea05cd3bfe745e1a5
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Tue Mar 28 18:31:52 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Apr  1 10:23:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f8ea308

x11-misc/xmountains: Remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4319

 x11-misc/xmountains/xmountains-2.9.ebuild | 45 -------------------------------
 1 file changed, 45 deletions(-)

diff --git a/x11-misc/xmountains/xmountains-2.9.ebuild 
b/x11-misc/xmountains/xmountains-2.9.ebuild
deleted file mode 100644
index 6a7c0b6cd9c..00000000000
--- a/x11-misc/xmountains/xmountains-2.9.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-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_prepare() {
-       # add missing include for strcmp
-       sed -i xmountains.c -e '1a#include <string.h> /* strcmp() */' || die
-       # remove obsolete references to global.*
-       sed -i Makefile.alt README -e 's|global\..||g' || die
-}
-
-src_compile() {
-       emake \
-               -f Makefile.alt \
-               CC="$(tc-getCC)" \
-               CFLAGS="${CFLAGS}" \
-               LDFLAGS="${LDFLAGS}" \
-               ${PN}
-}
-
-src_install() {
-       dobin ${PN}
-       dodoc README
-       newman ${PN}.man ${PN}.1
-}

Reply via email to