commit:     12290dff3e82ce831ec857b4116e2049dd64a5b6
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 12 22:20:23 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Nov 12 22:20:23 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12290dff

x11-misc/xplanet: Remove old

Package-Manager: portage-2.2.24

 x11-misc/xplanet/Manifest             |  1 -
 x11-misc/xplanet/xplanet-1.2.2.ebuild | 66 -----------------------------------
 2 files changed, 67 deletions(-)

diff --git a/x11-misc/xplanet/Manifest b/x11-misc/xplanet/Manifest
index a78d4c3..d52d658 100644
--- a/x11-misc/xplanet/Manifest
+++ b/x11-misc/xplanet/Manifest
@@ -1,2 +1 @@
-DIST xplanet-1.2.2.tar.gz 1217169 SHA256 
6f8f8c59b4d5d1dd5018ed4b1367e55f6296f0253596b7705f714a9b3ccdd3ca SHA512 
1a5dbad62b79adce28239615e3a2fd00300fca085f9400f2735c5dc015f06c63e182ed0d78399324bf6049374f2c034e6026a4054f26c34e11024b956695a53f
 WHIRLPOOL 
155f436b339e345dadabbf618d79ee6ee39ea039d51c245523e7e2fdd3c50e5148c10f25c75c1b287558ada1baf2ddbbf5a3a67deec543dcaa6239d47a6b93c1
 DIST xplanet-1.3.0.tar.gz 1227385 SHA256 
44fb742bb93e5661ea8b11ccabcc12896693e051f3dd5083c9227224c416b442 SHA512 
c9f0db21c457d0702f8b1fb6d632838f45e80ea45b9cade80d6ab0ae956fdca03cfeed9582548c69b349a354afc27308309656d7e06ac46bc416c3e1038f8efd
 WHIRLPOOL 
e4fe013eeef4868d28f8a53c194f54865dd4cf29137936eb609352fba4a3481e0a6db9664944cb67d9e7896b150b5e640c95136e6b9f33dc4810591316d0371a

diff --git a/x11-misc/xplanet/xplanet-1.2.2.ebuild 
b/x11-misc/xplanet/xplanet-1.2.2.ebuild
deleted file mode 100644
index de8744f..0000000
--- a/x11-misc/xplanet/xplanet-1.2.2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-DESCRIPTION="Render images of the earth into the X root window"
-HOMEPAGE="http://xplanet.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~sparc x86"
-IUSE="gif jpeg X truetype tiff png"
-
-RDEPEND="
-       X? (
-               x11-libs/libX11
-               x11-libs/libXext
-               x11-libs/libXScrnSaver
-               x11-libs/libXt )
-       gif? ( media-libs/giflib )
-       jpeg? ( virtual/jpeg )
-       png? (
-               media-libs/libpng:0
-               media-libs/netpbm )
-       tiff? ( media-libs/tiff:0 )
-       truetype? (
-               media-libs/freetype:2
-               x11-libs/pango )"
-DEPEND="${RDEPEND}
-       X? (
-       x11-proto/xproto
-       x11-proto/scrnsaverproto )"
-
-src_configure() {
-       local myconf
-
-       use X \
-               && myconf="${myconf} --with-x --with-xscreensaver" \
-               || myconf="${myconf} --with-x=no --with-xscreensaver=no"
-
-       use gif \
-               && myconf="${myconf} --with-gif" \
-               || myconf="${myconf} --with-gif=no"
-
-       use jpeg \
-               && myconf="${myconf} --with-jpeg" \
-               || myconf="${myconf} --with-jpeg=no"
-
-       use tiff \
-               && myconf="${myconf} --with-tiff" \
-               || myconf="${myconf} --with-tiff=no"
-
-       use png \
-               && myconf="${myconf} --with-png --with-pnm" \
-               || myconf="${myconf} --with-png=no --with-pnm=no"
-
-       use truetype \
-               && myconf="${myconf} --with-freetype --with-pango" \
-               || myconf="${myconf} --with-freetype=no --with-pango=no"
-
-       econf \
-               --with-cspice=no \
-               ${myconf}
-}

Reply via email to