public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xplanet/
@ 2015-11-12 22:20 Manuel Rüger
  0 siblings, 0 replies; 18+ messages in thread
From: Manuel Rüger @ 2015-11-12 22:20 UTC (permalink / raw
  To: gentoo-commits

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}
-}


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xplanet/
@ 2016-04-11  5:41 Jeroen Roovers
  0 siblings, 0 replies; 18+ messages in thread
From: Jeroen Roovers @ 2016-04-11  5:41 UTC (permalink / raw
  To: gentoo-commits

commit:     8b70cd3b2b31a0b79a2c2aee34b44145403972c2
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 11 05:37:14 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 05:41:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b70cd3b

x11-misc/xplanet: Drop base.eclass.

Package-Manager: portage-2.2.28

 x11-misc/xplanet/xplanet-1.3.1.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xplanet/xplanet-1.3.1.ebuild b/x11-misc/xplanet/xplanet-1.3.1.ebuild
index 726ebc0..aeb8456 100644
--- a/x11-misc/xplanet/xplanet-1.3.1.ebuild
+++ b/x11-misc/xplanet/xplanet-1.3.1.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-inherit base flag-o-matic
+inherit eutils flag-o-matic
 
 DESCRIPTION="Render images of the earth into the X root window"
 HOMEPAGE="http://xplanet.sourceforge.net/"
@@ -40,7 +40,9 @@ DEPEND="${RDEPEND}
 
 DOCS="AUTHORS ChangeLog NEWS README TODO"
 
-PATCHES=( "${FILESDIR}"/${P}-giflib.patch )
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-giflib.patch
+}
 
 src_configure() {
 	# econf says 'checking pnm.h presence... no'


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xplanet/
@ 2016-04-11  5:41 Jeroen Roovers
  0 siblings, 0 replies; 18+ messages in thread
From: Jeroen Roovers @ 2016-04-11  5:41 UTC (permalink / raw
  To: gentoo-commits

commit:     fc70b3bb0f1192217431a06c046aad3a43cd4e9e
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 11 05:39:11 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 05:41:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc70b3bb

x11-misc/xplanet: Set SLOT dep.

Package-Manager: portage-2.2.28

 x11-misc/xplanet/xplanet-1.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xplanet/xplanet-1.3.1.ebuild b/x11-misc/xplanet/xplanet-1.3.1.ebuild
index aeb8456..21cd769 100644
--- a/x11-misc/xplanet/xplanet-1.3.1.ebuild
+++ b/x11-misc/xplanet/xplanet-1.3.1.ebuild
@@ -15,7 +15,7 @@ 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 )
+	jpeg? ( virtual/jpeg:* )
 	png? (
 		media-libs/libpng:0
 		media-libs/netpbm


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xplanet/
@ 2016-04-17  7:45 Jeroen Roovers
  0 siblings, 0 replies; 18+ messages in thread
From: Jeroen Roovers @ 2016-04-17  7:45 UTC (permalink / raw
  To: gentoo-commits

commit:     f8b77a4533531263a115602819ef5875e07eb3f1
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 07:43:50 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 07:45:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8b77a45

x11-misc/xplanet: Fix media-libs/giflib dependency.

Package-Manager: portage-2.2.28

 x11-misc/xplanet/xplanet-1.3.1.ebuild | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/x11-misc/xplanet/xplanet-1.3.1.ebuild b/x11-misc/xplanet/xplanet-1.3.1.ebuild
index 21cd769..6f421b0 100644
--- a/x11-misc/xplanet/xplanet-1.3.1.ebuild
+++ b/x11-misc/xplanet/xplanet-1.3.1.ebuild
@@ -14,7 +14,8 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="gif jpeg png tiff truetype X"
 
-RDEPEND="gif? ( >media-libs/giflib-4.2 )
+RDEPEND="
+	gif? ( media-libs/giflib:= )
 	jpeg? ( virtual/jpeg:* )
 	png? (
 		media-libs/libpng:0
@@ -27,16 +28,19 @@ RDEPEND="gif? ( >media-libs/giflib-4.2 )
 		)
 	X? (
 		x11-libs/libX11
-		x11-libs/libXext
 		x11-libs/libXScrnSaver
+		x11-libs/libXext
 		x11-libs/libXt
-		)"
-DEPEND="${RDEPEND}
+		)
+"
+DEPEND="
+	${RDEPEND}
 	truetype? ( virtual/pkgconfig )
 	X? (
 		x11-proto/scrnsaverproto
 		x11-proto/xproto
-		)"
+		)
+"
 
 DOCS="AUTHORS ChangeLog NEWS README TODO"
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xplanet/
@ 2017-03-07  9:14 David Seifert
  0 siblings, 0 replies; 18+ messages in thread
From: David Seifert @ 2017-03-07  9:14 UTC (permalink / raw
  To: gentoo-commits

commit:     54c623a505f0513a84311efb557a622505bded5a
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Mon Mar  6 15:24:23 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Mar  7 09:12:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54c623a5

x11-misc/xplanet: Remove old

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

 x11-misc/xplanet/xplanet-1.3.1.ebuild | 83 -----------------------------------
 1 file changed, 83 deletions(-)

diff --git a/x11-misc/xplanet/xplanet-1.3.1.ebuild b/x11-misc/xplanet/xplanet-1.3.1.ebuild
deleted file mode 100644
index e858bbc0a61..00000000000
--- a/x11-misc/xplanet/xplanet-1.3.1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils 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:= )
-	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/libXScrnSaver
-		x11-libs/libXext
-		x11-libs/libXt
-		)
-"
-DEPEND="
-	${RDEPEND}
-	truetype? ( virtual/pkgconfig )
-	X? (
-		x11-proto/scrnsaverproto
-		x11-proto/xproto
-		)
-"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-giflib.patch
-}
-
-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}
-}


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xplanet/
@ 2017-03-20 11:04 Agostino Sarubbo
  0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2017-03-20 11:04 UTC (permalink / raw
  To: gentoo-commits

commit:     3e5e1d81c236ce2dd7442608afaa793d97839007
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 20 11:03:41 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Mar 20 11:03:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e5e1d81

x11-misc/xplanet: amd64 stable wrt bug #613104

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-misc/xplanet/xplanet-1.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xplanet/xplanet-1.3.1-r1.ebuild b/x11-misc/xplanet/xplanet-1.3.1-r1.ebuild
index ea225747e55..940bc90bc71 100644
--- a/x11-misc/xplanet/xplanet-1.3.1-r1.ebuild
+++ b/x11-misc/xplanet/xplanet-1.3.1-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="gif jpeg png tiff truetype X"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xplanet/
@ 2017-03-21 10:08 Michael Weber
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Weber @ 2017-03-21 10:08 UTC (permalink / raw
  To: gentoo-commits

commit:     1cbfb09b89ec7e7d4b8fbf433a4a6827e1f0d19c
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 10:05:08 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 10:08:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cbfb09b

x11-misc/xplanet: ppc64 stable (bug 613104)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

 x11-misc/xplanet/xplanet-1.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xplanet/xplanet-1.3.1-r1.ebuild b/x11-misc/xplanet/xplanet-1.3.1-r1.ebuild
index 940bc90bc71..1b4439962ca 100644
--- a/x11-misc/xplanet/xplanet-1.3.1-r1.ebuild
+++ b/x11-misc/xplanet/xplanet-1.3.1-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ppc64 ~sparc ~x86"
 IUSE="gif jpeg png tiff truetype X"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xplanet/
@ 2017-03-21 14:34 Agostino Sarubbo
  0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2017-03-21 14:34 UTC (permalink / raw
  To: gentoo-commits

commit:     6755d753e3d9506fc4577659fdc2227b538a238a
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 14:32:38 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 14:32:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6755d753

x11-misc/xplanet: x86 stable wrt bug #613104

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-misc/xplanet/xplanet-1.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xplanet/xplanet-1.3.1-r1.ebuild b/x11-misc/xplanet/xplanet-1.3.1-r1.ebuild
index 1b4439962ca..0e5f45ddb19 100644
--- a/x11-misc/xplanet/xplanet-1.3.1-r1.ebuild
+++ b/x11-misc/xplanet/xplanet-1.3.1-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ppc64 ~sparc x86"
 IUSE="gif jpeg png tiff truetype X"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xplanet/
@ 2017-03-22  7:30 Michael Weber
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Weber @ 2017-03-22  7:30 UTC (permalink / raw
  To: gentoo-commits

commit:     d8eee05f47838797b331f7299bc91a662b951f4c
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 15:34:03 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 07:29:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8eee05f

x11-misc/xplanet: ppc stable (bug 613104)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

 x11-misc/xplanet/xplanet-1.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xplanet/xplanet-1.3.1-r1.ebuild b/x11-misc/xplanet/xplanet-1.3.1-r1.ebuild
index 0e5f45ddb19..c469ef0208a 100644
--- a/x11-misc/xplanet/xplanet-1.3.1-r1.ebuild
+++ b/x11-misc/xplanet/xplanet-1.3.1-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~sparc x86"
 IUSE="gif jpeg png tiff truetype X"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xplanet/
@ 2017-04-01 10:24 David Seifert
  0 siblings, 0 replies; 18+ messages in thread
From: David Seifert @ 2017-04-01 10:24 UTC (permalink / raw
  To: gentoo-commits

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}
-}


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xplanet/
@ 2021-04-08  0:00 Jonas Stein
  0 siblings, 0 replies; 18+ messages in thread
From: Jonas Stein @ 2021-04-08  0:00 UTC (permalink / raw
  To: gentoo-commits

commit:     382552cbc52ec8f03ba3b1d70f4b265b8c7e5d69
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  7 23:59:55 2021 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Wed Apr  7 23:59:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=382552cb

x11-misc/xplanet: drop project desktop-misc

Drop project desktop-misc from the list of maintainers.

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 x11-misc/xplanet/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-misc/xplanet/metadata.xml b/x11-misc/xplanet/metadata.xml
index 6037d71217b..ec991c30505 100644
--- a/x11-misc/xplanet/metadata.xml
+++ b/x11-misc/xplanet/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="project">
-		<email>desktop-misc@gentoo.org</email>
-		<name>Gentoo Desktop Miscellaneous Project</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<upstream>
 		<remote-id type="sourceforge">xplanet</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xplanet/
@ 2021-05-04 13:36 Lars Wendler
  0 siblings, 0 replies; 18+ messages in thread
From: Lars Wendler @ 2021-05-04 13:36 UTC (permalink / raw
  To: gentoo-commits

commit:     7e4891d682041caf0e92e1a4b8c408f3ed0bceb8
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue May  4 13:36:40 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue May  4 13:36:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e4891d6

x11-misc/xplanet: Really do the revbump this time

Bug: https://bugs.gentoo.org/788136
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 x11-misc/xplanet/{xplanet-1.3.1-r1.ebuild => xplanet-1.3.1-r2.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/x11-misc/xplanet/xplanet-1.3.1-r1.ebuild b/x11-misc/xplanet/xplanet-1.3.1-r2.ebuild
similarity index 100%
rename from x11-misc/xplanet/xplanet-1.3.1-r1.ebuild
rename to x11-misc/xplanet/xplanet-1.3.1-r2.ebuild


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xplanet/
@ 2021-05-04 14:55 Lars Wendler
  0 siblings, 0 replies; 18+ messages in thread
From: Lars Wendler @ 2021-05-04 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     2e19c9194cfa6ed199bc31345f8ea65ae166f1b4
Author:     Matt Smith <matt <AT> offtopica <DOT> uk>
AuthorDate: Tue May  4 14:19:25 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue May  4 14:55:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e19c919

x11-misc/xplanet: Don't call AR directly

Closes: https://bugs.gentoo.org/726292
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
Closes: https://github.com/gentoo/gentoo/pull/20680
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 x11-misc/xplanet/xplanet-1.3.1-r2.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/x11-misc/xplanet/xplanet-1.3.1-r2.ebuild b/x11-misc/xplanet/xplanet-1.3.1-r2.ebuild
index 1eef6008ea9..ac79390deb7 100644
--- a/x11-misc/xplanet/xplanet-1.3.1-r2.ebuild
+++ b/x11-misc/xplanet/xplanet-1.3.1-r2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools flag-o-matic
+inherit autotools flag-o-matic toolchain-funcs
 
 DESCRIPTION="Render images of the earth into the X root window"
 HOMEPAGE="http://xplanet.sourceforge.net/"
@@ -66,3 +66,7 @@ src_configure() {
 	)
 	econf --with-cspice=no "${myconf[@]}"
 }
+
+src_compile() {
+	emake AR=$(tc-getAR)
+}


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xplanet/
@ 2021-12-21  9:10 Bernard Cafarelli
  0 siblings, 0 replies; 18+ messages in thread
From: Bernard Cafarelli @ 2021-12-21  9:10 UTC (permalink / raw
  To: gentoo-commits

commit:     02a58b28e6fd37cba8f091cb027b618fc63aa61c
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 21 08:48:21 2021 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Dec 21 08:48:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a58b28

x11-misc/xplanet: add myself to maintainers

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-misc/xplanet/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-misc/xplanet/metadata.xml b/x11-misc/xplanet/metadata.xml
index 15e6d93ab404..002d6c176524 100644
--- a/x11-misc/xplanet/metadata.xml
+++ b/x11-misc/xplanet/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>voyageur@gentoo.org</email>
+		<name>Bernard Cafarelli</name>
+	</maintainer>
 	<upstream>
 		<remote-id type="sourceforge">xplanet</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xplanet/
@ 2022-03-20  0:16 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2022-03-20  0:16 UTC (permalink / raw
  To: gentoo-commits

commit:     2c3486ba96b2d858a398274f56b862c2e04b78a9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 00:13:47 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 00:13:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c3486ba

x11-misc/xplanet: [QA] fix tc-get* quoting

This can cause build problems for e.g. 32-bit (gcc -m32 ...)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/xplanet/xplanet-1.3.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xplanet/xplanet-1.3.1-r2.ebuild b/x11-misc/xplanet/xplanet-1.3.1-r2.ebuild
index 581d092126e2..c557e893a087 100644
--- a/x11-misc/xplanet/xplanet-1.3.1-r2.ebuild
+++ b/x11-misc/xplanet/xplanet-1.3.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -69,5 +69,5 @@ src_configure() {
 }
 
 src_compile() {
-	emake AR=$(tc-getAR)
+	emake AR="$(tc-getAR)"
 }


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xplanet/
@ 2022-12-16  1:40 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2022-12-16  1:40 UTC (permalink / raw
  To: gentoo-commits

commit:     5f54501c6e147eddcf351e7bb9c4c52922b885df
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 01:33:21 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 01:38:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f54501c

x11-misc/xplanet: add media-libs/libtiff subslot dep

libtiff changed SONAME.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/xplanet/{xplanet-1.3.1-r2.ebuild => xplanet-1.3.1-r4.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xplanet/xplanet-1.3.1-r2.ebuild b/x11-misc/xplanet/xplanet-1.3.1-r4.ebuild
similarity index 95%
rename from x11-misc/xplanet/xplanet-1.3.1-r2.ebuild
rename to x11-misc/xplanet/xplanet-1.3.1-r4.ebuild
index c557e893a087..b38aaede7811 100644
--- a/x11-misc/xplanet/xplanet-1.3.1-r2.ebuild
+++ b/x11-misc/xplanet/xplanet-1.3.1-r4.ebuild
@@ -15,12 +15,12 @@ IUSE="gif jpeg png tiff truetype X"
 
 RDEPEND="
 	gif? ( media-libs/giflib:= )
-	jpeg? ( virtual/jpeg:0 )
+	jpeg? ( media-libs/libjpeg-turbo:= )
 	png? (
 		media-libs/libpng:0=
 		media-libs/netpbm
 	)
-	tiff? ( media-libs/tiff:0 )
+	tiff? ( media-libs/tiff:= )
 	truetype? (
 		media-libs/freetype:2
 		x11-libs/pango


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xplanet/
@ 2023-06-13 14:16 Bernard Cafarelli
  0 siblings, 0 replies; 18+ messages in thread
From: Bernard Cafarelli @ 2023-06-13 14:16 UTC (permalink / raw
  To: gentoo-commits

commit:     3bf968437b52d4dd00ffb2673badccc1a37e8c31
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Jun  8 09:08:49 2023 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Jun 13 14:15:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bf96843

x11-misc/xplanet: use HTTPS

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-misc/xplanet/xplanet-1.3.1-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xplanet/xplanet-1.3.1-r4.ebuild b/x11-misc/xplanet/xplanet-1.3.1-r4.ebuild
index b38aaede7811..a67050ecb3fa 100644
--- a/x11-misc/xplanet/xplanet-1.3.1-r4.ebuild
+++ b/x11-misc/xplanet/xplanet-1.3.1-r4.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 inherit autotools flag-o-matic toolchain-funcs
 
 DESCRIPTION="Render images of the earth into the X root window"
-HOMEPAGE="http://xplanet.sourceforge.net/"
+HOMEPAGE="https://xplanet.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xplanet/
@ 2024-06-13 15:59 Arthur Zamarin
  0 siblings, 0 replies; 18+ messages in thread
From: Arthur Zamarin @ 2024-06-13 15:59 UTC (permalink / raw
  To: gentoo-commits

commit:     255a4c6a054881993f865be1b0e2420737c15c38
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 15:59:26 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 15:59:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255a4c6a

x11-misc/xplanet: unkeyword 1.3.1-r4

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-misc/xplanet/xplanet-1.3.1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xplanet/xplanet-1.3.1-r4.ebuild b/x11-misc/xplanet/xplanet-1.3.1-r4.ebuild
index 41432bd1dc76..bdfc3659ceed 100644
--- a/x11-misc/xplanet/xplanet-1.3.1-r4.ebuild
+++ b/x11-misc/xplanet/xplanet-1.3.1-r4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 x86"
 IUSE="gif jpeg png tiff truetype X"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2024-06-13 15:59 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-07  9:14 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xplanet/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2024-06-13 15:59 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-04-01 10:24 David Seifert
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
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox