Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfishtank/
Date: Sat, 25 Feb 2017 14:15:49
Message-Id: 1488032111.e152a6bb686493e61333f43fe85961fce76180dd.soap@gentoo
1 commit: e152a6bb686493e61333f43fe85961fce76180dd
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 24 06:47:59 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 25 14:15:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e152a6bb
7
8 x11-misc/xfishtank: Remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/4071
12
13 x11-misc/xfishtank/xfishtank-2.1-r1.ebuild | 42 ------------------------------
14 1 file changed, 42 deletions(-)
15
16 diff --git a/x11-misc/xfishtank/xfishtank-2.1-r1.ebuild b/x11-misc/xfishtank/xfishtank-2.1-r1.ebuild
17 deleted file mode 100644
18 index 12b55ec45b..0000000000
19 --- a/x11-misc/xfishtank/xfishtank-2.1-r1.ebuild
20 +++ /dev/null
21 @@ -1,42 +0,0 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI=2
27 -
28 -inherit eutils toolchain-funcs
29 -
30 -MY_P=${P}tp
31 -
32 -DESCRIPTION="Turns your root window into an aquarium"
33 -HOMEPAGE="http://www.ibiblio.org/pub/Linux/X11/demos/"
34 -SRC_URI="http://www.ibiblio.org/pub/Linux/X11/demos/${MY_P}.tar.gz"
35 -
36 -LICENSE="public-domain"
37 -SLOT="0"
38 -KEYWORDS="amd64 ppc ppc64 x86 ~x86-linux"
39 -IUSE=""
40 -
41 -RDEPEND="x11-libs/libX11
42 - x11-libs/libXt
43 - x11-libs/libXext"
44 -DEPEND="${RDEPEND}
45 - x11-proto/xproto
46 - x11-misc/imake"
47 -
48 -S=${WORKDIR}/${MY_P}
49 -
50 -src_prepare() {
51 - epatch "${FILESDIR}"/${P}-implicits.patch
52 -}
53 -
54 -src_compile() {
55 - xmkmf || die
56 - emake CDEBUGFLAGS="${CFLAGS}" CC="$(tc-getCC)" \
57 - EXTRA_LDOPTIONS="${LDFLAGS}" ${PN} || die
58 -}
59 -
60 -src_install() {
61 - emake DESTDIR="${D}" install || die
62 - dodoc README README.Linux README.TrueColor README.Why.2.1tp || die
63 -}