[gentoo-commits] repo/gentoo:master commit in: games-strategy/wargus-data/, profiles/

2023-03-11 Thread David Seifert
commit: d6889d03dfe8a1e86a93d5e041a19bd54c280a25
Author: David Seifert  gentoo  org>
AuthorDate: Sat Mar 11 18:30:31 2023 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Mar 11 18:30:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6889d03

games-strategy/wargus-data: Remove last-rited pkg

Closes: https://bugs.gentoo.org/578340
Closes: https://bugs.gentoo.org/838298
Signed-off-by: David Seifert  gentoo.org>

 games-strategy/wargus-data/metadata.xml| 11 --
 games-strategy/wargus-data/wargus-data-0-r1.ebuild | 45 --
 profiles/package.mask  |  6 ---
 3 files changed, 62 deletions(-)

diff --git a/games-strategy/wargus-data/metadata.xml 
b/games-strategy/wargus-data/metadata.xml
deleted file mode 100644
index cc7f88c680c1..
--- a/games-strategy/wargus-data/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   ga...@gentoo.org
-   Gentoo Games Project
-   
-   
-   wargus
-   
-

diff --git a/games-strategy/wargus-data/wargus-data-0-r1.ebuild 
b/games-strategy/wargus-data/wargus-data-0-r1.ebuild
deleted file mode 100644
index 9636a8e03f33..
--- a/games-strategy/wargus-data/wargus-data-0-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cdrom
-
-DESCRIPTION="Warcraft II data for wargus (needs DOS CD)"
-HOMEPAGE="http://wargus.sourceforge.net/;
-SRC_URI=""
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# wargus is needed for wartool (bug #578340)
-DEPEND="
-   games-strategy/wargus
-   media-sound/cdparanoia
-   media-sound/timidity++
-   media-video/ffmpeg2theora"
-# wrt bug #419331
-RESTRICT="userpriv"
-
-S=${WORKDIR}
-
-src_configure() {
-   export CDROM_NAME="WARCRAFT2"
-   cdrom_get_cds data/rezdat.war
-}
-
-src_compile() {
-   # cdparanoia needs write acces to the cdrom device
-   # this fixes sandbox violation wrt #418051
-   local save_sandbox_write=${SANDBOX_WRITE}
-   addwrite /dev
-   "${EPREFIX}"/usr/bin/wartool -v -r "${CDROM_ROOT}"/data "${S}"/ || die
-   SANDBOX_WRITE=${save_sandbox_write}
-}
-
-src_install() {
-   insinto /usr/share/stratagus/wargus
-   doins -r .
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 5465052d3080..b0c0c2e2ac7c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -391,12 +391,6 @@ media-plugins/vdr-vaapidevice
 media-sound/potamus
 media-video/ffmpeg2theora
 
-# Michał Górny  (2023-01-21)
-# Obsoleted in favor of using extract-on-the-first-run feature
-# of games-strategy/wargus.
-# Removal on 2023-02-20.  Bug #578340.
-games-strategy/wargus-data
-
 # Hans de Graaff  (2023-01-21)
 # No longer maintained upstream and missing recent security fixes.
 # Use a newer Rails version instead.



[gentoo-commits] repo/gentoo:master commit in: games-strategy/wargus-data/

2018-04-29 Thread Pacho Ramos
commit: d16dd3ffdb4fd8aad698ce661a4690c69529c9c6
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Apr 29 13:05:28 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Apr 29 13:06:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d16dd3ff

games-strategy/wargus-data: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-strategy/wargus-data/wargus-data-0.ebuild | 45 -
 1 file changed, 45 deletions(-)

diff --git a/games-strategy/wargus-data/wargus-data-0.ebuild 
b/games-strategy/wargus-data/wargus-data-0.ebuild
deleted file mode 100644
index 6e64f009ed1..000
--- a/games-strategy/wargus-data/wargus-data-0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit cdrom games
-
-DESCRIPTION="Warcraft II data for wargus (needs DOS CD)"
-HOMEPAGE="http://wargus.sourceforge.net/;
-SRC_URI=""
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# wargus is needed for wartool (bug #578340)
-DEPEND="${RDEPEND}
-   games-strategy/wargus
-   media-sound/cdparanoia
-   media-sound/timidity++
-   media-video/ffmpeg2theora"
-# wrt bug #419331
-RESTRICT="userpriv"
-
-S=${WORKDIR}
-
-src_prepare() {
-   export CDROM_NAME="WARCRAFT2"
-   cdrom_get_cds data/rezdat.war
-}
-
-src_compile() {
-   # cdparanoia needs write acces to the cdrom device
-   # this fixes sandbox violation wrt #418051
-   local save_sandbox_write=${SANDBOX_WRITE}
-   addwrite /dev
-   "${GAMES_BINDIR}"/wartool -m -v -r "${CDROM_ROOT}"/data "${S}"/ || die
-   SANDBOX_WRITE=${save_sandbox_write}
-}
-
-src_install() {
-   insinto "${GAMES_DATADIR}"/stratagus/wargus
-   doins -r *
-   prepgamesdirs
-}



[gentoo-commits] repo/gentoo:master commit in: games-strategy/wargus-data/

2018-01-27 Thread David Seifert
commit: 4052b3461ab775cc09ba330b36b6e20850daf196
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jan 27 13:49:30 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jan 27 14:47:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4052b346

games-strategy/wargus-data: Remove games.eclass

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 games-strategy/wargus-data/wargus-data-0-r1.ebuild | 45 ++
 1 file changed, 45 insertions(+)

diff --git a/games-strategy/wargus-data/wargus-data-0-r1.ebuild 
b/games-strategy/wargus-data/wargus-data-0-r1.ebuild
new file mode 100644
index 000..9636a8e03f3
--- /dev/null
+++ b/games-strategy/wargus-data/wargus-data-0-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cdrom
+
+DESCRIPTION="Warcraft II data for wargus (needs DOS CD)"
+HOMEPAGE="http://wargus.sourceforge.net/;
+SRC_URI=""
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# wargus is needed for wartool (bug #578340)
+DEPEND="
+   games-strategy/wargus
+   media-sound/cdparanoia
+   media-sound/timidity++
+   media-video/ffmpeg2theora"
+# wrt bug #419331
+RESTRICT="userpriv"
+
+S=${WORKDIR}
+
+src_configure() {
+   export CDROM_NAME="WARCRAFT2"
+   cdrom_get_cds data/rezdat.war
+}
+
+src_compile() {
+   # cdparanoia needs write acces to the cdrom device
+   # this fixes sandbox violation wrt #418051
+   local save_sandbox_write=${SANDBOX_WRITE}
+   addwrite /dev
+   "${EPREFIX}"/usr/bin/wartool -v -r "${CDROM_ROOT}"/data "${S}"/ || die
+   SANDBOX_WRITE=${save_sandbox_write}
+}
+
+src_install() {
+   insinto /usr/share/stratagus/wargus
+   doins -r .
+}



[gentoo-commits] repo/gentoo:master commit in: games-strategy/wargus-data/

2016-04-01 Thread Michael Sterrett
commit: 5ce3e68e06ac7d0c6b4354331ccbc744168788fd
Author: Michael Sterrett  gentoo  org>
AuthorDate: Fri Apr  1 20:06:57 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Fri Apr  1 20:06:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce3e68e

games-strategy/wargus-data: wargus is needed for wartool (bug #578340)

Package-Manager: portage-2.2.26

 games-strategy/wargus-data/wargus-data-0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/games-strategy/wargus-data/wargus-data-0.ebuild 
b/games-strategy/wargus-data/wargus-data-0.ebuild
index f41e354..4140515 100644
--- a/games-strategy/wargus-data/wargus-data-0.ebuild
+++ b/games-strategy/wargus-data/wargus-data-0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,9 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""
 
+# wargus is needed for wartool (bug #578340)
 DEPEND="${RDEPEND}
+   games-strategy/wargus
media-sound/cdparanoia
media-sound/timidity++
media-video/ffmpeg2theora"



[gentoo-commits] repo/gentoo:master commit in: games-strategy/wargus-data/

2015-12-18 Thread Michael Sterrett
commit: 4f2c5dc55da691d632eb4d43add90008d41fea35
Author: Michael Sterrett  gentoo  org>
AuthorDate: Fri Dec 18 01:15:33 2015 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Fri Dec 18 08:17:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f2c5dc5

EAPI=5

Package-Manager: portage-2.2.24

 games-strategy/wargus-data/wargus-data-0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/games-strategy/wargus-data/wargus-data-0.ebuild 
b/games-strategy/wargus-data/wargus-data-0.ebuild
index cc06c76..f41e354 100644
--- a/games-strategy/wargus-data/wargus-data-0.ebuild
+++ b/games-strategy/wargus-data/wargus-data-0.ebuild
@@ -2,8 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
-
+EAPI=5
 inherit cdrom games
 
 DESCRIPTION="Warcraft II data for wargus (needs DOS CD)"