diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-24 08:47:59 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-25 15:15:11 +0100 |
commit | e152a6bb686493e61333f43fe85961fce76180dd (patch) | |
tree | 64f725938da0c9e5cb215f7e61943e1c1ca1ebcc /x11-misc/xfishtank | |
parent | x11-misc/xwit: Use debian patches (diff) | |
download | gentoo-e152a6bb686493e61333f43fe85961fce76180dd.tar.gz gentoo-e152a6bb686493e61333f43fe85961fce76180dd.tar.bz2 gentoo-e152a6bb686493e61333f43fe85961fce76180dd.zip |
x11-misc/xfishtank: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4071
Diffstat (limited to 'x11-misc/xfishtank')
-rw-r--r-- | x11-misc/xfishtank/xfishtank-2.1-r1.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/x11-misc/xfishtank/xfishtank-2.1-r1.ebuild b/x11-misc/xfishtank/xfishtank-2.1-r1.ebuild deleted file mode 100644 index 12b55ec45b94..000000000000 --- a/x11-misc/xfishtank/xfishtank-2.1-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=2 - -inherit eutils toolchain-funcs - -MY_P=${P}tp - -DESCRIPTION="Turns your root window into an aquarium" -HOMEPAGE="http://www.ibiblio.org/pub/Linux/X11/demos/" -SRC_URI="http://www.ibiblio.org/pub/Linux/X11/demos/${MY_P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-linux" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXt - x11-libs/libXext" -DEPEND="${RDEPEND} - x11-proto/xproto - x11-misc/imake" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - epatch "${FILESDIR}"/${P}-implicits.patch -} - -src_compile() { - xmkmf || die - emake CDEBUGFLAGS="${CFLAGS}" CC="$(tc-getCC)" \ - EXTRA_LDOPTIONS="${LDFLAGS}" ${PN} || die -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc README README.Linux README.TrueColor README.Why.2.1tp || die -} |