summaryrefslogtreecommitdiff
path: root/x11-misc/xfishtank
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-09-13 20:46:49 +0200
committerManuel Rüger <mrueg@gentoo.org>2015-09-13 20:48:30 +0200
commitf86f3396b12f10a71e891372559bc303be7ea40e (patch)
treea938ddc41fb76ad17b2738a336de046a25380947 /x11-misc/xfishtank
parentd41f1c1ca47c70bc1c1ff1b7a1d2f8cd9dc4d8e9 (diff)
downloadgentoo-f86f3396b12f10a71e891372559bc303be7ea40e.tar.gz
gentoo-f86f3396b12f10a71e891372559bc303be7ea40e.tar.xz
x11-misc/xfishtank: Remove old
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'x11-misc/xfishtank')
-rw-r--r--x11-misc/xfishtank/xfishtank-2.1.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/x11-misc/xfishtank/xfishtank-2.1.ebuild b/x11-misc/xfishtank/xfishtank-2.1.ebuild
deleted file mode 100644
index 03021e8d23d..00000000000
--- a/x11-misc/xfishtank/xfishtank-2.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils
-
-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="ppc ppc64 x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXt
- x11-libs/libXext"
-DEPEND="${RDEPEND}
- x11-proto/xproto
- x11-misc/makedepend"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}/${MY_P}-Makefile.patch"
- cd "${S}"
- sed -i -e 's,INSTPGMFLAGS = -s,INSTPGMFLAGS =,' Makefile || die
-}
-
-src_compile() {
- makedepend || die "makedepend failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make BINDIR=/usr/bin DESTDIR="${D}" install || die "make install failed"
- dodoc README README.Linux README.TrueColor README.Why.2.1tp
-}