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

2021-03-14 Thread Sam James
commit: ac141c909e1f6198054d2c36975d57c8e4dde6c4
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 15 03:02:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 15 03:02:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac141c90

games-strategy/0ad-data: treeclean

Signed-off-by: Sam James  gentoo.org>

 .../0ad-data/0ad-data-0.0.23_alpha.ebuild  | 26 ---
 .../0ad-data/0ad-data-0.0.23b_alpha.ebuild | 26 ---
 .../0ad-data-0.0.24_alpha_pre20210116040036.ebuild | 88 --
 games-strategy/0ad-data/Manifest   |  3 -
 games-strategy/0ad-data/metadata.xml   | 11 ---
 5 files changed, 154 deletions(-)

diff --git a/games-strategy/0ad-data/0ad-data-0.0.23_alpha.ebuild 
b/games-strategy/0ad-data/0ad-data-0.0.23_alpha.ebuild
deleted file mode 100644
index 9b33e87f794..000
--- a/games-strategy/0ad-data/0ad-data-0.0.23_alpha.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_P="0ad-${PV/_/-}"
-DESCRIPTION="Data files for 0ad"
-HOMEPAGE="https://play0ad.com/;
-SRC_URI="http://releases.wildfiregames.com/${MY_P}-unix-data.tar.xz;
-
-LICENSE="GPL-2 CC-BY-SA-3.0 LPPL-1.3c BitstreamVera"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   default
-   rm binaries/data/tools/fontbuilder/fonts/*.txt
-}
-
-src_install() {
-   insinto /usr/share/0ad
-   doins -r binaries/data/*
-}

diff --git a/games-strategy/0ad-data/0ad-data-0.0.23b_alpha.ebuild 
b/games-strategy/0ad-data/0ad-data-0.0.23b_alpha.ebuild
deleted file mode 100644
index e0fd74cd914..000
--- a/games-strategy/0ad-data/0ad-data-0.0.23b_alpha.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="0ad-${PV/_/-}"
-DESCRIPTION="Data files for 0ad"
-HOMEPAGE="https://play0ad.com/;
-SRC_URI="http://releases.wildfiregames.com/${MY_P}-unix-data.tar.xz;
-
-LICENSE="GPL-2 CC-BY-SA-3.0 LPPL-1.3c BitstreamVera"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   default
-   rm binaries/data/tools/fontbuilder/fonts/*.txt
-}
-
-src_install() {
-   insinto /usr/share/0ad
-   doins -r binaries/data/*
-}

diff --git 
a/games-strategy/0ad-data/0ad-data-0.0.24_alpha_pre20210116040036.ebuild 
b/games-strategy/0ad-data/0ad-data-0.0.24_alpha_pre20210116040036.ebuild
deleted file mode 100644
index da5bd064e6e..000
--- a/games-strategy/0ad-data/0ad-data-0.0.24_alpha_pre20210116040036.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 2014-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-MY_PN="0ad"
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/0ad/0ad;
-   ZEROAD_GIT_REVISION=""
-elif [[ ${PV} == *_pre* ]]; then
-   ZEROAD_GIT_REVISION="c7d07d3979f969b969211a5e5748fa775f6768a7"
-else
-   MY_P="${MY_PN}-${PV/_/-}"
-fi
-
-DESCRIPTION="Data files for 0ad"
-HOMEPAGE="https://play0ad.com/;
-if [[ ${PV} ==  ]]; then
-   SRC_URI=""
-elif [[ ${PV} == *_pre* ]]; then
-   
SRC_URI="https://github.com/0ad/0ad/archive/${ZEROAD_GIT_REVISION}.tar.gz -> 
${MY_PN}-${PV}.tar.gz"
-else
-   SRC_URI="http://releases.wildfiregames.com/${MY_P}-unix-data.tar.xz;
-fi
-
-LICENSE="BitstreamVera CC-BY-SA-3.0 GPL-2 LPPL-1.3c"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-if [[ ${PV} ==  || ${PV} == *_pre* ]]; then
-   BDEPEND="~games-strategy/0ad-${PV}[nvtt]"
-else
-   BDEPEND=""
-fi
-DEPEND=""
-RDEPEND=""
-
-if [[ ${PV} ==  ]]; then
-   S="${WORKDIR}/${MY_PN}-${PV}"
-elif [[ ${PV} == *_pre* ]]; then
-   S="${WORKDIR}/${MY_PN}-${ZEROAD_GIT_REVISION}"
-else
-   S="${WORKDIR}/${MY_P}"
-fi
-
-src_prepare() {
-   default
-   rm binaries/data/tools/fontbuilder/fonts/*.txt || die
-}
-
-src_compile() {
-   if [[ ${PV} ==  || ${PV} == *_pre* ]]; then
-   # source/lib/sysdep/os/linux/ldbg.cpp:debug_SetThreadName() 
tries to open /proc/self/task/${TID}/comm for writing.
-   addpredict /proc/self/task
-
-   # Based on source/tools/dist/build-archives.sh used by 
source/tools/dist/build.sh.
-   local archivebuild_input archivebuild_output mod_name
-   for archivebuild_input in binaries/data/mods/[A-Za-z0-9]*; do
-   mod_name="${archivebuild_input##*/}"
-   archivebuild_output="archives/${mod_name}"
-
-   mkdir -p "${archivebuild_output}"
-
-   einfo 0ad -archivebuild="${archivebuild_input}" 
-archivebuild-output="${archivebuild_output}/${mod_name}.zip"
-   0ad -archivebuild="${archivebuild_input}" 

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

2021-01-16 Thread Sam James
commit: 84eacd197ad2a5551821b77854a5da1f7f1b245f
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sat Jan 16 04:00:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 17 01:17:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84eacd19

games-strategy/0ad-data: Version bump (0.0.24_alpha_pre20210116040036).

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Sam James  gentoo.org>

 .../0ad-data-0.0.24_alpha_pre20210116040036.ebuild | 88 ++
 games-strategy/0ad-data/Manifest   |  1 +
 profiles/base/package.use.force|  4 +
 3 files changed, 93 insertions(+)

diff --git 
a/games-strategy/0ad-data/0ad-data-0.0.24_alpha_pre20210116040036.ebuild 
b/games-strategy/0ad-data/0ad-data-0.0.24_alpha_pre20210116040036.ebuild
new file mode 100644
index 000..da5bd064e6e
--- /dev/null
+++ b/games-strategy/0ad-data/0ad-data-0.0.24_alpha_pre20210116040036.ebuild
@@ -0,0 +1,88 @@
+# Copyright 2014-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+MY_PN="0ad"
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/0ad/0ad;
+   ZEROAD_GIT_REVISION=""
+elif [[ ${PV} == *_pre* ]]; then
+   ZEROAD_GIT_REVISION="c7d07d3979f969b969211a5e5748fa775f6768a7"
+else
+   MY_P="${MY_PN}-${PV/_/-}"
+fi
+
+DESCRIPTION="Data files for 0ad"
+HOMEPAGE="https://play0ad.com/;
+if [[ ${PV} ==  ]]; then
+   SRC_URI=""
+elif [[ ${PV} == *_pre* ]]; then
+   
SRC_URI="https://github.com/0ad/0ad/archive/${ZEROAD_GIT_REVISION}.tar.gz -> 
${MY_PN}-${PV}.tar.gz"
+else
+   SRC_URI="http://releases.wildfiregames.com/${MY_P}-unix-data.tar.xz;
+fi
+
+LICENSE="BitstreamVera CC-BY-SA-3.0 GPL-2 LPPL-1.3c"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+if [[ ${PV} ==  || ${PV} == *_pre* ]]; then
+   BDEPEND="~games-strategy/0ad-${PV}[nvtt]"
+else
+   BDEPEND=""
+fi
+DEPEND=""
+RDEPEND=""
+
+if [[ ${PV} ==  ]]; then
+   S="${WORKDIR}/${MY_PN}-${PV}"
+elif [[ ${PV} == *_pre* ]]; then
+   S="${WORKDIR}/${MY_PN}-${ZEROAD_GIT_REVISION}"
+else
+   S="${WORKDIR}/${MY_P}"
+fi
+
+src_prepare() {
+   default
+   rm binaries/data/tools/fontbuilder/fonts/*.txt || die
+}
+
+src_compile() {
+   if [[ ${PV} ==  || ${PV} == *_pre* ]]; then
+   # source/lib/sysdep/os/linux/ldbg.cpp:debug_SetThreadName() 
tries to open /proc/self/task/${TID}/comm for writing.
+   addpredict /proc/self/task
+
+   # Based on source/tools/dist/build-archives.sh used by 
source/tools/dist/build.sh.
+   local archivebuild_input archivebuild_output mod_name
+   for archivebuild_input in binaries/data/mods/[A-Za-z0-9]*; do
+   mod_name="${archivebuild_input##*/}"
+   archivebuild_output="archives/${mod_name}"
+
+   mkdir -p "${archivebuild_output}"
+
+   einfo 0ad -archivebuild="${archivebuild_input}" 
-archivebuild-output="${archivebuild_output}/${mod_name}.zip"
+   0ad -archivebuild="${archivebuild_input}" 
-archivebuild-output="${archivebuild_output}/${mod_name}.zip" || die
+
+   if [[ -f "${archivebuild_input}/mod.json" ]]; then
+   cp "${archivebuild_input}/mod.json" 
"${archivebuild_output}"
+   fi
+
+   rm -r "${archivebuild_input}" || die
+   mv "${archivebuild_output}" "${archivebuild_input}" || 
die
+   done
+
+   # Based on source/tools/dist/build-unix-win32.sh used by 
source/tools/dist/build.sh.
+   rm binaries/data/config/dev.cfg || die
+   rm -r binaries/data/mods/_test.* || die
+   fi
+}
+
+src_install() {
+   insinto /usr/share/0ad
+   doins -r binaries/data/{config,mods,tools}
+}

diff --git a/games-strategy/0ad-data/Manifest b/games-strategy/0ad-data/Manifest
index b346a707690..b46c67536ae 100644
--- a/games-strategy/0ad-data/Manifest
+++ b/games-strategy/0ad-data/Manifest
@@ -1,2 +1,3 @@
 DIST 0ad-0.0.23-alpha-unix-data.tar.xz 691973492 BLAKE2B 
7dcd36d21ea2c12f314f5a185a0fce57cec33754fbd26ad34c376fb9c7725fe5487e79a3da54249981fe58bf03c39350a871198a4cfb98c3a40eb878c6cc39b6
 SHA512 
9eae8bbdf83f609a0775261d691435c2924b505499fdf36ac0922b5f0c1d605dae49f257a872153c718d8bad018f6635320ec376418761c0d650bf165765e062
 DIST 0ad-0.0.23b-alpha-unix-data.tar.xz 691280800 BLAKE2B 
9ee0a1c14adb4fa2a842ad734f67a40af60d063c2f1876a34c49e584017b3fc6894a6be7c6533f15031b118d8a88b40b223decdbc3b8ea95f912271ec56f3a90
 SHA512 
d0515e44f575737a06f27c75c0a58a5229ead474ae6d48531142015548e5986145f895f95e0fa9209cf9085c7c431f4179ff2e70c1a532f61d1cb62c0a91bcfc
+DIST 0ad-0.0.24_alpha_pre20210116040036.tar.gz 2562395684 BLAKE2B 

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

2020-09-04 Thread Sam James
commit: aff7c545d95afdbaea3838b30c83f4df74312b21
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  5 00:33:19 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  5 00:33:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aff7c545

games-strategy/0ad-data: arm64 keyworded (bug #730888)

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 games-strategy/0ad-data/0ad-data-0.0.23b_alpha.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-strategy/0ad-data/0ad-data-0.0.23b_alpha.ebuild 
b/games-strategy/0ad-data/0ad-data-0.0.23b_alpha.ebuild
index c5edceca6d7..e0fd74cd914 100644
--- a/games-strategy/0ad-data/0ad-data-0.0.23b_alpha.ebuild
+++ b/games-strategy/0ad-data/0ad-data-0.0.23b_alpha.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ 
SRC_URI="http://releases.wildfiregames.com/${MY_P}-unix-data.tar.xz;
 
 LICENSE="GPL-2 CC-BY-SA-3.0 LPPL-1.3c BitstreamVera"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_P}"



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

2018-12-25 Thread Lars Wendler
commit: 771e1353054731413908ad0442dc3ae78b59f477
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Dec 25 23:37:26 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Dec 25 23:39:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=771e1353

games-strategy/0ad-data: Bump to version 0.0.23b_alpha

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 .../0ad-data/0ad-data-0.0.23b_alpha.ebuild | 26 ++
 games-strategy/0ad-data/Manifest   |  1 +
 2 files changed, 27 insertions(+)

diff --git a/games-strategy/0ad-data/0ad-data-0.0.23b_alpha.ebuild 
b/games-strategy/0ad-data/0ad-data-0.0.23b_alpha.ebuild
new file mode 100644
index 000..c5edceca6d7
--- /dev/null
+++ b/games-strategy/0ad-data/0ad-data-0.0.23b_alpha.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="0ad-${PV/_/-}"
+DESCRIPTION="Data files for 0ad"
+HOMEPAGE="https://play0ad.com/;
+SRC_URI="http://releases.wildfiregames.com/${MY_P}-unix-data.tar.xz;
+
+LICENSE="GPL-2 CC-BY-SA-3.0 LPPL-1.3c BitstreamVera"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   rm binaries/data/tools/fontbuilder/fonts/*.txt
+}
+
+src_install() {
+   insinto /usr/share/0ad
+   doins -r binaries/data/*
+}

diff --git a/games-strategy/0ad-data/Manifest b/games-strategy/0ad-data/Manifest
index 232b9dd4af3..b346a707690 100644
--- a/games-strategy/0ad-data/Manifest
+++ b/games-strategy/0ad-data/Manifest
@@ -1 +1,2 @@
 DIST 0ad-0.0.23-alpha-unix-data.tar.xz 691973492 BLAKE2B 
7dcd36d21ea2c12f314f5a185a0fce57cec33754fbd26ad34c376fb9c7725fe5487e79a3da54249981fe58bf03c39350a871198a4cfb98c3a40eb878c6cc39b6
 SHA512 
9eae8bbdf83f609a0775261d691435c2924b505499fdf36ac0922b5f0c1d605dae49f257a872153c718d8bad018f6635320ec376418761c0d650bf165765e062
+DIST 0ad-0.0.23b-alpha-unix-data.tar.xz 691280800 BLAKE2B 
9ee0a1c14adb4fa2a842ad734f67a40af60d063c2f1876a34c49e584017b3fc6894a6be7c6533f15031b118d8a88b40b223decdbc3b8ea95f912271ec56f3a90
 SHA512 
d0515e44f575737a06f27c75c0a58a5229ead474ae6d48531142015548e5986145f895f95e0fa9209cf9085c7c431f4179ff2e70c1a532f61d1cb62c0a91bcfc



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

2018-10-31 Thread Lars Wendler
commit: 94c6621e927eb017336c85d582223e2fe3a257f4
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Oct 31 08:13:21 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Oct 31 08:13:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94c6621e

games-strategy/0ad-data: Removed old.

Signed-off-by: Lars Wendler  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 .../0ad-data/0ad-data-0.0.22_alpha.ebuild  | 26 --
 games-strategy/0ad-data/Manifest   |  1 -
 2 files changed, 27 deletions(-)

diff --git a/games-strategy/0ad-data/0ad-data-0.0.22_alpha.ebuild 
b/games-strategy/0ad-data/0ad-data-0.0.22_alpha.ebuild
deleted file mode 100644
index 2413f34ee5d..000
--- a/games-strategy/0ad-data/0ad-data-0.0.22_alpha.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_P=0ad-${PV/_/-}
-DESCRIPTION="Data files for 0ad"
-HOMEPAGE="https://play0ad.com/;
-SRC_URI="http://releases.wildfiregames.com/${MY_P}-unix-data.tar.xz;
-
-LICENSE="GPL-2 CC-BY-SA-3.0 LPPL-1.3c BitstreamVera"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   default
-   rm binaries/data/tools/fontbuilder/fonts/*.txt
-}
-
-src_install() {
-   insinto /usr/share/0ad
-   doins -r binaries/data/*
-}

diff --git a/games-strategy/0ad-data/Manifest b/games-strategy/0ad-data/Manifest
index dad84d4684c..232b9dd4af3 100644
--- a/games-strategy/0ad-data/Manifest
+++ b/games-strategy/0ad-data/Manifest
@@ -1,2 +1 @@
-DIST 0ad-0.0.22-alpha-unix-data.tar.xz 632555792 BLAKE2B 
2b3fd05919e344136114903706d5ec452d432e1fb839e9324b23a627bd740e1994dd10db0d4345447950807908d0f299c745c7f0b6c3cb3215f5a23147ab3e51
 SHA512 
ff9928a59b461d4a6082227dce11b7a497e9e518b6cd3a58723963bed9241f7afc2b228e7728a3d03bd2a8c3708f756639b87abd6520d09dab01309c8444ff1d
 DIST 0ad-0.0.23-alpha-unix-data.tar.xz 691973492 BLAKE2B 
7dcd36d21ea2c12f314f5a185a0fce57cec33754fbd26ad34c376fb9c7725fe5487e79a3da54249981fe58bf03c39350a871198a4cfb98c3a40eb878c6cc39b6
 SHA512 
9eae8bbdf83f609a0775261d691435c2924b505499fdf36ac0922b5f0c1d605dae49f257a872153c718d8bad018f6635320ec376418761c0d650bf165765e062



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

2018-05-24 Thread Lars Wendler
commit: 0dca90f9044b8626669d96d711e3779998bec168
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 24 14:36:31 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 24 14:38:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dca90f9

games-strategy/0ad-data: Bump to version 0.0.23_alpha

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 .../0ad-data/0ad-data-0.0.23_alpha.ebuild  | 26 ++
 games-strategy/0ad-data/Manifest   |  1 +
 2 files changed, 27 insertions(+)

diff --git a/games-strategy/0ad-data/0ad-data-0.0.23_alpha.ebuild 
b/games-strategy/0ad-data/0ad-data-0.0.23_alpha.ebuild
new file mode 100644
index 000..9b33e87f794
--- /dev/null
+++ b/games-strategy/0ad-data/0ad-data-0.0.23_alpha.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_P="0ad-${PV/_/-}"
+DESCRIPTION="Data files for 0ad"
+HOMEPAGE="https://play0ad.com/;
+SRC_URI="http://releases.wildfiregames.com/${MY_P}-unix-data.tar.xz;
+
+LICENSE="GPL-2 CC-BY-SA-3.0 LPPL-1.3c BitstreamVera"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   rm binaries/data/tools/fontbuilder/fonts/*.txt
+}
+
+src_install() {
+   insinto /usr/share/0ad
+   doins -r binaries/data/*
+}

diff --git a/games-strategy/0ad-data/Manifest b/games-strategy/0ad-data/Manifest
index 5013963aa30..dad84d4684c 100644
--- a/games-strategy/0ad-data/Manifest
+++ b/games-strategy/0ad-data/Manifest
@@ -1 +1,2 @@
 DIST 0ad-0.0.22-alpha-unix-data.tar.xz 632555792 BLAKE2B 
2b3fd05919e344136114903706d5ec452d432e1fb839e9324b23a627bd740e1994dd10db0d4345447950807908d0f299c745c7f0b6c3cb3215f5a23147ab3e51
 SHA512 
ff9928a59b461d4a6082227dce11b7a497e9e518b6cd3a58723963bed9241f7afc2b228e7728a3d03bd2a8c3708f756639b87abd6520d09dab01309c8444ff1d
+DIST 0ad-0.0.23-alpha-unix-data.tar.xz 691973492 BLAKE2B 
7dcd36d21ea2c12f314f5a185a0fce57cec33754fbd26ad34c376fb9c7725fe5487e79a3da54249981fe58bf03c39350a871198a4cfb98c3a40eb878c6cc39b6
 SHA512 
9eae8bbdf83f609a0775261d691435c2924b505499fdf36ac0922b5f0c1d605dae49f257a872153c718d8bad018f6635320ec376418761c0d650bf165765e062



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

2017-07-27 Thread Lars Wendler
commit: c9f9ad2cb8ae04be8608323990ae343f20c1032a
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jul 27 13:35:58 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jul 27 13:38:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f9ad2c

games-strategy/0ad-data: Bump to version 0.0.22_alpha

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 .../0ad-data/0ad-data-0.0.22_alpha.ebuild  | 26 ++
 games-strategy/0ad-data/Manifest   |  1 +
 2 files changed, 27 insertions(+)

diff --git a/games-strategy/0ad-data/0ad-data-0.0.22_alpha.ebuild 
b/games-strategy/0ad-data/0ad-data-0.0.22_alpha.ebuild
new file mode 100644
index 000..2413f34ee5d
--- /dev/null
+++ b/games-strategy/0ad-data/0ad-data-0.0.22_alpha.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_P=0ad-${PV/_/-}
+DESCRIPTION="Data files for 0ad"
+HOMEPAGE="https://play0ad.com/;
+SRC_URI="http://releases.wildfiregames.com/${MY_P}-unix-data.tar.xz;
+
+LICENSE="GPL-2 CC-BY-SA-3.0 LPPL-1.3c BitstreamVera"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   rm binaries/data/tools/fontbuilder/fonts/*.txt
+}
+
+src_install() {
+   insinto /usr/share/0ad
+   doins -r binaries/data/*
+}

diff --git a/games-strategy/0ad-data/Manifest b/games-strategy/0ad-data/Manifest
index 65eccd4c70a..6d391da645a 100644
--- a/games-strategy/0ad-data/Manifest
+++ b/games-strategy/0ad-data/Manifest
@@ -1,2 +1,3 @@
 DIST 0ad-0.0.20-alpha-unix-data.tar.xz 575064564 SHA256 
db5eb387ae131bece98a2685e9568cfc4e701a561dd8bb930dfa2dec2043f4d3 SHA512 
02d78f2147f573b201d779f636faba6175c93ebc9df2f2a1e5c593cbee983f822040daf38729b743a8b720f8678935415fd772c2d3d2abb1c2665050a20babb8
 WHIRLPOOL 
6d08c719bb7cfb6297f5de6fd8f101b5a1a303151ece18b9a4ff15a971e67564c1aeb59679b54270ba6dc48514c947528d32de1b0b25c94854d739fb026748a0
 DIST 0ad-0.0.21-alpha-unix-data.tar.xz 587025496 SHA256 
f3ab3c58ffd3bd647a9baba93ea009d5945d2b5bc7db7053a547e07db36faa97 SHA512 
526bce35da0d86aa344f634fc661189211478b9a9b7759bb6d0cf6b2096cfcf3449d53ded38c23583877fed47aa438da0e379088a37819ae890526f5996afd36
 WHIRLPOOL 
ebce2dd81bc3672b42847f63e5fee78574ed4bfd720b96a0c46393bb55f3ec112481e0dd5108dcce3e30683496d0467ff377d42eb89486560adb32bdb05c6f3e
+DIST 0ad-0.0.22-alpha-unix-data.tar.xz 632555792 SHA256 
4c32cd0a346815cd260357d55d5a61430f670c78a2fa7a321957c0e4559a766e SHA512 
ff9928a59b461d4a6082227dce11b7a497e9e518b6cd3a58723963bed9241f7afc2b228e7728a3d03bd2a8c3708f756639b87abd6520d09dab01309c8444ff1d
 WHIRLPOOL 
4368da3799b1000b034a023d13b8c4d360c1a36edc891601963bbfe10433d85564c213711c2397b515900dcca0115c7231f151ec06636efb4f04c8c0c71e92b1



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

2017-07-27 Thread Lars Wendler
commit: a2ac54ea55fc4962e76aa6fcc4f337cb0ec65445
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jul 27 13:38:10 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jul 27 13:38:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2ac54ea

games-strategy/0ad-data: Removed old.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 .../0ad-data/0ad-data-0.0.20_alpha.ebuild  | 27 --
 games-strategy/0ad-data/Manifest   |  1 -
 2 files changed, 28 deletions(-)

diff --git a/games-strategy/0ad-data/0ad-data-0.0.20_alpha.ebuild 
b/games-strategy/0ad-data/0ad-data-0.0.20_alpha.ebuild
deleted file mode 100644
index ce552973bda..000
--- a/games-strategy/0ad-data/0ad-data-0.0.20_alpha.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit games
-
-MY_P=0ad-${PV/_/-}
-DESCRIPTION="Data files for 0ad"
-HOMEPAGE="https://play0ad.com/;
-SRC_URI="mirror://sourceforge/zero-ad/${MY_P}-unix-data.tar.xz"
-
-LICENSE="GPL-2 CC-BY-SA-3.0 LPPL-1.3c BitstreamVera"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   rm binaries/data/tools/fontbuilder/fonts/*.txt
-}
-
-src_install() {
-   insinto "${GAMES_DATADIR}"/0ad
-   doins -r binaries/data/*
-   prepgamesdirs
-}

diff --git a/games-strategy/0ad-data/Manifest b/games-strategy/0ad-data/Manifest
index 6d391da645a..269758bba93 100644
--- a/games-strategy/0ad-data/Manifest
+++ b/games-strategy/0ad-data/Manifest
@@ -1,3 +1,2 @@
-DIST 0ad-0.0.20-alpha-unix-data.tar.xz 575064564 SHA256 
db5eb387ae131bece98a2685e9568cfc4e701a561dd8bb930dfa2dec2043f4d3 SHA512 
02d78f2147f573b201d779f636faba6175c93ebc9df2f2a1e5c593cbee983f822040daf38729b743a8b720f8678935415fd772c2d3d2abb1c2665050a20babb8
 WHIRLPOOL 
6d08c719bb7cfb6297f5de6fd8f101b5a1a303151ece18b9a4ff15a971e67564c1aeb59679b54270ba6dc48514c947528d32de1b0b25c94854d739fb026748a0
 DIST 0ad-0.0.21-alpha-unix-data.tar.xz 587025496 SHA256 
f3ab3c58ffd3bd647a9baba93ea009d5945d2b5bc7db7053a547e07db36faa97 SHA512 
526bce35da0d86aa344f634fc661189211478b9a9b7759bb6d0cf6b2096cfcf3449d53ded38c23583877fed47aa438da0e379088a37819ae890526f5996afd36
 WHIRLPOOL 
ebce2dd81bc3672b42847f63e5fee78574ed4bfd720b96a0c46393bb55f3ec112481e0dd5108dcce3e30683496d0467ff377d42eb89486560adb32bdb05c6f3e
 DIST 0ad-0.0.22-alpha-unix-data.tar.xz 632555792 SHA256 
4c32cd0a346815cd260357d55d5a61430f670c78a2fa7a321957c0e4559a766e SHA512 
ff9928a59b461d4a6082227dce11b7a497e9e518b6cd3a58723963bed9241f7afc2b228e7728a3d03bd2a8c3708f756639b87abd6520d09dab01309c8444ff1d
 WHIRLPOOL 
4368da3799b1000b034a023d13b8c4d360c1a36edc891601963bbfe10433d85564c213711c2397b515900dcca0115c7231f151ec06636efb4f04c8c0c71e92b1



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

2016-11-09 Thread Lars Wendler
commit: bef4cc77c47bab2eff5aae4540ef453c6404b3cf
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Nov  9 23:38:45 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Nov  9 23:41:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bef4cc77

games-strategy/0ad-data: Bump to version 0.0.21 (bug #599350).

Bumped to EAPI-6 (bug #589812).

Package-Manager: portage-2.3.2

 .../0ad-data/0ad-data-0.0.21_alpha.ebuild  | 27 ++
 games-strategy/0ad-data/Manifest   |  1 +
 2 files changed, 28 insertions(+)

diff --git a/games-strategy/0ad-data/0ad-data-0.0.21_alpha.ebuild 
b/games-strategy/0ad-data/0ad-data-0.0.21_alpha.ebuild
new file mode 100644
index ..b5934aa
--- /dev/null
+++ b/games-strategy/0ad-data/0ad-data-0.0.21_alpha.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MY_P=0ad-${PV/_/-}
+DESCRIPTION="Data files for 0ad"
+HOMEPAGE="https://play0ad.com/;
+SRC_URI="mirror://sourceforge/zero-ad/${MY_P}-unix-data.tar.xz"
+
+LICENSE="GPL-2 CC-BY-SA-3.0 LPPL-1.3c BitstreamVera"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   default
+   rm binaries/data/tools/fontbuilder/fonts/*.txt
+}
+
+src_install() {
+   insinto /usr/share/0ad
+   doins -r binaries/data/*
+}

diff --git a/games-strategy/0ad-data/Manifest b/games-strategy/0ad-data/Manifest
index 5a90757..65eccd4 100644
--- a/games-strategy/0ad-data/Manifest
+++ b/games-strategy/0ad-data/Manifest
@@ -1 +1,2 @@
 DIST 0ad-0.0.20-alpha-unix-data.tar.xz 575064564 SHA256 
db5eb387ae131bece98a2685e9568cfc4e701a561dd8bb930dfa2dec2043f4d3 SHA512 
02d78f2147f573b201d779f636faba6175c93ebc9df2f2a1e5c593cbee983f822040daf38729b743a8b720f8678935415fd772c2d3d2abb1c2665050a20babb8
 WHIRLPOOL 
6d08c719bb7cfb6297f5de6fd8f101b5a1a303151ece18b9a4ff15a971e67564c1aeb59679b54270ba6dc48514c947528d32de1b0b25c94854d739fb026748a0
+DIST 0ad-0.0.21-alpha-unix-data.tar.xz 587025496 SHA256 
f3ab3c58ffd3bd647a9baba93ea009d5945d2b5bc7db7053a547e07db36faa97 SHA512 
526bce35da0d86aa344f634fc661189211478b9a9b7759bb6d0cf6b2096cfcf3449d53ded38c23583877fed47aa438da0e379088a37819ae890526f5996afd36
 WHIRLPOOL 
ebce2dd81bc3672b42847f63e5fee78574ed4bfd720b96a0c46393bb55f3ec112481e0dd5108dcce3e30683496d0467ff377d42eb89486560adb32bdb05c6f3e



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

2016-06-28 Thread Michael Sterrett
commit: 24d5c27cd7653755991c1f947abbe7bb36d1f770
Author: Michael Sterrett  gentoo  org>
AuthorDate: Mon Jun 27 22:28:43 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Tue Jun 28 14:37:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d5c27c

games-strategy/0ad-data: update HOMEPAGE

Package-Manager: portage-2.2.28

 games-strategy/0ad-data/0ad-data-0.0.20_alpha.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-strategy/0ad-data/0ad-data-0.0.20_alpha.ebuild 
b/games-strategy/0ad-data/0ad-data-0.0.20_alpha.ebuild
index 05786b5..2f19b5f 100644
--- a/games-strategy/0ad-data/0ad-data-0.0.20_alpha.ebuild
+++ b/games-strategy/0ad-data/0ad-data-0.0.20_alpha.ebuild
@@ -7,7 +7,7 @@ inherit games
 
 MY_P=0ad-${PV/_/-}
 DESCRIPTION="Data files for 0ad"
-HOMEPAGE="http://wildfiregames.com/0ad/;
+HOMEPAGE="https://play0ad.com/;
 SRC_URI="mirror://sourceforge/zero-ad/${MY_P}-unix-data.tar.xz"
 
 LICENSE="GPL-2 CC-BY-SA-3.0 LPPL-1.3c BitstreamVera"



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

2016-06-07 Thread Michael Sterrett
commit: 79004b7ec21aa49911f20b0c474646c858837181
Author: Michael Sterrett  gentoo  org>
AuthorDate: Tue Jun  7 17:12:02 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Tue Jun  7 22:27:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79004b7e

games-strategy/0ad-data: clean old

Package-Manager: portage-2.2.28

 .../0ad-data/0ad-data-0.0.18_alpha.ebuild  | 29 --
 games-strategy/0ad-data/Manifest   |  1 -
 2 files changed, 30 deletions(-)

diff --git a/games-strategy/0ad-data/0ad-data-0.0.18_alpha.ebuild 
b/games-strategy/0ad-data/0ad-data-0.0.18_alpha.ebuild
deleted file mode 100644
index 051308e..000
--- a/games-strategy/0ad-data/0ad-data-0.0.18_alpha.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit games
-
-MY_P=0ad-${PV/_/-}
-DESCRIPTION="Data files for 0ad"
-HOMEPAGE="http://wildfiregames.com/0ad/;
-SRC_URI="mirror://sourceforge/zero-ad/${MY_P}-unix-data.tar.xz"
-
-LICENSE="GPL-2 CC-BY-SA-3.0 LPPL-1.3c BitstreamVera"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   rm binaries/data/tools/fontbuilder/fonts/*.txt
-}
-
-src_install() {
-   insinto "${GAMES_DATADIR}"/0ad
-   doins -r binaries/data/*
-   prepgamesdirs
-}

diff --git a/games-strategy/0ad-data/Manifest b/games-strategy/0ad-data/Manifest
index 4e4b096..5a90757 100644
--- a/games-strategy/0ad-data/Manifest
+++ b/games-strategy/0ad-data/Manifest
@@ -1,2 +1 @@
-DIST 0ad-0.0.18-alpha-unix-data.tar.xz 571228108 SHA256 
b1a4078eb945ac873accb45c831dbe988866e3559d16bea189eb439c2c71ac44 SHA512 
581b6774ff42b130152acb057028584816b6194fb24ad98b2e384f1193afb0468f4e336e00834703dbe83477176be4f0ce423a5bae8343c266d5a066932bd8d6
 WHIRLPOOL 
dbebefb11e1476052e57e978ed6dbe578e758a608dae7ee26ec7e694dc1d5189a8030c65b5dbd81052e709d91c5ecbb49caa0a33fcbf6d593a701a329d3a3a54
 DIST 0ad-0.0.20-alpha-unix-data.tar.xz 575064564 SHA256 
db5eb387ae131bece98a2685e9568cfc4e701a561dd8bb930dfa2dec2043f4d3 SHA512 
02d78f2147f573b201d779f636faba6175c93ebc9df2f2a1e5c593cbee983f822040daf38729b743a8b720f8678935415fd772c2d3d2abb1c2665050a20babb8
 WHIRLPOOL 
6d08c719bb7cfb6297f5de6fd8f101b5a1a303151ece18b9a4ff15a971e67564c1aeb59679b54270ba6dc48514c947528d32de1b0b25c94854d739fb026748a0



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

2016-05-25 Thread Michael Sterrett
commit: ad6bff2cea278cfaa251f1a36f37586bc250211b
Author: Michael Sterrett  gentoo  org>
AuthorDate: Wed May 25 22:16:54 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Wed May 25 22:17:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad6bff2c

games-strategy/0ad-data: version bump (bug #567230)

Package-Manager: portage-2.2.28

 .../0ad-data/0ad-data-0.0.20_alpha.ebuild  | 29 ++
 games-strategy/0ad-data/Manifest   |  1 +
 2 files changed, 30 insertions(+)

diff --git a/games-strategy/0ad-data/0ad-data-0.0.20_alpha.ebuild 
b/games-strategy/0ad-data/0ad-data-0.0.20_alpha.ebuild
new file mode 100644
index 000..7fde07c
--- /dev/null
+++ b/games-strategy/0ad-data/0ad-data-0.0.20_alpha.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit games
+
+MY_P=0ad-${PV/_/-}
+DESCRIPTION="Data files for 0ad"
+HOMEPAGE="http://wildfiregames.com/0ad/;
+SRC_URI="mirror://sourceforge/zero-ad/${MY_P}-unix-data.tar.xz"
+
+LICENSE="GPL-2 CC-BY-SA-3.0 LPPL-1.3c BitstreamVera"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   rm binaries/data/tools/fontbuilder/fonts/*.txt
+}
+
+src_install() {
+   insinto "${GAMES_DATADIR}"/0ad
+   doins -r binaries/data/*
+   prepgamesdirs
+}
+

diff --git a/games-strategy/0ad-data/Manifest b/games-strategy/0ad-data/Manifest
index 91f1074..4e4b096 100644
--- a/games-strategy/0ad-data/Manifest
+++ b/games-strategy/0ad-data/Manifest
@@ -1 +1,2 @@
 DIST 0ad-0.0.18-alpha-unix-data.tar.xz 571228108 SHA256 
b1a4078eb945ac873accb45c831dbe988866e3559d16bea189eb439c2c71ac44 SHA512 
581b6774ff42b130152acb057028584816b6194fb24ad98b2e384f1193afb0468f4e336e00834703dbe83477176be4f0ce423a5bae8343c266d5a066932bd8d6
 WHIRLPOOL 
dbebefb11e1476052e57e978ed6dbe578e758a608dae7ee26ec7e694dc1d5189a8030c65b5dbd81052e709d91c5ecbb49caa0a33fcbf6d593a701a329d3a3a54
+DIST 0ad-0.0.20-alpha-unix-data.tar.xz 575064564 SHA256 
db5eb387ae131bece98a2685e9568cfc4e701a561dd8bb930dfa2dec2043f4d3 SHA512 
02d78f2147f573b201d779f636faba6175c93ebc9df2f2a1e5c593cbee983f822040daf38729b743a8b720f8678935415fd772c2d3d2abb1c2665050a20babb8
 WHIRLPOOL 
6d08c719bb7cfb6297f5de6fd8f101b5a1a303151ece18b9a4ff15a971e67564c1aeb59679b54270ba6dc48514c947528d32de1b0b25c94854d739fb026748a0



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

2016-05-25 Thread Michael Sterrett
commit: 49a5add8875bba067c8f1a9c13a03a0fc8067f74
Author: Michael Sterrett  gentoo  org>
AuthorDate: Wed May 25 22:17:27 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Wed May 25 22:17:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49a5add8

games-strategy/0ad-data: whitespace

Package-Manager: portage-2.2.28

 games-strategy/0ad-data/0ad-data-0.0.20_alpha.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/games-strategy/0ad-data/0ad-data-0.0.20_alpha.ebuild 
b/games-strategy/0ad-data/0ad-data-0.0.20_alpha.ebuild
index 7fde07c..05786b5 100644
--- a/games-strategy/0ad-data/0ad-data-0.0.20_alpha.ebuild
+++ b/games-strategy/0ad-data/0ad-data-0.0.20_alpha.ebuild
@@ -26,4 +26,3 @@ src_install() {
doins -r binaries/data/*
prepgamesdirs
 }
-



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

2015-08-14 Thread Julian Ospald
commit: 56894a446e2afa4fb97279b4770e4676323d078c
Author: Julian Ospald hasufell AT gentoo DOT org
AuthorDate: Fri Aug 14 22:49:56 2015 +
Commit: Julian Ospald hasufell AT gentoo DOT org
CommitDate: Fri Aug 14 22:49:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56894a44

games-strategy/0ad-data: rm old

 .../0ad-data/0ad-data-0.0.16_alpha.ebuild  | 29 --
 .../0ad-data/0ad-data-0.0.17_alpha.ebuild  | 29 --
 games-strategy/0ad-data/Manifest   |  2 --
 3 files changed, 60 deletions(-)

diff --git a/games-strategy/0ad-data/0ad-data-0.0.16_alpha.ebuild 
b/games-strategy/0ad-data/0ad-data-0.0.16_alpha.ebuild
deleted file mode 100644
index ab5fe9e..000
--- a/games-strategy/0ad-data/0ad-data-0.0.16_alpha.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit games
-
-MY_P=0ad-${PV/_/-}
-DESCRIPTION=Data files for 0ad
-HOMEPAGE=http://wildfiregames.com/0ad/;
-SRC_URI=http://releases.wildfiregames.com/${MY_P}-unix-data.tar.xz;
-
-LICENSE=GPL-2 CC-BY-SA-3.0 LPPL-1.3c BitstreamVera
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   rm binaries/data/tools/fontbuilder/fonts/*.txt
-}
-
-src_install() {
-   insinto ${GAMES_DATADIR}/0ad
-   doins -r binaries/data/*
-   prepgamesdirs
-}

diff --git a/games-strategy/0ad-data/0ad-data-0.0.17_alpha.ebuild 
b/games-strategy/0ad-data/0ad-data-0.0.17_alpha.ebuild
deleted file mode 100644
index 448745f..000
--- a/games-strategy/0ad-data/0ad-data-0.0.17_alpha.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit games
-
-MY_P=0ad-${PV/_/-}
-DESCRIPTION=Data files for 0ad
-HOMEPAGE=http://wildfiregames.com/0ad/;
-SRC_URI=mirror://sourceforge/zero-ad/${MY_P}-unix-data.tar.xz
-
-LICENSE=GPL-2 CC-BY-SA-3.0 LPPL-1.3c BitstreamVera
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   rm binaries/data/tools/fontbuilder/fonts/*.txt
-}
-
-src_install() {
-   insinto ${GAMES_DATADIR}/0ad
-   doins -r binaries/data/*
-   prepgamesdirs
-}

diff --git a/games-strategy/0ad-data/Manifest b/games-strategy/0ad-data/Manifest
index 50a12ce..91f1074 100644
--- a/games-strategy/0ad-data/Manifest
+++ b/games-strategy/0ad-data/Manifest
@@ -1,3 +1 @@
-DIST 0ad-0.0.16-alpha-unix-data.tar.xz 526615868 SHA256 
0f16d41e81d7349fb16490f3abbfd38bcb3f2b89648355b2b281c5045ddafadc SHA512 
a34ae77c6fdc1781bf6f7f7d20ab31f91ab2d1227c2528f40075af8056b41b9c3d4c03debd92e7836a17b64bc0437ed5970338dfc7b171eb4df3f8c5558593d0
 WHIRLPOOL 
21f837df31fea98b597e78754b2d10b42ea8a6eb15cc2db3bf6f9664d28914e5122e8d80e5f0f61ffa9eeb9f95021525cf236109d311d208d29ed5deecb82379
-DIST 0ad-0.0.17-alpha-unix-data.tar.xz 561617008 SHA256 
6bf2234ef5043b14a3bbeda013fefed73ce2e564262f5e03b0801bfe671331d0 SHA512 
84d722b3bb5ba466b5db340fc5fea13bc4020379226214f393bb22559147acacfca71a283a2ea358832a2e1b43cb1596b5362c12cee70f22b2d7ada063089e2a
 WHIRLPOOL 
1359567d112adaaf48d91a3c30e36cdc78c77648deaae8c0542021c7f67f841397400a438890d378133de52a407a33ccffdcc363ae1e318d6d6470ae67187571
 DIST 0ad-0.0.18-alpha-unix-data.tar.xz 571228108 SHA256 
b1a4078eb945ac873accb45c831dbe988866e3559d16bea189eb439c2c71ac44 SHA512 
581b6774ff42b130152acb057028584816b6194fb24ad98b2e384f1193afb0468f4e336e00834703dbe83477176be4f0ce423a5bae8343c266d5a066932bd8d6
 WHIRLPOOL 
dbebefb11e1476052e57e978ed6dbe578e758a608dae7ee26ec7e694dc1d5189a8030c65b5dbd81052e709d91c5ecbb49caa0a33fcbf6d593a701a329d3a3a54



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

2015-08-14 Thread Julian Ospald
commit: 03009d31b52aaad40701a4f27bcb0e71e619f033
Author: Julian Ospald hasufell AT gentoo DOT org
AuthorDate: Fri Aug 14 22:47:27 2015 +
Commit: Julian Ospald hasufell AT gentoo DOT org
CommitDate: Fri Aug 14 22:47:27 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03009d31

games-strategy/0ad-data: version bump to 0.0.18_alpha

 .../0ad-data/0ad-data-0.0.18_alpha.ebuild  | 29 ++
 games-strategy/0ad-data/Manifest   |  1 +
 2 files changed, 30 insertions(+)

diff --git a/games-strategy/0ad-data/0ad-data-0.0.18_alpha.ebuild 
b/games-strategy/0ad-data/0ad-data-0.0.18_alpha.ebuild
new file mode 100644
index 000..051308e
--- /dev/null
+++ b/games-strategy/0ad-data/0ad-data-0.0.18_alpha.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit games
+
+MY_P=0ad-${PV/_/-}
+DESCRIPTION=Data files for 0ad
+HOMEPAGE=http://wildfiregames.com/0ad/;
+SRC_URI=mirror://sourceforge/zero-ad/${MY_P}-unix-data.tar.xz
+
+LICENSE=GPL-2 CC-BY-SA-3.0 LPPL-1.3c BitstreamVera
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   rm binaries/data/tools/fontbuilder/fonts/*.txt
+}
+
+src_install() {
+   insinto ${GAMES_DATADIR}/0ad
+   doins -r binaries/data/*
+   prepgamesdirs
+}

diff --git a/games-strategy/0ad-data/Manifest b/games-strategy/0ad-data/Manifest
index 56c69aa..50a12ce 100644
--- a/games-strategy/0ad-data/Manifest
+++ b/games-strategy/0ad-data/Manifest
@@ -1,2 +1,3 @@
 DIST 0ad-0.0.16-alpha-unix-data.tar.xz 526615868 SHA256 
0f16d41e81d7349fb16490f3abbfd38bcb3f2b89648355b2b281c5045ddafadc SHA512 
a34ae77c6fdc1781bf6f7f7d20ab31f91ab2d1227c2528f40075af8056b41b9c3d4c03debd92e7836a17b64bc0437ed5970338dfc7b171eb4df3f8c5558593d0
 WHIRLPOOL 
21f837df31fea98b597e78754b2d10b42ea8a6eb15cc2db3bf6f9664d28914e5122e8d80e5f0f61ffa9eeb9f95021525cf236109d311d208d29ed5deecb82379
 DIST 0ad-0.0.17-alpha-unix-data.tar.xz 561617008 SHA256 
6bf2234ef5043b14a3bbeda013fefed73ce2e564262f5e03b0801bfe671331d0 SHA512 
84d722b3bb5ba466b5db340fc5fea13bc4020379226214f393bb22559147acacfca71a283a2ea358832a2e1b43cb1596b5362c12cee70f22b2d7ada063089e2a
 WHIRLPOOL 
1359567d112adaaf48d91a3c30e36cdc78c77648deaae8c0542021c7f67f841397400a438890d378133de52a407a33ccffdcc363ae1e318d6d6470ae67187571
+DIST 0ad-0.0.18-alpha-unix-data.tar.xz 571228108 SHA256 
b1a4078eb945ac873accb45c831dbe988866e3559d16bea189eb439c2c71ac44 SHA512 
581b6774ff42b130152acb057028584816b6194fb24ad98b2e384f1193afb0468f4e336e00834703dbe83477176be4f0ce423a5bae8343c266d5a066932bd8d6
 WHIRLPOOL 
dbebefb11e1476052e57e978ed6dbe578e758a608dae7ee26ec7e694dc1d5189a8030c65b5dbd81052e709d91c5ecbb49caa0a33fcbf6d593a701a329d3a3a54