* [gentoo-commits] repo/gentoo:master commit in: games-arcade/triplexinvaders/
@ 2018-04-24 19:26 Pacho Ramos
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2018-04-24 19:26 UTC (permalink / raw
To: gentoo-commits
commit: 3b43c822d6ddd39cf850c2983f89a4c0a5767be7
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 24 19:04:08 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Apr 24 19:26:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b43c822
games-arcade/triplexinvaders: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
.../triplexinvaders/triplexinvaders-1.08.ebuild | 39 ----------------------
1 file changed, 39 deletions(-)
diff --git a/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild b/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild
deleted file mode 100644
index d6b539da1fa..00000000000
--- a/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="An Alien Invaders style game with 3d graphics"
-HOMEPAGE="http://triplexinvaders.infogami.com"
-SRC_URI="http://acm.jhu.edu/~arthur/invaders/${P}.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND="dev-python/pygame
- dev-python/pyopengl"
-
-src_prepare() {
- epatch "${FILESDIR}/${P}"-gentoo.patch
- sed -i -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \
- sound.py \
- util.py \
- hiscore.py \
- options.py || die "sed failed"
-}
-
-src_install() {
- local libdir=$(games_get_libdir)
-
- insinto "${libdir}/${PN}"
- doins -r *.py
- insinto "${GAMES_DATADIR}/${PN}"
- doins -r models sound options.conf hiscores
- games_make_wrapper ${PN} "python ./invaders.py" "${libdir}/${PN}"
- dodoc README.txt TODO.txt
- prepgamesdirs
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/triplexinvaders/
@ 2018-04-24 19:26 Pacho Ramos
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2018-04-24 19:26 UTC (permalink / raw
To: gentoo-commits
commit: 841b1338ac4b4494162c25b646e967fdc93791b7
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 24 19:12:51 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Apr 24 19:26:33 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=841b1338
games-arcade/triplexinvaders: Add forgotten REQUIRED_USE
Package-Manager: Portage-2.3.31, Repoman-2.3.9
games-arcade/triplexinvaders/triplexinvaders-1.08-r1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/games-arcade/triplexinvaders/triplexinvaders-1.08-r1.ebuild b/games-arcade/triplexinvaders/triplexinvaders-1.08-r1.ebuild
index 09ac13da91d..b3774eb8c6f 100644
--- a/games-arcade/triplexinvaders/triplexinvaders-1.08-r1.ebuild
+++ b/games-arcade/triplexinvaders/triplexinvaders-1.08-r1.ebuild
@@ -13,7 +13,9 @@ SRC_URI="http://acm.jhu.edu/~arthur/invaders/${P}.zip"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+
IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
dev-python/pygame[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/triplexinvaders/
@ 2018-08-27 21:23 James Le Cuirot
0 siblings, 0 replies; 3+ messages in thread
From: James Le Cuirot @ 2018-08-27 21:23 UTC (permalink / raw
To: gentoo-commits
commit: d27d671f5b63903e75f443578fc72c4770fdc00c
Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Fri Aug 3 01:26:53 2018 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Aug 27 21:23:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d27d671f
games-arcade/triplexinvaders: add explicit desktop inheritance
eutils may not always inherit desktop.
Package-Manager: Portage-2.3.44, Repoman-2.3.10
games-arcade/triplexinvaders/triplexinvaders-1.08-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-arcade/triplexinvaders/triplexinvaders-1.08-r1.ebuild b/games-arcade/triplexinvaders/triplexinvaders-1.08-r1.ebuild
index b3774eb8c6f..7b95c1773d9 100644
--- a/games-arcade/triplexinvaders/triplexinvaders-1.08-r1.ebuild
+++ b/games-arcade/triplexinvaders/triplexinvaders-1.08-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 )
-inherit eutils python-single-r1
+inherit desktop eutils python-single-r1
DESCRIPTION="An Alien Invaders style game with 3d graphics"
HOMEPAGE="http://triplexinvaders.infogami.com"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-08-27 21:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-24 19:26 [gentoo-commits] repo/gentoo:master commit in: games-arcade/triplexinvaders/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2018-04-24 19:26 Pacho Ramos
2018-08-27 21:23 James Le Cuirot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox