public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-strategy/warmux/
@ 2016-04-28 17:37 Michael Sterrett
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Sterrett @ 2016-04-28 17:37 UTC (permalink / raw
  To: gentoo-commits

commit:     443f3c3c31d2b0f30a1ae44b4dfb69588ecd1f2f
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 28 17:25:28 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Thu Apr 28 17:37:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=443f3c3c

games-strategy/warmux: libsdl needs X USE flag (bug #581426)

Package-Manager: portage-2.2.26

 games-strategy/warmux/warmux-11.04.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-strategy/warmux/warmux-11.04.1.ebuild b/games-strategy/warmux/warmux-11.04.1.ebuild
index 6be4fcd..770b851 100644
--- a/games-strategy/warmux/warmux-11.04.1.ebuild
+++ b/games-strategy/warmux/warmux-11.04.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug nls unicode"
 
-RDEPEND="media-libs/libsdl[joystick,video]
+RDEPEND="media-libs/libsdl[joystick,video,X]
 	media-libs/sdl-image[jpeg,png]
 	media-libs/sdl-mixer[vorbis]
 	media-libs/sdl-ttf


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

* [gentoo-commits] repo/gentoo:master commit in: games-strategy/warmux/
@ 2016-08-05  0:23 Austin English
  0 siblings, 0 replies; 7+ messages in thread
From: Austin English @ 2016-08-05  0:23 UTC (permalink / raw
  To: gentoo-commits

commit:     88ca7d2fdc3d17e24dae35aec90c5c0ea133b4c8
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  5 00:20:54 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Fri Aug  5 00:22:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88ca7d2f

games-strategy/warmux: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.3.0

 games-strategy/warmux/warmux-11.04.1-r1.ebuild | 64 ++++++++++++++++++++++++++
 1 file changed, 64 insertions(+)

diff --git a/games-strategy/warmux/warmux-11.04.1-r1.ebuild b/games-strategy/warmux/warmux-11.04.1-r1.ebuild
new file mode 100644
index 0000000..6f265a9
--- /dev/null
+++ b/games-strategy/warmux/warmux-11.04.1-r1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools eutils
+
+DESCRIPTION="A free Worms clone"
+HOMEPAGE="http://gna.org/projects/warmux/"
+SRC_URI="http://download.gna.org/warmux/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="debug nls unicode"
+
+RDEPEND="media-libs/libsdl[joystick,video,X]
+	media-libs/sdl-image[jpeg,png]
+	media-libs/sdl-mixer[vorbis]
+	media-libs/sdl-ttf
+	media-libs/sdl-net
+	>=media-libs/sdl-gfx-2.0.22
+	net-misc/curl
+	media-fonts/dejavu
+	dev-libs/libxml2
+	x11-libs/libX11
+	nls? ( virtual/libintl )
+	unicode? ( dev-libs/fribidi )"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+	nls? ( sys-devel/gettext )"
+
+S=${WORKDIR}/${PN}-11.04
+
+PATCHES=(
+	"${FILESDIR}"/${P}-gentoo.patch
+	"${FILESDIR}"/${P}-zlib.patch
+	"${FILESDIR}"/${P}-action.patch
+	"${FILESDIR}"/${P}-gcc47.patch
+	"${FILESDIR}"/${P}-stat.patch
+)
+
+src_prepare() {
+	default
+
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--with-localedir-name=/usr/share/locale \
+		--with-datadir-name=/usr/share/${PN} \
+		--with-font-path=/usr/share/fonts/dejavu/DejaVuSans.ttf \
+		$(use_enable debug) \
+		$(use_enable nls) \
+		$(use_enable unicode fribidi)
+}
+
+src_install() {
+	default
+	rm -f "${D}/usr/share/${PN}/font/DejaVuSans.ttf"
+	doicon data/icon/warmux.svg
+	make_desktop_entry warmux Warmux
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-strategy/warmux/
@ 2017-09-30  2:56 Michael Palimaka
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2017-09-30  2:56 UTC (permalink / raw
  To: gentoo-commits

commit:     df60d26538b690c7aacacf4d5e1ff7533c085616
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 02:50:42 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 02:56:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df60d265

games-strategy/warmux: stabilise 11.04.1-r1 for amd64/x86

Closes: https://bugs.gentoo.org/632446
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 games-strategy/warmux/warmux-11.04.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-strategy/warmux/warmux-11.04.1-r1.ebuild b/games-strategy/warmux/warmux-11.04.1-r1.ebuild
index a657e5e1494..aa4a05d49b7 100644
--- a/games-strategy/warmux/warmux-11.04.1-r1.ebuild
+++ b/games-strategy/warmux/warmux-11.04.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="http://download.gna.org/warmux/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug nls unicode"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: games-strategy/warmux/
@ 2017-09-30  2:56 Michael Palimaka
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2017-09-30  2:56 UTC (permalink / raw
  To: gentoo-commits

commit:     bfb06399a39d9b51d2170f04f47ec82840d1106d
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 02:51:07 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 02:56:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfb06399

games-strategy/warmux: remove 11.04.1-r0

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 games-strategy/warmux/warmux-11.04.1.ebuild | 60 -----------------------------
 1 file changed, 60 deletions(-)

diff --git a/games-strategy/warmux/warmux-11.04.1.ebuild b/games-strategy/warmux/warmux-11.04.1.ebuild
deleted file mode 100644
index 503204852f2..00000000000
--- a/games-strategy/warmux/warmux-11.04.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils games
-
-DESCRIPTION="A free Worms clone"
-HOMEPAGE="http://gna.org/projects/warmux/"
-SRC_URI="http://download.gna.org/warmux/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug nls unicode"
-
-RDEPEND="media-libs/libsdl[joystick,video,X]
-	media-libs/sdl-image[jpeg,png]
-	media-libs/sdl-mixer[vorbis]
-	media-libs/sdl-ttf
-	media-libs/sdl-net
-	>=media-libs/sdl-gfx-2.0.22
-	net-misc/curl
-	media-fonts/dejavu
-	dev-libs/libxml2
-	x11-libs/libX11
-	nls? ( virtual/libintl )
-	unicode? ( dev-libs/fribidi )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	nls? ( sys-devel/gettext )"
-
-S=${WORKDIR}/${PN}-11.04
-
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${P}-gentoo.patch \
-		"${FILESDIR}"/${P}-zlib.patch \
-		"${FILESDIR}"/${P}-action.patch \
-		"${FILESDIR}"/${P}-gcc47.patch \
-		"${FILESDIR}"/${P}-stat.patch
-	eautoreconf
-}
-
-src_configure() {
-	egamesconf \
-		--with-localedir-name=/usr/share/locale \
-		--with-datadir-name="${GAMES_DATADIR}/${PN}" \
-		--with-font-path=/usr/share/fonts/dejavu/DejaVuSans.ttf \
-		$(use_enable debug) \
-		$(use_enable nls) \
-		$(use_enable unicode fribidi)
-}
-
-src_install() {
-	default
-	rm -f "${D}${GAMES_DATADIR}/${PN}/font/DejaVuSans.ttf"
-	doicon data/icon/warmux.svg
-	make_desktop_entry warmux Warmux
-	prepgamesdirs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-strategy/warmux/
@ 2020-07-21 23:15 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2020-07-21 23:15 UTC (permalink / raw
  To: gentoo-commits

commit:     06b02fb9a194564c58682aac80311013c617aef4
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 21 23:05:30 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Jul 21 23:14:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06b02fb9

games-strategy/warmux: Drop x86-solaris re bug #690140

Depends:
- media-fonts/dejavu
 - dev-perl/Font-TTF

Bug: https://bugs.gentoo.org/690140
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 games-strategy/warmux/warmux-11.04.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-strategy/warmux/warmux-11.04.1-r1.ebuild b/games-strategy/warmux/warmux-11.04.1-r1.ebuild
index c62645eee12..f143ac0a47c 100644
--- a/games-strategy/warmux/warmux-11.04.1-r1.ebuild
+++ b/games-strategy/warmux/warmux-11.04.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="http://download.gna.org/warmux/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug nls unicode"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: games-strategy/warmux/
@ 2021-04-06 18:18 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-04-06 18:18 UTC (permalink / raw
  To: gentoo-commits

commit:     5b43a21aae9a55a6a2176e08126ad9e199957a43
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  6 01:50:21 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr  6 18:18:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b43a21a

games-strategy/warmux: eutils->desktop

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

 games-strategy/warmux/warmux-11.04.1-r1.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/games-strategy/warmux/warmux-11.04.1-r1.ebuild b/games-strategy/warmux/warmux-11.04.1-r1.ebuild
index f143ac0a47c..14f71195338 100644
--- a/games-strategy/warmux/warmux-11.04.1-r1.ebuild
+++ b/games-strategy/warmux/warmux-11.04.1-r1.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit autotools eutils
+inherit autotools desktop
 
 DESCRIPTION="A free Worms clone"
 HOMEPAGE="http://gna.org/projects/warmux/"
 SRC_URI="http://download.gna.org/warmux/${P}.tar.bz2"
+S="${WORKDIR}"/${PN}-11.04
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -31,8 +32,6 @@ DEPEND="${RDEPEND}
 	virtual/pkgconfig
 	nls? ( sys-devel/gettext )"
 
-S=${WORKDIR}/${PN}-11.04
-
 PATCHES=(
 	"${FILESDIR}"/${P}-gentoo.patch
 	"${FILESDIR}"/${P}-zlib.patch


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

* [gentoo-commits] repo/gentoo:master commit in: games-strategy/warmux/
@ 2021-10-04 23:58 Ionen Wolkens
  0 siblings, 0 replies; 7+ messages in thread
From: Ionen Wolkens @ 2021-10-04 23:58 UTC (permalink / raw
  To: gentoo-commits

commit:     44c0e8ea1e0f575905fc288b5b2a5e7b98879146
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  4 23:57:24 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Oct  4 23:57:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c0e8ea

games-strategy/warmux: minor style nitpicks

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

 games-strategy/warmux/warmux-11.04.1-r2.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/games-strategy/warmux/warmux-11.04.1-r2.ebuild b/games-strategy/warmux/warmux-11.04.1-r2.ebuild
index b387e9b15a2..b5b230f4461 100644
--- a/games-strategy/warmux/warmux-11.04.1-r2.ebuild
+++ b/games-strategy/warmux/warmux-11.04.1-r2.ebuild
@@ -8,7 +8,7 @@ inherit autotools desktop
 DESCRIPTION="A free Worms clone"
 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
-S="${WORKDIR}"/${PN}-11.04
+S="${WORKDIR}/${PN}-11.04"
 
 LICENSE="
 	GPL-2+
@@ -24,11 +24,11 @@ RDEPEND="
 	dev-libs/libxml2
 	media-libs/libpng:=
 	media-libs/libsdl[joystick,video,X]
+	media-libs/sdl-gfx:=
 	media-libs/sdl-image[jpeg,png]
 	media-libs/sdl-mixer[vorbis]
-	media-libs/sdl-ttf
 	media-libs/sdl-net
-	media-libs/sdl-gfx:=
+	media-libs/sdl-ttf
 	net-misc/curl
 	virtual/libintl
 	x11-libs/libX11
@@ -55,6 +55,7 @@ PATCHES=(
 
 src_prepare() {
 	default
+
 	eautoreconf
 }
 


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

end of thread, other threads:[~2021-10-04 23:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-30  2:56 [gentoo-commits] repo/gentoo:master commit in: games-strategy/warmux/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2021-10-04 23:58 Ionen Wolkens
2021-04-06 18:18 Sam James
2020-07-21 23:15 Kent Fredric
2017-09-30  2:56 Michael Palimaka
2016-08-05  0:23 Austin English
2016-04-28 17:37 Michael Sterrett

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