public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/alienwave/
@ 2015-12-25 15:13 Agostino Sarubbo
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo @ 2015-12-25 15:13 UTC (permalink / raw
  To: gentoo-commits

commit:     d8bc4b37f69bc1a64c52a466e8bc5c1056b2a35a
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 25 15:13:30 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Dec 25 15:13:30 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8bc4b37

games-arcade/alienwave: amd64 stable wrt bug #569212

Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 games-arcade/alienwave/alienwave-0.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-arcade/alienwave/alienwave-0.4.0.ebuild b/games-arcade/alienwave/alienwave-0.4.0.ebuild
index 734e752..58f69a9 100644
--- a/games-arcade/alienwave/alienwave-0.4.0.ebuild
+++ b/games-arcade/alienwave/alienwave-0.4.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.alessandropira.org/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="sys-libs/ncurses:0"


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

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/alienwave/
@ 2015-12-25 16:20 Agostino Sarubbo
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo @ 2015-12-25 16:20 UTC (permalink / raw
  To: gentoo-commits

commit:     85b151f558abde4e06f054bdc7b367547ea69858
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 25 16:19:59 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Dec 25 16:19:59 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85b151f5

games-arcade/alienwave: x86 stable wrt bug #569212

Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 games-arcade/alienwave/alienwave-0.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-arcade/alienwave/alienwave-0.4.0.ebuild b/games-arcade/alienwave/alienwave-0.4.0.ebuild
index 58f69a9..717a912 100644
--- a/games-arcade/alienwave/alienwave-0.4.0.ebuild
+++ b/games-arcade/alienwave/alienwave-0.4.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.alessandropira.org/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="sys-libs/ncurses:0"


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

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/alienwave/
@ 2018-04-15  9:11 Pacho Ramos
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2018-04-15  9:11 UTC (permalink / raw
  To: gentoo-commits

commit:     7647665f498751e2e447e77ceda136679f289bc1
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 08:30:57 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 09:11:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7647665f

games-arcade/alienwave: Stop using games.eclass

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 games-arcade/alienwave/alienwave-0.4.0-r1.ebuild | 25 ++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/games-arcade/alienwave/alienwave-0.4.0-r1.ebuild b/games-arcade/alienwave/alienwave-0.4.0-r1.ebuild
new file mode 100644
index 00000000000..eda16474a7f
--- /dev/null
+++ b/games-arcade/alienwave/alienwave-0.4.0-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="An ncurses-based Xenon clone"
+HOMEPAGE="http://www.alessandropira.org/alienwave/aw.html"
+SRC_URI="http://www.alessandropira.org/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="sys-libs/ncurses:0"
+RDEPEND=${DEPEND}
+
+S="${WORKDIR}/${PN}"
+
+PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
+
+src_install() {
+	dobin alienwave
+	dodoc TO_DO README STORY
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/alienwave/
@ 2018-04-15  9:11 Pacho Ramos
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2018-04-15  9:11 UTC (permalink / raw
  To: gentoo-commits

commit:     9c2402d8d78e82969a0944e54d5bfd804fb20ca4
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 08:31:05 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 09:11:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c2402d8

games-arcade/alienwave: Drop old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 games-arcade/alienwave/alienwave-0.4.0.ebuild | 29 ---------------------------
 1 file changed, 29 deletions(-)

diff --git a/games-arcade/alienwave/alienwave-0.4.0.ebuild b/games-arcade/alienwave/alienwave-0.4.0.ebuild
deleted file mode 100644
index c633e6d751c..00000000000
--- a/games-arcade/alienwave/alienwave-0.4.0.ebuild
+++ /dev/null
@@ -1,29 +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 ncurses-based Xenon clone"
-HOMEPAGE="http://www.alessandropira.org/alienwave/aw.html"
-SRC_URI="http://www.alessandropira.org/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="sys-libs/ncurses:0"
-RDEPEND=${DEPEND}
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-gentoo.patch
-}
-
-src_install() {
-	dogamesbin alienwave
-	dodoc TO_DO README STORY
-	prepgamesdirs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/alienwave/
@ 2019-08-14  3:39 Stefan Strogin
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Strogin @ 2019-08-14  3:39 UTC (permalink / raw
  To: gentoo-commits

commit:     f5b64fe013c99888cb244fe88f00582686247e55
Author:     Stefan Strogin <steils <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 14 03:37:22 2019 +0000
Commit:     Stefan Strogin <steils <AT> gentoo <DOT> org>
CommitDate: Wed Aug 14 03:37:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5b64fe0

games-arcade/alienwave: fix building with ncurses[tinfo]

Closes: https://bugs.gentoo.org/690230
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>

 games-arcade/alienwave/alienwave-0.4.0-r1.ebuild | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/games-arcade/alienwave/alienwave-0.4.0-r1.ebuild b/games-arcade/alienwave/alienwave-0.4.0-r1.ebuild
index eda16474a7f..7667f63fda5 100644
--- a/games-arcade/alienwave/alienwave-0.4.0-r1.ebuild
+++ b/games-arcade/alienwave/alienwave-0.4.0-r1.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
+
+inherit toolchain-funcs
 
 DESCRIPTION="An ncurses-based Xenon clone"
 HOMEPAGE="http://www.alessandropira.org/alienwave/aw.html"
@@ -14,11 +16,16 @@ IUSE=""
 
 DEPEND="sys-libs/ncurses:0"
 RDEPEND=${DEPEND}
+BDEPEND="virtual/pkgconfig"
 
 S="${WORKDIR}/${PN}"
 
 PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
 
+src_compile() {
+	emake LIB="$($(tc-getPKG_CONFIG) --libs ncurses)"
+}
+
 src_install() {
 	dobin alienwave
 	dodoc TO_DO README STORY


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

end of thread, other threads:[~2019-08-14  3:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-25 15:13 [gentoo-commits] repo/gentoo:master commit in: games-arcade/alienwave/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2015-12-25 16:20 Agostino Sarubbo
2018-04-15  9:11 Pacho Ramos
2018-04-15  9:11 Pacho Ramos
2019-08-14  3:39 Stefan Strogin

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