public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-misc/xpenguins/
@ 2016-10-11 22:59 Austin English
  0 siblings, 0 replies; 8+ messages in thread
From: Austin English @ 2016-10-11 22:59 UTC (permalink / raw
  To: gentoo-commits

commit:     c3e6f3bec6baf0b49cf1be6b6806573ae39e62a8
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 22:50:43 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 22:55:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3e6f3be

games-misc/xpenguins: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.3.0

 games-misc/xpenguins/xpenguins-2.2-r2.ebuild | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/games-misc/xpenguins/xpenguins-2.2-r2.ebuild b/games-misc/xpenguins/xpenguins-2.2-r2.ebuild
new file mode 100644
index 00000000..50cc42a
--- /dev/null
+++ b/games-misc/xpenguins/xpenguins-2.2-r2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+THEMES_VERSION="1.0"
+DESCRIPTION="Cute little penguins invading your desktop"
+HOMEPAGE="http://xpenguins.seul.org/"
+SRC_URI="http://xpenguins.seul.org/${P}.tar.gz
+	http://xpenguins.seul.org/xpenguins_themes-${THEMES_VERSION}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libXpm"
+DEPEND="${RDEPEND}
+	x11-proto/xextproto"
+
+src_install() {
+	default
+	insinto /usr/share/${PN}
+	doins -r ../themes/
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-misc/xpenguins/
@ 2017-11-25 14:39 Patrick Lauer
  0 siblings, 0 replies; 8+ messages in thread
From: Patrick Lauer @ 2017-11-25 14:39 UTC (permalink / raw
  To: gentoo-commits

commit:     ce4209f50ad404d52ff3c25f6a3a7d5190a6a086
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 14:28:46 2017 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 14:39:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce4209f5

games-misc/xpenguins: Whitespace

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 games-misc/xpenguins/xpenguins-2.2-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-misc/xpenguins/xpenguins-2.2-r1.ebuild b/games-misc/xpenguins/xpenguins-2.2-r1.ebuild
index e2951212d85..0a3bfdb43aa 100644
--- a/games-misc/xpenguins/xpenguins-2.2-r1.ebuild
+++ b/games-misc/xpenguins/xpenguins-2.2-r1.ebuild
@@ -1,5 +1,6 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+
 EAPI=5
 inherit games
 


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

* [gentoo-commits] repo/gentoo:master commit in: games-misc/xpenguins/
@ 2018-06-11  1:53 Matt Turner
  0 siblings, 0 replies; 8+ messages in thread
From: Matt Turner @ 2018-06-11  1:53 UTC (permalink / raw
  To: gentoo-commits

commit:     592dec0106927275410a5443937abe5d41ef460a
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 11 01:48:15 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Jun 11 01:48:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=592dec01

games-misc/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto)

 games-misc/xpenguins/xpenguins-2.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-misc/xpenguins/xpenguins-2.2-r2.ebuild b/games-misc/xpenguins/xpenguins-2.2-r2.ebuild
index c4488e3ab79..d3d5a27a083 100644
--- a/games-misc/xpenguins/xpenguins-2.2-r2.ebuild
+++ b/games-misc/xpenguins/xpenguins-2.2-r2.ebuild
@@ -16,7 +16,7 @@ IUSE=""
 
 RDEPEND="x11-libs/libXpm"
 DEPEND="${RDEPEND}
-	x11-proto/xextproto"
+	x11-base/xorg-proto"
 
 src_install() {
 	default


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

* [gentoo-commits] repo/gentoo:master commit in: games-misc/xpenguins/
@ 2022-04-04 15:41 Ionen Wolkens
  0 siblings, 0 replies; 8+ messages in thread
From: Ionen Wolkens @ 2022-04-04 15:41 UTC (permalink / raw
  To: gentoo-commits

commit:     891ca9b57675b0da647faa68e148a2a1a9ff37ca
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  4 14:55:57 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Apr  4 15:40:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=891ca9b5

games-misc/xpenguins: set sourceforge remote-id and indent

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-misc/xpenguins/metadata.xml | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/games-misc/xpenguins/metadata.xml b/games-misc/xpenguins/metadata.xml
index 1c3ba213c494..9e11e30cb08c 100644
--- a/games-misc/xpenguins/metadata.xml
+++ b/games-misc/xpenguins/metadata.xml
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-	<email>games@gentoo.org</email>
-	<name>Gentoo Games Project</name>
-</maintainer>
+	<maintainer type="project">
+		<email>games@gentoo.org</email>
+		<name>Gentoo Games Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="sourceforge">xpenguins</remote-id>
+	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: games-misc/xpenguins/
@ 2022-04-04 15:41 Ionen Wolkens
  0 siblings, 0 replies; 8+ messages in thread
From: Ionen Wolkens @ 2022-04-04 15:41 UTC (permalink / raw
  To: gentoo-commits

commit:     66dd3da11f4749cb7d0a677943f5c3f74be28df2
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  4 15:07:42 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Apr  4 15:40:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66dd3da1

games-misc/xpenguins: add 3.2.1

New upstream, updated for modern desktop similarly to xsnow.

Thanks-to: Mark Wagner
Closes: https://bugs.gentoo.org/836393
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-misc/xpenguins/Manifest               |  1 +
 games-misc/xpenguins/xpenguins-3.2.1.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/games-misc/xpenguins/Manifest b/games-misc/xpenguins/Manifest
index d00548dcab51..5a0e24f3e2d3 100644
--- a/games-misc/xpenguins/Manifest
+++ b/games-misc/xpenguins/Manifest
@@ -1,2 +1,3 @@
 DIST xpenguins-2.2.tar.gz 275210 BLAKE2B e9d20cf8fe210f00dcdaf7789d7fb5f477c6623b81e2ae4071367bc2d645f2e8d719d4ecb59e34642a26a3626ba97bbdc5b2abf632f32935d7cf38c6457c5539 SHA512 cb24e17a5a19df0de162b2214dec2fbfc07396cdea9d138b8426d8fc38e248b1faba65ebfb8ba74a5cf515063ba8f4032c4588586b23b5be6aa0a208cfcfebf1
+DIST xpenguins-3.2.1.tar.gz 411421 BLAKE2B f12cbd907479b02a1e25d10ab48f29d6643a209bb424b3a4536f946f4a49b3fdac9a8f0598b63265ed10be45e623ecc98296eda36dc7e91f47d0c16174c5fb7e SHA512 de1382ff054a7c2dbf99f0c7004bde82aef2725981515954095d776208310c18130ffb5c16285f6190c68c498bb55b26af3bf783475ad703c211d1f9fd7d1a0b
 DIST xpenguins_themes-1.0.tar.gz 215487 BLAKE2B 922d360ed38959bc3e0452949c68f3438d4e2bfa3f8abce997888e2e288e420cae92ef51ebad17a88bd71bbc9f86d8a65d2d49d302d85b6927551144e4cf7cfb SHA512 577dedccfff8f4581c9285deb809d43a09631e15461783bfb5f00d2bf0e687d54f04ad3bcf1051113777d74f57c94c278b99749265a3efe8ebc6aabb1501eaf8

diff --git a/games-misc/xpenguins/xpenguins-3.2.1.ebuild b/games-misc/xpenguins/xpenguins-3.2.1.ebuild
new file mode 100644
index 000000000000..c24a3c88b19f
--- /dev/null
+++ b/games-misc/xpenguins/xpenguins-3.2.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Cute little penguins invading your desktop"
+HOMEPAGE="https://ratrabbit.nl/ratrabbit/software/xpenguins/"
+SRC_URI="mirror://sourceforge/xpenguins/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~x86"
+
+RDEPEND="
+	dev-libs/glib:2
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libX11
+	x11-libs/libXext
+	x11-libs/libXpm"
+DEPEND="${RDEPEND}"
+BDEPEND="x11-base/xorg-proto"


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

* [gentoo-commits] repo/gentoo:master commit in: games-misc/xpenguins/
@ 2022-04-04 15:46 Ionen Wolkens
  0 siblings, 0 replies; 8+ messages in thread
From: Ionen Wolkens @ 2022-04-04 15:46 UTC (permalink / raw
  To: gentoo-commits

commit:     b8902630e7ca529b28d2f431598ec469716e5833
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  4 15:45:54 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Apr  4 15:46:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8902630

games-misc/xpenguins: fix xorg-proto depend

Not sure how this happened.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-misc/xpenguins/xpenguins-3.2.1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/games-misc/xpenguins/xpenguins-3.2.1.ebuild b/games-misc/xpenguins/xpenguins-3.2.1.ebuild
index c24a3c88b19f..fd8f636cd940 100644
--- a/games-misc/xpenguins/xpenguins-3.2.1.ebuild
+++ b/games-misc/xpenguins/xpenguins-3.2.1.ebuild
@@ -19,5 +19,6 @@ RDEPEND="
 	x11-libs/libX11
 	x11-libs/libXext
 	x11-libs/libXpm"
-DEPEND="${RDEPEND}"
-BDEPEND="x11-base/xorg-proto"
+DEPEND="
+	${RDEPEND}
+	x11-base/xorg-proto"


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

* [gentoo-commits] repo/gentoo:master commit in: games-misc/xpenguins/
@ 2022-04-04 15:51 Ionen Wolkens
  0 siblings, 0 replies; 8+ messages in thread
From: Ionen Wolkens @ 2022-04-04 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     986c6e359baddfad388081a3739882417852359d
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  4 15:50:21 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Apr  4 15:51:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=986c6e35

games-misc/xpenguins: add pkgconfig to BDEPEND

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-misc/xpenguins/xpenguins-3.2.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-misc/xpenguins/xpenguins-3.2.1.ebuild b/games-misc/xpenguins/xpenguins-3.2.1.ebuild
index fd8f636cd940..4318f0b2f2a5 100644
--- a/games-misc/xpenguins/xpenguins-3.2.1.ebuild
+++ b/games-misc/xpenguins/xpenguins-3.2.1.ebuild
@@ -22,3 +22,4 @@ RDEPEND="
 DEPEND="
 	${RDEPEND}
 	x11-base/xorg-proto"
+BDEPEND="virtual/pkgconfig"


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

* [gentoo-commits] repo/gentoo:master commit in: games-misc/xpenguins/
@ 2022-04-29 11:23 Ionen Wolkens
  0 siblings, 0 replies; 8+ messages in thread
From: Ionen Wolkens @ 2022-04-29 11:23 UTC (permalink / raw
  To: gentoo-commits

commit:     0aab6d142bb1ec56401aad0340f162c98c0d4f05
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 10:36:37 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 11:22:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aab6d14

games-misc/xpenguins: drop 2.2-r2

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-misc/xpenguins/Manifest                |  2 --
 games-misc/xpenguins/xpenguins-2.2-r2.ebuild | 25 -------------------------
 2 files changed, 27 deletions(-)

diff --git a/games-misc/xpenguins/Manifest b/games-misc/xpenguins/Manifest
index 5a0e24f3e2d3..f940e6b828ba 100644
--- a/games-misc/xpenguins/Manifest
+++ b/games-misc/xpenguins/Manifest
@@ -1,3 +1 @@
-DIST xpenguins-2.2.tar.gz 275210 BLAKE2B e9d20cf8fe210f00dcdaf7789d7fb5f477c6623b81e2ae4071367bc2d645f2e8d719d4ecb59e34642a26a3626ba97bbdc5b2abf632f32935d7cf38c6457c5539 SHA512 cb24e17a5a19df0de162b2214dec2fbfc07396cdea9d138b8426d8fc38e248b1faba65ebfb8ba74a5cf515063ba8f4032c4588586b23b5be6aa0a208cfcfebf1
 DIST xpenguins-3.2.1.tar.gz 411421 BLAKE2B f12cbd907479b02a1e25d10ab48f29d6643a209bb424b3a4536f946f4a49b3fdac9a8f0598b63265ed10be45e623ecc98296eda36dc7e91f47d0c16174c5fb7e SHA512 de1382ff054a7c2dbf99f0c7004bde82aef2725981515954095d776208310c18130ffb5c16285f6190c68c498bb55b26af3bf783475ad703c211d1f9fd7d1a0b
-DIST xpenguins_themes-1.0.tar.gz 215487 BLAKE2B 922d360ed38959bc3e0452949c68f3438d4e2bfa3f8abce997888e2e288e420cae92ef51ebad17a88bd71bbc9f86d8a65d2d49d302d85b6927551144e4cf7cfb SHA512 577dedccfff8f4581c9285deb809d43a09631e15461783bfb5f00d2bf0e687d54f04ad3bcf1051113777d74f57c94c278b99749265a3efe8ebc6aabb1501eaf8

diff --git a/games-misc/xpenguins/xpenguins-2.2-r2.ebuild b/games-misc/xpenguins/xpenguins-2.2-r2.ebuild
deleted file mode 100644
index d3d5a27a0831..000000000000
--- a/games-misc/xpenguins/xpenguins-2.2-r2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-THEMES_VERSION="1.0"
-DESCRIPTION="Cute little penguins invading your desktop"
-HOMEPAGE="http://xpenguins.seul.org/"
-SRC_URI="http://xpenguins.seul.org/${P}.tar.gz
-	http://xpenguins.seul.org/xpenguins_themes-${THEMES_VERSION}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libXpm"
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto"
-
-src_install() {
-	default
-	insinto /usr/share/${PN}
-	doins -r ../themes/
-}


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

end of thread, other threads:[~2022-04-29 11:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-11  1:53 [gentoo-commits] repo/gentoo:master commit in: games-misc/xpenguins/ Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2022-04-29 11:23 Ionen Wolkens
2022-04-04 15:51 Ionen Wolkens
2022-04-04 15:46 Ionen Wolkens
2022-04-04 15:41 Ionen Wolkens
2022-04-04 15:41 Ionen Wolkens
2017-11-25 14:39 Patrick Lauer
2016-10-11 22:59 Austin English

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