public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xplanet/
Date: Sat,  1 Apr 2017 10:24:21 +0000 (UTC)	[thread overview]
Message-ID: <1491042215.84071cdc3666039fa5287004709f9bb814a69f7a.soap@gentoo> (raw)

commit:     84071cdc3666039fa5287004709f9bb814a69f7a
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Tue Mar 28 18:33:12 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Apr  1 10:23:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84071cdc

x11-misc/xplanet: Remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4319

 x11-misc/xplanet/Manifest             |  1 -
 x11-misc/xplanet/xplanet-1.3.0.ebuild | 75 -----------------------------------
 2 files changed, 76 deletions(-)

diff --git a/x11-misc/xplanet/Manifest b/x11-misc/xplanet/Manifest
index 0382efbfec5..5c8163e01da 100644
--- a/x11-misc/xplanet/Manifest
+++ b/x11-misc/xplanet/Manifest
@@ -1,2 +1 @@
-DIST xplanet-1.3.0.tar.gz 1227385 SHA256 44fb742bb93e5661ea8b11ccabcc12896693e051f3dd5083c9227224c416b442 SHA512 c9f0db21c457d0702f8b1fb6d632838f45e80ea45b9cade80d6ab0ae956fdca03cfeed9582548c69b349a354afc27308309656d7e06ac46bc416c3e1038f8efd WHIRLPOOL e4fe013eeef4868d28f8a53c194f54865dd4cf29137936eb609352fba4a3481e0a6db9664944cb67d9e7896b150b5e640c95136e6b9f33dc4810591316d0371a
 DIST xplanet-1.3.1.tar.gz 1236035 SHA256 4380d570a8bf27b81fb629c97a636c1673407f4ac4989ce931720078a90aece7 SHA512 06ce3187fbd364f4ccee768fceca559690c905c870e2fb25ca32453ce09c564ba3455ec539f1e3da177de23a0611f767b375efe2e10b601d09313c0d068e35e0 WHIRLPOOL 4c40fac4056654aa195f9955053d2dfba6791e8e2021673f05c334163ee5b1d842e6101447228844573ed41a88f37c0fd96df633716bddeb55c8940941621ad9

diff --git a/x11-misc/xplanet/xplanet-1.3.0.ebuild b/x11-misc/xplanet/xplanet-1.3.0.ebuild
deleted file mode 100644
index 9d1eed6bb69..00000000000
--- a/x11-misc/xplanet/xplanet-1.3.0.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit base flag-o-matic
-
-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 png tiff truetype X"
-
-RDEPEND="gif? ( <media-libs/giflib-4.2 )
-	jpeg? ( virtual/jpeg )
-	png? (
-		media-libs/libpng:0
-		media-libs/netpbm
-		)
-	tiff? ( media-libs/tiff:0 )
-	truetype? (
-		media-libs/freetype:2
-		x11-libs/pango
-		)
-	X? (
-		x11-libs/libX11
-		x11-libs/libXext
-		x11-libs/libXScrnSaver
-		x11-libs/libXt
-		)"
-DEPEND="${RDEPEND}
-	truetype? ( virtual/pkgconfig )
-	X? (
-		x11-proto/scrnsaverproto
-		x11-proto/xproto
-		)"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-src_configure() {
-	# econf says 'checking pnm.h presence... no'
-	use png && append-cppflags -I/usr/include/netpbm
-
-	local myconf
-
-	use X \
-		&& myconf+=" --with-x --with-xscreensaver" \
-		|| myconf+=" --with-x=no --with-xscreensaver=no"
-
-	use gif \
-		&& myconf+=" --with-gif" \
-		|| myconf+=" --with-gif=no"
-
-	use jpeg \
-		&& myconf+=" --with-jpeg" \
-		|| myconf+=" --with-jpeg=no"
-
-	use tiff \
-		&& myconf+=" --with-tiff" \
-		|| myconf+=" --with-tiff=no"
-
-	use png \
-		&& myconf+=" --with-png --with-pnm" \
-		|| myconf+=" --with-png=no --with-pnm=no"
-
-	use truetype \
-		&& myconf+=" --with-freetype --with-pango" \
-		|| myconf+=" --with-freetype=no --with-pango=no"
-
-	econf \
-		--with-cspice=no \
-		${myconf}
-}


             reply	other threads:[~2017-04-01 10:25 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-01 10:24 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-13 15:59 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xplanet/ Arthur Zamarin
2023-06-13 14:16 Bernard Cafarelli
2022-12-16  1:40 Sam James
2022-03-20  0:16 Sam James
2021-12-21  9:10 Bernard Cafarelli
2021-05-04 14:55 Lars Wendler
2021-05-04 13:36 Lars Wendler
2021-04-08  0:00 Jonas Stein
2017-03-22  7:30 Michael Weber
2017-03-21 14:34 Agostino Sarubbo
2017-03-21 10:08 Michael Weber
2017-03-20 11:04 Agostino Sarubbo
2017-03-07  9:14 David Seifert
2016-04-17  7:45 Jeroen Roovers
2016-04-11  5:41 Jeroen Roovers
2016-04-11  5:41 Jeroen Roovers
2015-11-12 22:20 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1491042215.84071cdc3666039fa5287004709f9bb814a69f7a.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox