From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DA5F9139694 for ; Sat, 25 Feb 2017 14:15:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFCCAE0D16; Sat, 25 Feb 2017 14:15:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB721E0D12 for ; Sat, 25 Feb 2017 14:15:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E42FA34112A for ; Sat, 25 Feb 2017 14:15:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D123F5434 for ; Sat, 25 Feb 2017 14:15:28 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1488032111.e152a6bb686493e61333f43fe85961fce76180dd.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfishtank/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xfishtank/xfishtank-2.1-r1.ebuild X-VCS-Directories: x11-misc/xfishtank/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e152a6bb686493e61333f43fe85961fce76180dd X-VCS-Branch: master Date: Sat, 25 Feb 2017 14:15:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dd524375-86ba-44cd-a96c-21a49fbbba03 X-Archives-Hash: dc73aeb10aff9c05c763e87acac25f05 commit: e152a6bb686493e61333f43fe85961fce76180dd Author: Harri Nieminen gmail com> AuthorDate: Fri Feb 24 06:47:59 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Feb 25 14:15:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e152a6bb x11-misc/xfishtank: Remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4071 x11-misc/xfishtank/xfishtank-2.1-r1.ebuild | 42 ------------------------------ 1 file changed, 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 12b55ec45b..0000000000 --- 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 -}