public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-roguelike/hengband/
@ 2016-01-05  8:26 Michael Sterrett
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett @ 2016-01-05  8:26 UTC (permalink / raw
  To: gentoo-commits

commit:     8276031b2f478f253b373efd548031d7a8d268ff
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  5 05:27:17 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Tue Jan  5 08:26:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8276031b

games-roguelike/hengband: add slot dep for sys-libs/ncurses

Package-Manager: portage-2.2.26

 games-roguelike/hengband/hengband-1.6.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-roguelike/hengband/hengband-1.6.2-r1.ebuild b/games-roguelike/hengband/hengband-1.6.2-r1.ebuild
index d93f12c..0f9d9dc 100644
--- a/games-roguelike/hengband/hengband-1.6.2-r1.ebuild
+++ b/games-roguelike/hengband/hengband-1.6.2-r1.ebuild
@@ -15,7 +15,7 @@ LICENSE="Moria"
 SLOT="0"
 IUSE="X linguas_ja"
 
-RDEPEND=">=sys-libs/ncurses-5
+RDEPEND=">=sys-libs/ncurses-5:0
 	X? ( x11-libs/libX11 )"
 DEPEND="${RDEPEND}
 	X? ( x11-libs/libXt )"


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

* [gentoo-commits] repo/gentoo:master commit in: games-roguelike/hengband/
@ 2016-06-28  6:10 Ulrich Müller
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Müller @ 2016-06-28  6:10 UTC (permalink / raw
  To: gentoo-commits

commit:     52022f9aeaf79ee368181bd250bf18eb9d7fe990
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 06:06:31 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 06:09:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52022f9a

games-roguelike/hengband: Migrate from LINGUAS to L10N.

Package-Manager: portage-2.3.0

 games-roguelike/hengband/hengband-1.6.2-r1.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/games-roguelike/hengband/hengband-1.6.2-r1.ebuild b/games-roguelike/hengband/hengband-1.6.2-r1.ebuild
index 0f9d9dc..c768e8a 100644
--- a/games-roguelike/hengband/hengband-1.6.2-r1.ebuild
+++ b/games-roguelike/hengband/hengband-1.6.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge.jp/hengband/10331/${P}.tar.bz2
 KEYWORDS="ppc x86 ~x86-fbsd"
 LICENSE="Moria"
 SLOT="0"
-IUSE="X linguas_ja"
+IUSE="X l10n_ja"
 
 RDEPEND=">=sys-libs/ncurses-5:0
 	X? ( x11-libs/libX11 )"
@@ -41,7 +41,7 @@ src_prepare() {
 
 src_configure() {
 	local myconf
-	use linguas_ja || myconf="--disable-japanese"
+	use l10n_ja || myconf="--disable-japanese"
 
 	egamesconf \
 		--with-setgid=${GAMES_GROUP} \
@@ -51,7 +51,7 @@ src_configure() {
 
 src_install() {
 	make DESTDIR="${D}" install || die "make install failed"
-	if use linguas_ja ; then
+	if use l10n_ja ; then
 		dodoc readme.txt autopick.txt readme_eng.txt autopick_eng.txt
 	else
 		newdoc readme_eng.txt readme.txt


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

* [gentoo-commits] repo/gentoo:master commit in: games-roguelike/hengband/
@ 2021-04-05 17:45 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-04-05 17:45 UTC (permalink / raw
  To: gentoo-commits

commit:     aef561c3c28f22621e9211acfc38b2152e3c0a91
Author:     Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail <DOT> com>
AuthorDate: Mon Mar  8 19:45:56 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr  5 17:45:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef561c3

games-roguelike/hengband: update to EAPI 7

Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-roguelike/hengband/hengband-1.6.2-r1.ebuild | 36 +++++++++++------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/games-roguelike/hengband/hengband-1.6.2-r1.ebuild b/games-roguelike/hengband/hengband-1.6.2-r1.ebuild
index 15fcc021007..14049bd919e 100644
--- a/games-roguelike/hengband/hengband-1.6.2-r1.ebuild
+++ b/games-roguelike/hengband/hengband-1.6.2-r1.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit eutils autotools
+EAPI=7
+inherit autotools eutils
 
 DESCRIPTION="An Angband variant, with a Japanese/fantasy theme"
 HOMEPAGE="http://hengband.sourceforge.jp/en/"
 SRC_URI="mirror://sourceforge.jp/hengband/10331/${P}.tar.bz2
 	mirror://gentoo/${P}-mispellings.patch.gz"
 
-KEYWORDS="~x86"
 LICENSE="Moria"
 SLOT="0"
+KEYWORDS="~x86"
 IUSE="X l10n_ja"
 
 RDEPEND=">=sys-libs/ncurses-5:0
@@ -20,23 +20,23 @@ DEPEND="${RDEPEND}
 	X? ( x11-libs/libXt )"
 BDEPEND="virtual/pkgconfig"
 
+PATCHES=( "${FILESDIR}/${PN}-1.6.2-added_faq.patch"
+	"${FILESDIR}/${PN}-1.6.2-autoconf-ncurses.patch"
+	"${FILESDIR}/${PN}-1.6.2-ovflfix.patch" )
+
 src_prepare() {
 	# Removing Xaw dependency as is not used
-	sed -i \
-		-e '/Xaw/d' src/main-xaw.c \
-		|| die
-	sed -i \
-		-e 's|root\.|root:|' lib/*/Makefile.in \
-		|| die
-	sed -i \
-		-e 's:/games/:/:g' configure.in \
-		|| die
-	epatch \
-		"../${P}"-mispellings.patch	\
-		"${FILESDIR}/${P}"-added_faq.patch \
-		"${FILESDIR}"/${P}-ovflfix.patch \
-		"${FILESDIR}/${P}-autoconf-ncurses.patch"
+	sed -i -e '/Xaw/d' src/main-xaw.c || die
+	# Fix syntax for chown
+	sed -i -e 's|root\.|root:|' lib/*/Makefile.in || die
+	# Don't target the games sub-dir, since we're not using games.eclass any
+	# more
+	sed -i -e 's:/games/:/:g' configure.in || die
+
+	default
+
 	mv configure.in configure.ac || die
+
 	eautoreconf
 }
 


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

* [gentoo-commits] repo/gentoo:master commit in: games-roguelike/hengband/
@ 2021-04-05 17:45 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-04-05 17:45 UTC (permalink / raw
  To: gentoo-commits

commit:     09e99a968b42b00b20c2545e5fb7839a7f80f7b5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  5 17:28:47 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr  5 17:45:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09e99a96

games-roguelike/hengband: eutils--

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

 games-roguelike/hengband/hengband-1.6.2-r1.ebuild | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)

diff --git a/games-roguelike/hengband/hengband-1.6.2-r1.ebuild b/games-roguelike/hengband/hengband-1.6.2-r1.ebuild
index 14049bd919e..e6fb57c6847 100644
--- a/games-roguelike/hengband/hengband-1.6.2-r1.ebuild
+++ b/games-roguelike/hengband/hengband-1.6.2-r1.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools eutils
+
+inherit autotools
 
 DESCRIPTION="An Angband variant, with a Japanese/fantasy theme"
 HOMEPAGE="http://hengband.sourceforge.jp/en/"
@@ -14,15 +15,21 @@ SLOT="0"
 KEYWORDS="~x86"
 IUSE="X l10n_ja"
 
-RDEPEND=">=sys-libs/ncurses-5:0
-	X? ( x11-libs/libX11 )"
-DEPEND="${RDEPEND}
-	X? ( x11-libs/libXt )"
+RDEPEND="
+	>=sys-libs/ncurses-5:0=
+	X? ( x11-libs/libX11 )
+"
+DEPEND="
+	${RDEPEND}
+	X? ( x11-libs/libXt )
+"
 BDEPEND="virtual/pkgconfig"
 
-PATCHES=( "${FILESDIR}/${PN}-1.6.2-added_faq.patch"
+PATCHES=(
+	"${FILESDIR}/${PN}-1.6.2-added_faq.patch"
 	"${FILESDIR}/${PN}-1.6.2-autoconf-ncurses.patch"
-	"${FILESDIR}/${PN}-1.6.2-ovflfix.patch" )
+	"${FILESDIR}/${PN}-1.6.2-ovflfix.patch"
+)
 
 src_prepare() {
 	# Removing Xaw dependency as is not used


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

* [gentoo-commits] repo/gentoo:master commit in: games-roguelike/hengband/
@ 2023-03-09 20:13 Ionen Wolkens
  0 siblings, 0 replies; 5+ messages in thread
From: Ionen Wolkens @ 2023-03-09 20:13 UTC (permalink / raw
  To: gentoo-commits

commit:     17cec91be5d4ac6b74f216f43a554c06f45dfeab
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  9 18:00:32 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Mar  9 20:12:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17cec91b

games-roguelike/hengband: add github upstream metadata

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-roguelike/hengband/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-roguelike/hengband/metadata.xml b/games-roguelike/hengband/metadata.xml
index c1857cbd91cf..074d7086b059 100644
--- a/games-roguelike/hengband/metadata.xml
+++ b/games-roguelike/hengband/metadata.xml
@@ -6,6 +6,7 @@
 		<name>Gentoo Games Project</name>
 	</maintainer>
 	<upstream>
+		<remote-id type="github">hengband/hengband</remote-id>
 		<remote-id type="osdn">hengband</remote-id>
 	</upstream>
 </pkgmetadata>


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

end of thread, other threads:[~2023-03-09 20:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-05  8:26 [gentoo-commits] repo/gentoo:master commit in: games-roguelike/hengband/ Michael Sterrett
  -- strict thread matches above, loose matches on Subject: below --
2016-06-28  6:10 Ulrich Müller
2021-04-05 17:45 Sam James
2021-04-05 17:45 Sam James
2023-03-09 20:13 Ionen Wolkens

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