* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/concentration/
@ 2021-10-04 17:26 Ionen Wolkens
0 siblings, 0 replies; 2+ messages in thread
From: Ionen Wolkens @ 2021-10-04 17:26 UTC (permalink / raw
To: gentoo-commits
commit: 78f1a767ac45562b02a03d80de1fd1e02171d2e3
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Oct 4 05:14:39 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Oct 4 16:52:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78f1a767
games-puzzle/concentration: remove old
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/22433
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
.../concentration/concentration-1.2-r2.ebuild | 28 ----------------------
1 file changed, 28 deletions(-)
diff --git a/games-puzzle/concentration/concentration-1.2-r2.ebuild b/games-puzzle/concentration/concentration-1.2-r2.ebuild
deleted file mode 100644
index 5233b13dc8d..00000000000
--- a/games-puzzle/concentration/concentration-1.2-r2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit desktop
-
-DESCRIPTION="The classic memory game with some new life"
-HOMEPAGE="https://packages.gentoo.org/package/games-puzzle/concentration"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl[sound,video]
- media-libs/sdl-mixer[vorbis]
- media-libs/sdl-image[jpeg,png]
- media-libs/sdl-ttf"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
-
-src_install() {
- default
- newicon pics/set1/19.png ${PN}.png
- make_desktop_entry ${PN} Concentration
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/concentration/
@ 2021-10-04 17:26 Ionen Wolkens
0 siblings, 0 replies; 2+ messages in thread
From: Ionen Wolkens @ 2021-10-04 17:26 UTC (permalink / raw
To: gentoo-commits
commit: c922d6c4e438afa4681c3999301035b78c736455
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Oct 4 05:14:18 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Oct 4 16:52:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c922d6c4
games-puzzle/concentration: EAPI8, minor improvements
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://bugs.gentoo.org/657602
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
.../concentration/concentration-1.2-r3.ebuild | 31 ++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/games-puzzle/concentration/concentration-1.2-r3.ebuild b/games-puzzle/concentration/concentration-1.2-r3.ebuild
new file mode 100644
index 00000000000..eb664032ce8
--- /dev/null
+++ b/games-puzzle/concentration/concentration-1.2-r3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop
+
+DESCRIPTION="The classic memory game with some new life"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ media-libs/libsdl[sound,video]
+ media-libs/sdl-mixer[vorbis]
+ media-libs/sdl-image[jpeg,png]
+ media-libs/sdl-ttf"
+RDEPEND="${DEPEND}
+ !sci-biology/unafold"
+
+PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
+
+src_install() {
+ default
+
+ newicon pics/set1/19.png ${PN}.png
+ make_desktop_entry ${PN} ${PN^}
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-10-04 17:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-04 17:26 [gentoo-commits] repo/gentoo:master commit in: games-puzzle/concentration/ Ionen Wolkens
-- strict thread matches above, loose matches on Subject: below --
2021-10-04 17:26 Ionen Wolkens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox