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

Reply via email to