public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/nottetris2/
@ 2018-04-22 19:40 Pacho Ramos
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2018-04-22 19:40 UTC (permalink / raw
  To: gentoo-commits

commit:     bfb878d44181f9bf70126274019303da1dd702a7
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 22 19:38:21 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 22 19:40:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfb878d4

games-arcade/nottetris2: Stop using games.eclass

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-arcade/nottetris2/nottetris2-1-r1.ebuild | 33 ++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/games-arcade/nottetris2/nottetris2-1-r1.ebuild b/games-arcade/nottetris2/nottetris2-1-r1.ebuild
new file mode 100644
index 00000000000..47c906bb7ce
--- /dev/null
+++ b/games-arcade/nottetris2/nottetris2-1-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="The spiritual successor of the classic Tetris mixed with physics"
+HOMEPAGE="http://stabyourself.net/nottetris2/"
+SRC_URI="http://stabyourself.net/dl.php?file=nottetris2/nottetris2-linux.zip -> ${P}.zip"
+
+LICENSE="CC-BY-NC-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+LVSLOT="0.7"
+RDEPEND=">=games-engines/love-0.7.2:${LVSLOT}
+	 media-libs/devil[png]
+"
+DEPEND="app-arch/unzip"
+
+S="${WORKDIR}"
+
+src_install() {
+	local dir=/usr/share/love/${PN}
+
+	exeinto "${dir}"
+	newexe "Not Tetris 2.love" ${PN}.love
+
+	newdoc "Not Readme.txt" README
+
+	make_wrapper ${PN} "love-${LVSLOT} ${PN}.love" "${dir}"
+	make_desktop_entry ${PN}
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/nottetris2/
@ 2018-04-22 19:40 Pacho Ramos
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2018-04-22 19:40 UTC (permalink / raw
  To: gentoo-commits

commit:     5a03c444f2c027c862f6afd02a6c63fc2c5a0c9a
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 22 19:38:33 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 22 19:40:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a03c444

games-arcade/nottetris2: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-arcade/nottetris2/nottetris2-1.ebuild | 35 -----------------------------
 1 file changed, 35 deletions(-)

diff --git a/games-arcade/nottetris2/nottetris2-1.ebuild b/games-arcade/nottetris2/nottetris2-1.ebuild
deleted file mode 100644
index 583f8cae863..00000000000
--- a/games-arcade/nottetris2/nottetris2-1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils games
-
-DESCRIPTION="The spiritual successor of the classic Tetris mixed with physics"
-HOMEPAGE="http://stabyourself.net/nottetris2/"
-SRC_URI="http://stabyourself.net/dl.php?file=nottetris2/nottetris2-linux.zip -> ${P}.zip"
-
-LICENSE="CC-BY-NC-SA-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-LVSLOT="0.7"
-RDEPEND=">=games-engines/love-0.7.2:${LVSLOT}
-	 media-libs/devil[png]"
-DEPEND="app-arch/unzip"
-
-S=${WORKDIR}
-
-src_install() {
-	local dir=${GAMES_DATADIR}/love/${PN}
-
-	exeinto "${dir}"
-	newexe "Not Tetris 2.love" ${PN}.love
-
-	newdoc "Not Readme.txt" README
-
-	games_make_wrapper ${PN} "love-${LVSLOT} ${PN}.love" "${dir}"
-	make_desktop_entry ${PN}
-
-	prepgamesdirs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/nottetris2/
@ 2018-08-27 21:23 James Le Cuirot
  0 siblings, 0 replies; 4+ messages in thread
From: James Le Cuirot @ 2018-08-27 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     bd7ea30082f261bde7ba5e94a647b00ba5828e1b
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Fri Aug  3 01:15:21 2018 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Aug 27 21:23:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd7ea300

games-arcade/nottetris2: add explicit desktop inheritance

eutils may not always inherit desktop.

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 games-arcade/nottetris2/nottetris2-1-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-arcade/nottetris2/nottetris2-1-r1.ebuild b/games-arcade/nottetris2/nottetris2-1-r1.ebuild
index 47c906bb7ce..39fbc31006b 100644
--- a/games-arcade/nottetris2/nottetris2-1-r1.ebuild
+++ b/games-arcade/nottetris2/nottetris2-1-r1.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit eutils
+
+inherit desktop eutils
 
 DESCRIPTION="The spiritual successor of the classic Tetris mixed with physics"
 HOMEPAGE="http://stabyourself.net/nottetris2/"


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

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/nottetris2/
@ 2021-04-04  8:14 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-04  8:14 UTC (permalink / raw
  To: gentoo-commits

commit:     0ad186042fa279f351d42f36a051546b976c262a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  4 08:05:56 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr  4 08:13:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ad18604

games-arcade/nottetris2: port to EAPI 7, eutils--, wrapper++

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

 games-arcade/nottetris2/nottetris2-1-r1.ebuild | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/games-arcade/nottetris2/nottetris2-1-r1.ebuild b/games-arcade/nottetris2/nottetris2-1-r1.ebuild
index 730417cb8a3..329cea1efb9 100644
--- a/games-arcade/nottetris2/nottetris2-1-r1.ebuild
+++ b/games-arcade/nottetris2/nottetris2-1-r1.ebuild
@@ -1,30 +1,30 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit desktop eutils
+inherit desktop wrapper
 
 DESCRIPTION="The spiritual successor of the classic Tetris mixed with physics"
 HOMEPAGE="https://stabyourself.net/nottetris2/"
 SRC_URI="https://stabyourself.net/dl.php?file=nottetris2/nottetris2-linux.zip -> ${P}.zip"
+S="${WORKDIR}"
 
 LICENSE="CC-BY-NC-SA-3.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 LVSLOT="0.7"
-RDEPEND=">=games-engines/love-0.7.2:${LVSLOT}
+RDEPEND="
+	>=games-engines/love-0.7.2:${LVSLOT}
 	 media-libs/devil[png]
 "
-DEPEND="app-arch/unzip"
-
-S="${WORKDIR}"
+BDEPEND="app-arch/unzip"
 
 src_install() {
 	local dir=/usr/share/love/${PN}
 
-	exeinto "${dir}"
+	exeinto ${dir}
 	newexe "Not Tetris 2.love" ${PN}.love
 
 	newdoc "Not Readme.txt" README


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

end of thread, other threads:[~2021-04-04  8:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-22 19:40 [gentoo-commits] repo/gentoo:master commit in: games-arcade/nottetris2/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2021-04-04  8:14 Sam James
2018-08-27 21:23 James Le Cuirot
2018-04-22 19:40 Pacho Ramos

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