* [gentoo-commits] proj/gamerlay:master commit in: games-fps/brutal-doom/
@ 2012-04-23 19:19 Azamat H. Hackimov
0 siblings, 0 replies; 10+ messages in thread
From: Azamat H. Hackimov @ 2012-04-23 19:19 UTC (permalink / raw
To: gentoo-commits
commit: c4eca7e60c89ce2e47169eda6b923411ac087b57
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Mon Apr 23 19:19:26 2012 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Mon Apr 23 19:19:26 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=c4eca7e6
[games-fps/brutal-doom] A mod that attempts to make Doom faster placed, harder,
gorier and more violent.
(Portage version: 2.1.10.49/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)
---
games-fps/brutal-doom/brutal-doom-0.15a.ebuild | 36 ++++++++++++++++++++++++
games-fps/brutal-doom/metadata.xml | 15 ++++++++++
2 files changed, 51 insertions(+), 0 deletions(-)
diff --git a/games-fps/brutal-doom/brutal-doom-0.15a.ebuild b/games-fps/brutal-doom/brutal-doom-0.15a.ebuild
new file mode 100644
index 0000000..fc3e896
--- /dev/null
+++ b/games-fps/brutal-doom/brutal-doom-0.15a.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+inherit games
+MY_PV=${PV/./}
+
+DESCRIPTION="A mod that attempts to make Doom faster placed, harder, gorier and more violent."
+HOMEPAGE="http://wadhost.fathax.com/download.php?view.20"
+SRC_URI="http://wadhost.fathax.com/e107_files/downloads/BRUTALGZDOOMV${MY_PV}.zip"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+# TODO Add USEs for zdoom and skulltag
+IUSE=""
+
+RDEPEND="games-fps/zdoom"
+DEPEND="app-arch/unzip"
+
+src_install() {
+ insinto "${GAMES_DATADIR}/doom-data"
+ doins BRUTALGZDOOMV${MY_PV}.pk3
+ dodoc *.txt
+ prepgamesdirs
+}
+
+pkg_postinst() {
+ games_pkg_postinst
+ echo
+ elog "In order to play this mod run zdoom with -file option:"
+ elog " zdoom -file ${GAMES_DATADIR}/doom-data/BRUTALGZDOOMV${MY_PV}.pk3"
+ echo
+}
diff --git a/games-fps/brutal-doom/metadata.xml b/games-fps/brutal-doom/metadata.xml
new file mode 100644
index 0000000..6afc669
--- /dev/null
+++ b/games-fps/brutal-doom/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+<email>azamat.hackimov@gmail.com</email>
+<name>Azamat H. Hackimov</name>
+</maintainer>
+<longdescription lang="en">
+A mod that attempts to make Doom faster placed, harder, gorier and more violent.
+</longdescription>
+<longdescription lang="en">
+Мод, делающий игру Doom сложнее, динамичней и значительно жестче.
+</longdescription>
+</pkgmetadata>
+
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-fps/brutal-doom/
@ 2012-06-22 7:25 Azamat H. Hackimov
0 siblings, 0 replies; 10+ messages in thread
From: Azamat H. Hackimov @ 2012-06-22 7:25 UTC (permalink / raw
To: gentoo-commits
commit: 5bfd21d2579a61fb38bc6acc7a482e9c3d7006ef
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Fri Jun 22 07:24:45 2012 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Fri Jun 22 07:24:45 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=5bfd21d2
[games-fps/brutal-doom] New version 0.16b, EAPI=4
(Portage version: 2.1.10.49/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)
---
...-doom-0.15a.ebuild => brutal-doom-0.16b.ebuild} | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/games-fps/brutal-doom/brutal-doom-0.15a.ebuild b/games-fps/brutal-doom/brutal-doom-0.16b.ebuild
similarity index 73%
rename from games-fps/brutal-doom/brutal-doom-0.15a.ebuild
rename to games-fps/brutal-doom/brutal-doom-0.16b.ebuild
index fc3e896..0d6e7c0 100644
--- a/games-fps/brutal-doom/brutal-doom-0.15a.ebuild
+++ b/games-fps/brutal-doom/brutal-doom-0.16b.ebuild
@@ -2,14 +2,14 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
inherit games
MY_PV=${PV/./}
DESCRIPTION="A mod that attempts to make Doom faster placed, harder, gorier and more violent."
HOMEPAGE="http://wadhost.fathax.com/download.php?view.20"
-SRC_URI="http://wadhost.fathax.com/e107_files/downloads/BRUTALGZDOOMV${MY_PV}.zip"
+SRC_URI="http://wadhost.fathax.com/e107_files/downloads/brutalgzdoomv${MY_PV}.zip"
LICENSE="as-is"
SLOT="0"
@@ -20,10 +20,12 @@ IUSE=""
RDEPEND="games-fps/zdoom"
DEPEND="app-arch/unzip"
+S="${WORKDIR}"
+
src_install() {
insinto "${GAMES_DATADIR}/doom-data"
- doins BRUTALGZDOOMV${MY_PV}.pk3
- dodoc *.txt
+ doins brutalgzdoomv${MY_PV}.pk3
+ dodoc "BrutalDoom Changelog.txt"
prepgamesdirs
}
@@ -31,6 +33,6 @@ pkg_postinst() {
games_pkg_postinst
echo
elog "In order to play this mod run zdoom with -file option:"
- elog " zdoom -file ${GAMES_DATADIR}/doom-data/BRUTALGZDOOMV${MY_PV}.pk3"
+ elog " zdoom -file ${GAMES_DATADIR}/doom-data/brutalgzdoomv${MY_PV}.pk3"
echo
}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-fps/brutal-doom/
@ 2013-04-21 18:38 Azamat H. Hackimov
0 siblings, 0 replies; 10+ messages in thread
From: Azamat H. Hackimov @ 2013-04-21 18:38 UTC (permalink / raw
To: gentoo-commits
commit: 1531c4d21dc339cf2e12b96ddcaf9e705ef87cc3
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sun Apr 21 18:38:08 2013 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sun Apr 21 18:38:08 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=1531c4d2
[games-fps/brutal-doom] New version 0.18a.
Package-Manager: portage-2.1.11.55
RepoMan-Options: --force
Manifest-Sign-Key: A018DE8C
---
games-fps/brutal-doom/ChangeLog | 9 +++++++--
...-doom-0.16b.ebuild => brutal-doom-0.18a.ebuild} | 16 ++++++++--------
2 files changed, 15 insertions(+), 10 deletions(-)
diff --git a/games-fps/brutal-doom/ChangeLog b/games-fps/brutal-doom/ChangeLog
index 73213d5..164e9e9 100644
--- a/games-fps/brutal-doom/ChangeLog
+++ b/games-fps/brutal-doom/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for games-fps/brutal-doom
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*brutal-doom-0.18a (21 Apr 2013)
+
+ 21 Apr 2013; Azamat H. Hackimov <azamat.hackimov@gmail.com>
+ +brutal-doom-0.18a.ebuild, -brutal-doom-0.16b.ebuild:
+ [games-fps/brutal-doom] New version 0.18a.
+
*brutal-doom-0.16b (22 Jun 2012)
22 Jun 2012; Azamat H. Hackimov <azamat.hackimov@gmail.com>
@@ -14,4 +20,3 @@
+brutal-doom-0.15a.ebuild, +metadata.xml:
A mod that attempts to make Doom faster placed, harder,
gorier and more violent.
-
diff --git a/games-fps/brutal-doom/brutal-doom-0.16b.ebuild b/games-fps/brutal-doom/brutal-doom-0.18a.ebuild
similarity index 58%
rename from games-fps/brutal-doom/brutal-doom-0.16b.ebuild
rename to games-fps/brutal-doom/brutal-doom-0.18a.ebuild
index 0d6e7c0..1fbe02a 100644
--- a/games-fps/brutal-doom/brutal-doom-0.16b.ebuild
+++ b/games-fps/brutal-doom/brutal-doom-0.18a.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
inherit games
MY_PV=${PV/./}
DESCRIPTION="A mod that attempts to make Doom faster placed, harder, gorier and more violent."
-HOMEPAGE="http://wadhost.fathax.com/download.php?view.20"
-SRC_URI="http://wadhost.fathax.com/e107_files/downloads/brutalgzdoomv${MY_PV}.zip"
+HOMEPAGE="http://www.moddb.com/mods/brutal-doom/"
+SRC_URI="http://www.moddb.com/downloads/mirror/51150/98/09811e55e4b436312ae8a92d83c286de -> brutalv${MY_PV}.zip"
LICENSE="as-is"
SLOT="0"
@@ -17,15 +17,15 @@ KEYWORDS="~amd64 ~x86"
# TODO Add USEs for zdoom and skulltag
IUSE=""
-RDEPEND="games-fps/zdoom"
+RDEPEND="=games-fps/zdoom-9999"
DEPEND="app-arch/unzip"
S="${WORKDIR}"
src_install() {
insinto "${GAMES_DATADIR}/doom-data"
- doins brutalgzdoomv${MY_PV}.pk3
- dodoc "BrutalDoom Changelog.txt"
+ doins brutalv${MY_PV}.pk3
+ dodoc "brutalv${MY_PV} changelog.txt"
prepgamesdirs
}
@@ -33,6 +33,6 @@ pkg_postinst() {
games_pkg_postinst
echo
elog "In order to play this mod run zdoom with -file option:"
- elog " zdoom -file ${GAMES_DATADIR}/doom-data/brutalgzdoomv${MY_PV}.pk3"
+ elog " zdoom -file ${GAMES_DATADIR}/doom-data/brutalv${MY_PV}.pk3"
echo
}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-fps/brutal-doom/
@ 2013-06-12 9:56 Azamat H. Hackimov
0 siblings, 0 replies; 10+ messages in thread
From: Azamat H. Hackimov @ 2013-06-12 9:56 UTC (permalink / raw
To: gentoo-commits
commit: 40285cbac1ef478cb46baac69a85240f8770f9ea
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Wed Jun 12 09:56:35 2013 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Wed Jun 12 09:56:35 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=40285cba
[games-fps/brutal-doom] Now compatible with zdoom 2.7.0.
Package-Manager: portage-2.1.12.2
Manifest-Sign-Key: A018DE8C
---
games-fps/brutal-doom/brutal-doom-0.18a.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-fps/brutal-doom/brutal-doom-0.18a.ebuild b/games-fps/brutal-doom/brutal-doom-0.18a.ebuild
index 1fbe02a..2cfe29f 100644
--- a/games-fps/brutal-doom/brutal-doom-0.18a.ebuild
+++ b/games-fps/brutal-doom/brutal-doom-0.18a.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
# TODO Add USEs for zdoom and skulltag
IUSE=""
-RDEPEND="=games-fps/zdoom-9999"
+RDEPEND=">=games-fps/zdoom-2.7.0"
DEPEND="app-arch/unzip"
S="${WORKDIR}"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-fps/brutal-doom/
@ 2014-01-18 20:53 Azamat H. Hackimov
0 siblings, 0 replies; 10+ messages in thread
From: Azamat H. Hackimov @ 2014-01-18 20:53 UTC (permalink / raw
To: gentoo-commits
commit: 5f15a62a999d92a8e24d665241d10f0d1505974d
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Jan 18 20:53:20 2014 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sat Jan 18 20:53:20 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=5f15a62a
[games-fps/brutal-doom] New version 19.
Package-Manager: portage-2.2.7
Manifest-Sign-Key: A018DE8C
---
.../{brutal-doom-0.18a.ebuild => brutal-doom-19.ebuild} | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/games-fps/brutal-doom/brutal-doom-0.18a.ebuild b/games-fps/brutal-doom/brutal-doom-19.ebuild
similarity index 64%
rename from games-fps/brutal-doom/brutal-doom-0.18a.ebuild
rename to games-fps/brutal-doom/brutal-doom-19.ebuild
index 2cfe29f..fdb3f1e 100644
--- a/games-fps/brutal-doom/brutal-doom-0.18a.ebuild
+++ b/games-fps/brutal-doom/brutal-doom-19.ebuild
@@ -1,17 +1,16 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit games
-MY_PV=${PV/./}
DESCRIPTION="A mod that attempts to make Doom faster placed, harder, gorier and more violent."
HOMEPAGE="http://www.moddb.com/mods/brutal-doom/"
-SRC_URI="http://www.moddb.com/downloads/mirror/51150/98/09811e55e4b436312ae8a92d83c286de -> brutalv${MY_PV}.zip"
+SRC_URI="http://www.moddb.com/downloads/mirror/61237/73/11c6b91e5d60fdfd4a16333eac63e390 -> brutal${PV}.zip"
-LICENSE="as-is"
+LICENSE="HPND"
SLOT="0"
KEYWORDS="~amd64 ~x86"
# TODO Add USEs for zdoom and skulltag
@@ -24,8 +23,8 @@ S="${WORKDIR}"
src_install() {
insinto "${GAMES_DATADIR}/doom-data"
- doins brutalv${MY_PV}.pk3
- dodoc "brutalv${MY_PV} changelog.txt"
+ doins brutal${PV}.pk3
+ dodoc *.txt
prepgamesdirs
}
@@ -33,6 +32,6 @@ pkg_postinst() {
games_pkg_postinst
echo
elog "In order to play this mod run zdoom with -file option:"
- elog " zdoom -file ${GAMES_DATADIR}/doom-data/brutalv${MY_PV}.pk3"
+ elog " zdoom -file ${GAMES_DATADIR}/doom-data/brutal${PV}.pk3"
echo
}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-fps/brutal-doom/
@ 2015-06-20 21:39 Azamat H. Hackimov
0 siblings, 0 replies; 10+ messages in thread
From: Azamat H. Hackimov @ 2015-06-20 21:39 UTC (permalink / raw
To: gentoo-commits
commit: bb67b68ab6a90a61747c874d11632660f5e84142
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Jun 20 21:30:51 2015 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sat Jun 20 21:30:51 2015 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=bb67b68a
[games-fps/brutal-doom] Bump to 20.
.../brutal-doom/{brutal-doom-19.ebuild => brutal-doom-20.ebuild} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/games-fps/brutal-doom/brutal-doom-19.ebuild b/games-fps/brutal-doom/brutal-doom-20.ebuild
similarity index 71%
rename from games-fps/brutal-doom/brutal-doom-19.ebuild
rename to games-fps/brutal-doom/brutal-doom-20.ebuild
index fdb3f1e..4cb99c9 100644
--- a/games-fps/brutal-doom/brutal-doom-19.ebuild
+++ b/games-fps/brutal-doom/brutal-doom-20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -8,7 +8,7 @@ inherit games
DESCRIPTION="A mod that attempts to make Doom faster placed, harder, gorier and more violent."
HOMEPAGE="http://www.moddb.com/mods/brutal-doom/"
-SRC_URI="http://www.moddb.com/downloads/mirror/61237/73/11c6b91e5d60fdfd4a16333eac63e390 -> brutal${PV}.zip"
+SRC_URI="http://www.moddb.com/downloads/mirror/85648/108/4ad2d36692d9a4c4a50e2f7afd98ef70 -> brutal${PV}.zip"
LICENSE="HPND"
SLOT="0"
@@ -23,7 +23,7 @@ S="${WORKDIR}"
src_install() {
insinto "${GAMES_DATADIR}/doom-data"
- doins brutal${PV}.pk3
+ doins brutalv${PV}.pk3
dodoc *.txt
prepgamesdirs
}
@@ -32,6 +32,6 @@ pkg_postinst() {
games_pkg_postinst
echo
elog "In order to play this mod run zdoom with -file option:"
- elog " zdoom -file ${GAMES_DATADIR}/doom-data/brutal${PV}.pk3"
+ elog " zdoom -file ${GAMES_DATADIR}/doom-data/brutalv${PV}.pk3"
echo
}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-fps/brutal-doom/
@ 2016-10-27 19:02 Azamat H. Hackimov
0 siblings, 0 replies; 10+ messages in thread
From: Azamat H. Hackimov @ 2016-10-27 19:02 UTC (permalink / raw
To: gentoo-commits
commit: 071e665a7f428753d9525e6c11e0daa7713aeaf7
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Thu Oct 27 19:02:29 2016 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Thu Oct 27 19:02:29 2016 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=071e665a
games-fps/brutal-doom: Bump to 20b
Package-Manager: portage-2.3.0
Manifest-Sign-Key: A018DE8C
.../{brutal-doom-20.ebuild => brutal-doom-20b.ebuild} | 16 ++++++----------
games-fps/brutal-doom/metadata.xml | 4 ++--
2 files changed, 8 insertions(+), 12 deletions(-)
diff --git a/games-fps/brutal-doom/brutal-doom-20.ebuild b/games-fps/brutal-doom/brutal-doom-20b.ebuild
similarity index 62%
rename from games-fps/brutal-doom/brutal-doom-20.ebuild
rename to games-fps/brutal-doom/brutal-doom-20b.ebuild
index 4cb99c9..d6a5523 100644
--- a/games-fps/brutal-doom/brutal-doom-20.ebuild
+++ b/games-fps/brutal-doom/brutal-doom-20b.ebuild
@@ -1,14 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=5
-
-inherit games
+EAPI=6
DESCRIPTION="A mod that attempts to make Doom faster placed, harder, gorier and more violent."
HOMEPAGE="http://www.moddb.com/mods/brutal-doom/"
-SRC_URI="http://www.moddb.com/downloads/mirror/85648/108/4ad2d36692d9a4c4a50e2f7afd98ef70 -> brutal${PV}.zip"
+SRC_URI="http://www.moddb.com/downloads/mirror/95667/102/0a5526fb58bc1f38fee7e14f586ddd7b -> brutal${PV}.zip"
LICENSE="HPND"
SLOT="0"
@@ -22,16 +20,14 @@ DEPEND="app-arch/unzip"
S="${WORKDIR}"
src_install() {
- insinto "${GAMES_DATADIR}/doom-data"
+ insinto "/usr/share/doom-data"
doins brutalv${PV}.pk3
- dodoc *.txt
- prepgamesdirs
+ dodoc *.rtf
}
pkg_postinst() {
- games_pkg_postinst
echo
elog "In order to play this mod run zdoom with -file option:"
- elog " zdoom -file ${GAMES_DATADIR}/doom-data/brutalv${PV}.pk3"
+ elog " zdoom -file /usr/share/doom-data/brutalv${PV}.pk3"
echo
}
diff --git a/games-fps/brutal-doom/metadata.xml b/games-fps/brutal-doom/metadata.xml
index 6afc669..e5f07b6 100644
--- a/games-fps/brutal-doom/metadata.xml
+++ b/games-fps/brutal-doom/metadata.xml
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer>
+<maintainer type="person">
<email>azamat.hackimov@gmail.com</email>
<name>Azamat H. Hackimov</name>
</maintainer>
<longdescription lang="en">
A mod that attempts to make Doom faster placed, harder, gorier and more violent.
</longdescription>
-<longdescription lang="en">
+<longdescription lang="ru">
Мод, делающий игру Doom сложнее, динамичней и значительно жестче.
</longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-fps/brutal-doom/
@ 2018-01-28 16:17 Azamat H. Hackimov
0 siblings, 0 replies; 10+ messages in thread
From: Azamat H. Hackimov @ 2018-01-28 16:17 UTC (permalink / raw
To: gentoo-commits
commit: 1fc95cd78a77bdd1dd6072fb2b639a71ea83b279
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sun Jan 28 16:17:18 2018 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sun Jan 28 16:17:18 2018 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=1fc95cd7
games-fps/brutal-doom: update to latest available
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Manifest-Sign-Key: A018DE8C
...brutal-doom-20b.ebuild => brutal-doom-20b_p3.ebuild} | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/games-fps/brutal-doom/brutal-doom-20b.ebuild b/games-fps/brutal-doom/brutal-doom-20b_p3.ebuild
similarity index 60%
rename from games-fps/brutal-doom/brutal-doom-20b.ebuild
rename to games-fps/brutal-doom/brutal-doom-20b_p3.ebuild
index d6a5523..6524f26 100644
--- a/games-fps/brutal-doom/brutal-doom-20b.ebuild
+++ b/games-fps/brutal-doom/brutal-doom-20b_p3.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
EAPI=6
+MY_PV=${PV/p/R}
+
DESCRIPTION="A mod that attempts to make Doom faster placed, harder, gorier and more violent."
HOMEPAGE="http://www.moddb.com/mods/brutal-doom/"
-SRC_URI="http://www.moddb.com/downloads/mirror/95667/102/0a5526fb58bc1f38fee7e14f586ddd7b -> brutal${PV}.zip"
+SRC_URI="http://www.moddb.com/downloads/mirror/122563/102/d740616df58ec6ef1495c9b094f06b13 -> BrutalDoomv${MY_PV}.zip"
LICENSE="HPND"
SLOT="0"
@@ -14,20 +15,22 @@ KEYWORDS="~amd64 ~x86"
# TODO Add USEs for zdoom and skulltag
IUSE=""
-RDEPEND=">=games-fps/zdoom-2.7.0"
+RDEPEND="|| (
+ >=games-fps/zdoom-2.7.0
+ >=games-fps/gzdoom-3.0.0 )
+ "
DEPEND="app-arch/unzip"
S="${WORKDIR}"
src_install() {
insinto "/usr/share/doom-data"
- doins brutalv${PV}.pk3
- dodoc *.rtf
+ doins brutalv20b_R.pk3
}
pkg_postinst() {
echo
elog "In order to play this mod run zdoom with -file option:"
- elog " zdoom -file /usr/share/doom-data/brutalv${PV}.pk3"
+ elog " [g]zdoom -file /usr/share/doom-data/brutalv20b_R.pk3"
echo
}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-fps/brutal-doom/
@ 2019-08-08 21:46 Azamat H. Hackimov
0 siblings, 0 replies; 10+ messages in thread
From: Azamat H. Hackimov @ 2019-08-08 21:46 UTC (permalink / raw
To: gentoo-commits
commit: 6ff8e288a4d56e492d356cdeddd10f51c360b787
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Thu Aug 8 21:25:33 2019 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Thu Aug 8 21:25:33 2019 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=6ff8e288
games-fps/brutal-doom: update to 21
Package-Manager: Portage-2.3.66, Repoman-2.3.16
games-fps/brutal-doom/brutal-doom-20b_p3.ebuild | 36 -------------------------
games-fps/brutal-doom/brutal-doom-21.ebuild | 32 ++++++++++++++++++++++
2 files changed, 32 insertions(+), 36 deletions(-)
diff --git a/games-fps/brutal-doom/brutal-doom-20b_p3.ebuild b/games-fps/brutal-doom/brutal-doom-20b_p3.ebuild
deleted file mode 100644
index 6524f26..0000000
--- a/games-fps/brutal-doom/brutal-doom-20b_p3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PV=${PV/p/R}
-
-DESCRIPTION="A mod that attempts to make Doom faster placed, harder, gorier and more violent."
-HOMEPAGE="http://www.moddb.com/mods/brutal-doom/"
-SRC_URI="http://www.moddb.com/downloads/mirror/122563/102/d740616df58ec6ef1495c9b094f06b13 -> BrutalDoomv${MY_PV}.zip"
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-# TODO Add USEs for zdoom and skulltag
-IUSE=""
-
-RDEPEND="|| (
- >=games-fps/zdoom-2.7.0
- >=games-fps/gzdoom-3.0.0 )
- "
-DEPEND="app-arch/unzip"
-
-S="${WORKDIR}"
-
-src_install() {
- insinto "/usr/share/doom-data"
- doins brutalv20b_R.pk3
-}
-
-pkg_postinst() {
- echo
- elog "In order to play this mod run zdoom with -file option:"
- elog " [g]zdoom -file /usr/share/doom-data/brutalv20b_R.pk3"
- echo
-}
diff --git a/games-fps/brutal-doom/brutal-doom-21.ebuild b/games-fps/brutal-doom/brutal-doom-21.ebuild
new file mode 100644
index 0000000..8ecc556
--- /dev/null
+++ b/games-fps/brutal-doom/brutal-doom-21.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A mod that attempts to make Doom faster placed, harder, gorier and more violent."
+HOMEPAGE="http://www.moddb.com/mods/brutal-doom/"
+SRC_URI="https://www.moddb.com/downloads/mirror/95667/100/b8fb37ddb10c39462f9625533fab59d2 -> brutalv${PV}.rar"
+
+LICENSE="HPND"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+# TODO Add USEs for zdoom and skulltag
+IUSE=""
+
+RDEPEND=">=games-fps/zdoom-2.7.0"
+DEPEND="app-arch/unrar"
+
+S="${WORKDIR}"
+
+src_install() {
+ insinto "/usr/share/doom-data"
+ doins brutalv${PV}.pk3
+ dodoc "BRUTAL DOOM MANUAL.rtf" "bd21 changelog.txt"
+}
+
+pkg_postinst() {
+ echo
+ elog "In order to play this mod run gzdoom with -file option:"
+ elog " gzdoom -file /usr/share/doom-data/brutalv${PV}.pk3"
+ echo
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-fps/brutal-doom/
@ 2020-03-05 21:18 Azamat H. Hackimov
0 siblings, 0 replies; 10+ messages in thread
From: Azamat H. Hackimov @ 2020-03-05 21:18 UTC (permalink / raw
To: gentoo-commits
commit: 9e7970f1a492264a7db843108bc52f63469345cd
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Thu Mar 5 21:08:01 2020 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Thu Mar 5 21:08:01 2020 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=9e7970f1
games-fps/brutal-doom: update dependencies
Use gzdoom instead of zdoom.
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
.../{brutal-doom-21.ebuild => brutal-doom-21-r1.ebuild} | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/games-fps/brutal-doom/brutal-doom-21.ebuild b/games-fps/brutal-doom/brutal-doom-21-r1.ebuild
similarity index 75%
rename from games-fps/brutal-doom/brutal-doom-21.ebuild
rename to games-fps/brutal-doom/brutal-doom-21-r1.ebuild
index 8ecc556..b85893e 100644
--- a/games-fps/brutal-doom/brutal-doom-21.ebuild
+++ b/games-fps/brutal-doom/brutal-doom-21-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,16 +10,16 @@ SRC_URI="https://www.moddb.com/downloads/mirror/95667/100/b8fb37ddb10c39462f9625
LICENSE="HPND"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-# TODO Add USEs for zdoom and skulltag
+# TODO Add USEs for gzdoom and skulltag
IUSE=""
-RDEPEND=">=games-fps/zdoom-2.7.0"
+RDEPEND="games-fps/gzdoom"
DEPEND="app-arch/unrar"
S="${WORKDIR}"
src_install() {
- insinto "/usr/share/doom-data"
+ insinto "/usr/share/doom"
doins brutalv${PV}.pk3
dodoc "BRUTAL DOOM MANUAL.rtf" "bd21 changelog.txt"
}
@@ -27,6 +27,6 @@ src_install() {
pkg_postinst() {
echo
elog "In order to play this mod run gzdoom with -file option:"
- elog " gzdoom -file /usr/share/doom-data/brutalv${PV}.pk3"
+ elog " gzdoom -file /usr/share/doom/brutalv${PV}.pk3"
echo
}
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2020-03-05 21:19 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-18 20:53 [gentoo-commits] proj/gamerlay:master commit in: games-fps/brutal-doom/ Azamat H. Hackimov
-- strict thread matches above, loose matches on Subject: below --
2020-03-05 21:18 Azamat H. Hackimov
2019-08-08 21:46 Azamat H. Hackimov
2018-01-28 16:17 Azamat H. Hackimov
2016-10-27 19:02 Azamat H. Hackimov
2015-06-20 21:39 Azamat H. Hackimov
2013-06-12 9:56 Azamat H. Hackimov
2013-04-21 18:38 Azamat H. Hackimov
2012-06-22 7:25 Azamat H. Hackimov
2012-04-23 19:19 Azamat H. Hackimov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox