* [gentoo-commits] repo/gentoo:master commit in: games-misc/opensfx/
@ 2016-12-26 17:04 Lars Wendler
0 siblings, 0 replies; 8+ messages in thread
From: Lars Wendler @ 2016-12-26 17:04 UTC (permalink / raw
To: gentoo-commits
commit: de5bec6fe9cc0de9bacfa3178a0f35e013c20c6d
Author: Alexander Golubev <fatzer2 <AT> gmail <DOT> com>
AuthorDate: Sun Dec 25 22:39:34 2016 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Dec 26 17:04:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de5bec6f
games-misc/opensfx: EAPI=6
Closes: https://github.com/gentoo/gentoo/pull/3242
games-misc/opensfx/opensfx-0.2.3-r1.ebuild | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/games-misc/opensfx/opensfx-0.2.3-r1.ebuild b/games-misc/opensfx/opensfx-0.2.3-r1.ebuild
new file mode 100644
index 00000000..a7ec47c
--- /dev/null
+++ b/games-misc/opensfx/opensfx-0.2.3-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="OpenSFX data files for OpenTTD"
+HOMEPAGE="http://bundles.openttdcoop.org/opensfx/"
+SRC_URI="http://bundles.openttdcoop.org/${PN}/releases/${P}-source.tar.gz"
+
+LICENSE="CC-Sampling-Plus-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="games-util/catcodec"
+RDEPEND=""
+
+S=${WORKDIR}/${P}-source
+
+src_install() {
+ insinto "/usr/share/games/openttd/data/"
+ doins opensfx.cat opensfx.obs
+ dodoc docs/{changelog.txt,readme.ptxt}
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/opensfx/
@ 2021-06-28 22:13 James Le Cuirot
0 siblings, 0 replies; 8+ messages in thread
From: James Le Cuirot @ 2021-06-28 22:13 UTC (permalink / raw
To: gentoo-commits
commit: 97ef6e68a159ccfea5dff9f393f469e4ff292ff7
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Thu May 20 21:39:32 2021 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Jun 28 22:13:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97ef6e68
games-misc/opensfx: update to 1.0.1
Change installation path location from `/usr/share/games/openttd/data/`
to `/usr/share/openttd/baseset/`, update license.
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-misc/opensfx/Manifest | 1 +
games-misc/opensfx/metadata.xml | 3 +++
games-misc/opensfx/opensfx-1.0.1.ebuild | 21 +++++++++++++++++++++
3 files changed, 25 insertions(+)
diff --git a/games-misc/opensfx/Manifest b/games-misc/opensfx/Manifest
index eca4ab39f72..fd84b33b630 100644
--- a/games-misc/opensfx/Manifest
+++ b/games-misc/opensfx/Manifest
@@ -1 +1,2 @@
DIST opensfx-0.2.3-source.tar.gz 11364270 BLAKE2B 34c0bca941c0c20d96ed6d0f27633195ab03ac41973ea020c53b79836ca2dc65223b9f8239673077754f1dcccd138c5c0cb629212b4ea676475bb1ac8800ad47 SHA512 7575c8febcbcabe8f9042a1a197ba76b9020e335663bf70b0aaebafe4b0758f82ff7acc624b1dfdc12d38e346f139454b78ea29e18a8bb8bd2afd3d6a209669c
+DIST opensfx-1.0.1-source.tar.xz 9872728 BLAKE2B 34880f4713b37d8f720e5b68e5c3f821c52a4dd44f6171fe31df3e3b63e5e333ce415074c1ee204555261cded4d0180618e6d478e95f842a361f43572f379e87 SHA512 1c908b932db7a47b607882e51d34bff090b712182a2b2955e6c82b6b7e657a7cb7bda93d1dac19b057c38d671d185687a0b1a26ddb93b5670329b3806aaef654
diff --git a/games-misc/opensfx/metadata.xml b/games-misc/opensfx/metadata.xml
index 78274e0fa55..68bbaed2cb6 100644
--- a/games-misc/opensfx/metadata.xml
+++ b/games-misc/opensfx/metadata.xml
@@ -5,4 +5,7 @@
<email>games@gentoo.org</email>
<name>Gentoo Games Project</name>
</maintainer>
+<upstream>
+ <remote-id type="github">OpenTTD/OpenSFX</remote-id>
+</upstream>
</pkgmetadata>
diff --git a/games-misc/opensfx/opensfx-1.0.1.ebuild b/games-misc/opensfx/opensfx-1.0.1.ebuild
new file mode 100644
index 00000000000..c2cc3545b41
--- /dev/null
+++ b/games-misc/opensfx/opensfx-1.0.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="OpenSFX data files for OpenTTD"
+HOMEPAGE="https://wiki.openttd.org/en/Basesets/OpenSFX https://github.com/OpenTTD/OpenSFX"
+SRC_URI="https://cdn.openttd.org/opensfx-releases/${PV}/${P}-source.tar.xz"
+
+LICENSE="CC-BY-SA-3.0 CDDL-1.1 GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+
+DEPEND="games-util/catcodec"
+
+S=${WORKDIR}/${P}-source
+
+src_install() {
+ emake INSTALL_DIR="${ED}/usr/share/openttd/baseset/" install
+ dodoc docs/{changelog.txt,readme.ptxt}
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/opensfx/
@ 2021-06-28 22:13 James Le Cuirot
0 siblings, 0 replies; 8+ messages in thread
From: James Le Cuirot @ 2021-06-28 22:13 UTC (permalink / raw
To: gentoo-commits
commit: 5ea3d04fd6c3d66914f2836991f155ed1633d1f3
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Thu May 20 21:39:48 2021 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Jun 28 22:13:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ea3d04f
games-misc/opensfx: remove old version
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-misc/opensfx/Manifest | 1 -
games-misc/opensfx/opensfx-0.2.3-r1.ebuild | 24 ------------------------
2 files changed, 25 deletions(-)
diff --git a/games-misc/opensfx/Manifest b/games-misc/opensfx/Manifest
index fd84b33b630..f73e263ed1d 100644
--- a/games-misc/opensfx/Manifest
+++ b/games-misc/opensfx/Manifest
@@ -1,2 +1 @@
-DIST opensfx-0.2.3-source.tar.gz 11364270 BLAKE2B 34c0bca941c0c20d96ed6d0f27633195ab03ac41973ea020c53b79836ca2dc65223b9f8239673077754f1dcccd138c5c0cb629212b4ea676475bb1ac8800ad47 SHA512 7575c8febcbcabe8f9042a1a197ba76b9020e335663bf70b0aaebafe4b0758f82ff7acc624b1dfdc12d38e346f139454b78ea29e18a8bb8bd2afd3d6a209669c
DIST opensfx-1.0.1-source.tar.xz 9872728 BLAKE2B 34880f4713b37d8f720e5b68e5c3f821c52a4dd44f6171fe31df3e3b63e5e333ce415074c1ee204555261cded4d0180618e6d478e95f842a361f43572f379e87 SHA512 1c908b932db7a47b607882e51d34bff090b712182a2b2955e6c82b6b7e657a7cb7bda93d1dac19b057c38d671d185687a0b1a26ddb93b5670329b3806aaef654
diff --git a/games-misc/opensfx/opensfx-0.2.3-r1.ebuild b/games-misc/opensfx/opensfx-0.2.3-r1.ebuild
deleted file mode 100644
index dcbe11b16d7..00000000000
--- a/games-misc/opensfx/opensfx-0.2.3-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="OpenSFX data files for OpenTTD"
-HOMEPAGE="http://bundles.openttdcoop.org/opensfx/"
-SRC_URI="http://bundles.openttdcoop.org/${PN}/releases/${P}-source.tar.gz"
-
-LICENSE="CC-Sampling-Plus-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="games-util/catcodec"
-RDEPEND=""
-
-S=${WORKDIR}/${P}-source
-
-src_install() {
- insinto "/usr/share/games/openttd/data/"
- doins opensfx.cat opensfx.obs
- dodoc docs/{changelog.txt,readme.ptxt}
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/opensfx/
@ 2021-08-07 5:36 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-08-07 5:36 UTC (permalink / raw
To: gentoo-commits
commit: afac5b3250673286cb45c2b16984c512d91d689a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 7 05:36:15 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 7 05:36:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afac5b32
games-misc/opensfx: Keyword 1.0.1 arm64, #805500
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-misc/opensfx/opensfx-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-misc/opensfx/opensfx-1.0.1.ebuild b/games-misc/opensfx/opensfx-1.0.1.ebuild
index c2cc3545b41..09ed0185ab9 100644
--- a/games-misc/opensfx/opensfx-1.0.1.ebuild
+++ b/games-misc/opensfx/opensfx-1.0.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://cdn.openttd.org/opensfx-releases/${PV}/${P}-source.tar.xz"
LICENSE="CC-BY-SA-3.0 CDDL-1.1 GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
DEPEND="games-util/catcodec"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/opensfx/
@ 2021-10-24 5:40 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-10-24 5:40 UTC (permalink / raw
To: gentoo-commits
commit: a239a0c77b0a610fafdf1fdea9f953fed4cd809d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 24 05:39:08 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 24 05:40:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a239a0c7
games-misc/opensfx: add 1.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-misc/opensfx/Manifest | 1 +
games-misc/opensfx/opensfx-1.0.2.ebuild | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/games-misc/opensfx/Manifest b/games-misc/opensfx/Manifest
index f73e263ed1d..309f1428a36 100644
--- a/games-misc/opensfx/Manifest
+++ b/games-misc/opensfx/Manifest
@@ -1 +1,2 @@
DIST opensfx-1.0.1-source.tar.xz 9872728 BLAKE2B 34880f4713b37d8f720e5b68e5c3f821c52a4dd44f6171fe31df3e3b63e5e333ce415074c1ee204555261cded4d0180618e6d478e95f842a361f43572f379e87 SHA512 1c908b932db7a47b607882e51d34bff090b712182a2b2955e6c82b6b7e657a7cb7bda93d1dac19b057c38d671d185687a0b1a26ddb93b5670329b3806aaef654
+DIST opensfx-1.0.2-source.tar.xz 9947284 BLAKE2B c7b545bb23454fd16829c54cdb038d4c26c437e6239307cea93315af77f6c9570ac9b0869013549216817d4084bfb4116a7ad2bc5f1da1fc369d8bc80f016d9e SHA512 a4e37ff262bee827b8c86679bc52041ab83f629f482a34a3fc09bd7687b83e468f66f9144fceade9b5bf581a72cad04b4f13ad479f76b35ba53d019538b94225
diff --git a/games-misc/opensfx/opensfx-1.0.2.ebuild b/games-misc/opensfx/opensfx-1.0.2.ebuild
new file mode 100644
index 00000000000..54876177298
--- /dev/null
+++ b/games-misc/opensfx/opensfx-1.0.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="OpenSFX data files for OpenTTD"
+HOMEPAGE="https://wiki.openttd.org/en/Basesets/OpenSFX https://github.com/OpenTTD/OpenSFX"
+SRC_URI="https://cdn.openttd.org/opensfx-releases/${PV}/${P}-source.tar.xz"
+S="${WORKDIR}"/${P}-source
+
+LICENSE="CC-BY-SA-3.0 CDDL-1.1 GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+DEPEND="games-util/catcodec"
+
+src_install() {
+ emake INSTALL_DIR="${ED}/usr/share/openttd/baseset/" install
+ dodoc docs/{changelog.txt,readme.ptxt}
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/opensfx/
@ 2021-10-24 8:30 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-10-24 8:30 UTC (permalink / raw
To: gentoo-commits
commit: b3fc6f2242f0c206445ed950e5e3da3e9a3e57a7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 24 08:30:21 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 24 08:30:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3fc6f22
games-misc/opensfx: EAPI 8
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-misc/opensfx/opensfx-1.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-misc/opensfx/opensfx-1.0.2.ebuild b/games-misc/opensfx/opensfx-1.0.2.ebuild
index 54876177298..04d1840a5c0 100644
--- a/games-misc/opensfx/opensfx-1.0.2.ebuild
+++ b/games-misc/opensfx/opensfx-1.0.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DESCRIPTION="OpenSFX data files for OpenTTD"
HOMEPAGE="https://wiki.openttd.org/en/Basesets/OpenSFX https://github.com/OpenTTD/OpenSFX"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/opensfx/
@ 2021-11-12 1:31 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-11-12 1:31 UTC (permalink / raw
To: gentoo-commits
commit: 69659b5364c7f0ae1dc9416eb76282856b726b6b
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Thu Nov 11 16:28:08 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 01:25:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69659b53
games-misc/opensfx: remove old versions
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-misc/opensfx/Manifest | 2 --
games-misc/opensfx/opensfx-1.0.1.ebuild | 21 ---------------------
games-misc/opensfx/opensfx-1.0.2.ebuild | 20 --------------------
3 files changed, 43 deletions(-)
diff --git a/games-misc/opensfx/Manifest b/games-misc/opensfx/Manifest
index cf594653c30..7a13590fd63 100644
--- a/games-misc/opensfx/Manifest
+++ b/games-misc/opensfx/Manifest
@@ -1,3 +1 @@
-DIST opensfx-1.0.1-source.tar.xz 9872728 BLAKE2B 34880f4713b37d8f720e5b68e5c3f821c52a4dd44f6171fe31df3e3b63e5e333ce415074c1ee204555261cded4d0180618e6d478e95f842a361f43572f379e87 SHA512 1c908b932db7a47b607882e51d34bff090b712182a2b2955e6c82b6b7e657a7cb7bda93d1dac19b057c38d671d185687a0b1a26ddb93b5670329b3806aaef654
-DIST opensfx-1.0.2-source.tar.xz 9947284 BLAKE2B c7b545bb23454fd16829c54cdb038d4c26c437e6239307cea93315af77f6c9570ac9b0869013549216817d4084bfb4116a7ad2bc5f1da1fc369d8bc80f016d9e SHA512 a4e37ff262bee827b8c86679bc52041ab83f629f482a34a3fc09bd7687b83e468f66f9144fceade9b5bf581a72cad04b4f13ad479f76b35ba53d019538b94225
DIST opensfx-1.0.3-source.tar.xz 9943616 BLAKE2B c266ec015c23d79b28e313ad3cb5a1613fe7c9674fd0192bf4a141adcd2a27594052f311710b63e6a173579ba5bebeed50799d2cb19eb3fd5b5ca28411b4b509 SHA512 a077fcb1676ba17aa5e9e2df32c2d69452fe54895e3ac64a80c2a6247aa3ea2ef37443e2391f88117768eeb3f808793c78c11727c69bb3df2fde57f67964dbff
diff --git a/games-misc/opensfx/opensfx-1.0.1.ebuild b/games-misc/opensfx/opensfx-1.0.1.ebuild
deleted file mode 100644
index 09ed0185ab9..00000000000
--- a/games-misc/opensfx/opensfx-1.0.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="OpenSFX data files for OpenTTD"
-HOMEPAGE="https://wiki.openttd.org/en/Basesets/OpenSFX https://github.com/OpenTTD/OpenSFX"
-SRC_URI="https://cdn.openttd.org/opensfx-releases/${PV}/${P}-source.tar.xz"
-
-LICENSE="CC-BY-SA-3.0 CDDL-1.1 GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-DEPEND="games-util/catcodec"
-
-S=${WORKDIR}/${P}-source
-
-src_install() {
- emake INSTALL_DIR="${ED}/usr/share/openttd/baseset/" install
- dodoc docs/{changelog.txt,readme.ptxt}
-}
diff --git a/games-misc/opensfx/opensfx-1.0.2.ebuild b/games-misc/opensfx/opensfx-1.0.2.ebuild
deleted file mode 100644
index 04d1840a5c0..00000000000
--- a/games-misc/opensfx/opensfx-1.0.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="OpenSFX data files for OpenTTD"
-HOMEPAGE="https://wiki.openttd.org/en/Basesets/OpenSFX https://github.com/OpenTTD/OpenSFX"
-SRC_URI="https://cdn.openttd.org/opensfx-releases/${PV}/${P}-source.tar.xz"
-S="${WORKDIR}"/${P}-source
-
-LICENSE="CC-BY-SA-3.0 CDDL-1.1 GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-DEPEND="games-util/catcodec"
-
-src_install() {
- emake INSTALL_DIR="${ED}/usr/share/openttd/baseset/" install
- dodoc docs/{changelog.txt,readme.ptxt}
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/opensfx/
@ 2021-11-12 1:31 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-11-12 1:31 UTC (permalink / raw
To: gentoo-commits
commit: af3a5ff4f1eec09626608916e002bce5c6fcbe96
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Thu Nov 11 16:27:10 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 01:25:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af3a5ff4
games-misc/opensfx: update to 1.0.3
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-misc/opensfx/Manifest | 1 +
games-misc/opensfx/opensfx-1.0.3.ebuild | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/games-misc/opensfx/Manifest b/games-misc/opensfx/Manifest
index 309f1428a36..cf594653c30 100644
--- a/games-misc/opensfx/Manifest
+++ b/games-misc/opensfx/Manifest
@@ -1,2 +1,3 @@
DIST opensfx-1.0.1-source.tar.xz 9872728 BLAKE2B 34880f4713b37d8f720e5b68e5c3f821c52a4dd44f6171fe31df3e3b63e5e333ce415074c1ee204555261cded4d0180618e6d478e95f842a361f43572f379e87 SHA512 1c908b932db7a47b607882e51d34bff090b712182a2b2955e6c82b6b7e657a7cb7bda93d1dac19b057c38d671d185687a0b1a26ddb93b5670329b3806aaef654
DIST opensfx-1.0.2-source.tar.xz 9947284 BLAKE2B c7b545bb23454fd16829c54cdb038d4c26c437e6239307cea93315af77f6c9570ac9b0869013549216817d4084bfb4116a7ad2bc5f1da1fc369d8bc80f016d9e SHA512 a4e37ff262bee827b8c86679bc52041ab83f629f482a34a3fc09bd7687b83e468f66f9144fceade9b5bf581a72cad04b4f13ad479f76b35ba53d019538b94225
+DIST opensfx-1.0.3-source.tar.xz 9943616 BLAKE2B c266ec015c23d79b28e313ad3cb5a1613fe7c9674fd0192bf4a141adcd2a27594052f311710b63e6a173579ba5bebeed50799d2cb19eb3fd5b5ca28411b4b509 SHA512 a077fcb1676ba17aa5e9e2df32c2d69452fe54895e3ac64a80c2a6247aa3ea2ef37443e2391f88117768eeb3f808793c78c11727c69bb3df2fde57f67964dbff
diff --git a/games-misc/opensfx/opensfx-1.0.3.ebuild b/games-misc/opensfx/opensfx-1.0.3.ebuild
new file mode 100644
index 00000000000..04d1840a5c0
--- /dev/null
+++ b/games-misc/opensfx/opensfx-1.0.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenSFX data files for OpenTTD"
+HOMEPAGE="https://wiki.openttd.org/en/Basesets/OpenSFX https://github.com/OpenTTD/OpenSFX"
+SRC_URI="https://cdn.openttd.org/opensfx-releases/${PV}/${P}-source.tar.xz"
+S="${WORKDIR}"/${P}-source
+
+LICENSE="CC-BY-SA-3.0 CDDL-1.1 GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+DEPEND="games-util/catcodec"
+
+src_install() {
+ emake INSTALL_DIR="${ED}/usr/share/openttd/baseset/" install
+ dodoc docs/{changelog.txt,readme.ptxt}
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2021-11-12 1:31 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-28 22:13 [gentoo-commits] repo/gentoo:master commit in: games-misc/opensfx/ James Le Cuirot
-- strict thread matches above, loose matches on Subject: below --
2021-11-12 1:31 Sam James
2021-11-12 1:31 Sam James
2021-10-24 8:30 Sam James
2021-10-24 5:40 Sam James
2021-08-07 5:36 Sam James
2021-06-28 22:13 James Le Cuirot
2016-12-26 17:04 Lars Wendler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox