Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/opensfx/
Date: Mon, 26 Dec 2016 17:04:57
Message-Id: 1482771890.de5bec6fe9cc0de9bacfa3178a0f35e013c20c6d.polynomial-c@gentoo
1 commit: de5bec6fe9cc0de9bacfa3178a0f35e013c20c6d
2 Author: Alexander Golubev <fatzer2 <AT> gmail <DOT> com>
3 AuthorDate: Sun Dec 25 22:39:34 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 26 17:04:50 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de5bec6f
7
8 games-misc/opensfx: EAPI=6
9
10 Closes: https://github.com/gentoo/gentoo/pull/3242
11
12 games-misc/opensfx/opensfx-0.2.3-r1.ebuild | 25 +++++++++++++++++++++++++
13 1 file changed, 25 insertions(+)
14
15 diff --git a/games-misc/opensfx/opensfx-0.2.3-r1.ebuild b/games-misc/opensfx/opensfx-0.2.3-r1.ebuild
16 new file mode 100644
17 index 00000000..a7ec47c
18 --- /dev/null
19 +++ b/games-misc/opensfx/opensfx-0.2.3-r1.ebuild
20 @@ -0,0 +1,25 @@
21 +# Copyright 1999-2016 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=6
26 +
27 +DESCRIPTION="OpenSFX data files for OpenTTD"
28 +HOMEPAGE="http://bundles.openttdcoop.org/opensfx/"
29 +SRC_URI="http://bundles.openttdcoop.org/${PN}/releases/${P}-source.tar.gz"
30 +
31 +LICENSE="CC-Sampling-Plus-1.0"
32 +SLOT="0"
33 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
34 +IUSE=""
35 +
36 +DEPEND="games-util/catcodec"
37 +RDEPEND=""
38 +
39 +S=${WORKDIR}/${P}-source
40 +
41 +src_install() {
42 + insinto "/usr/share/games/openttd/data/"
43 + doins opensfx.cat opensfx.obs
44 + dodoc docs/{changelog.txt,readme.ptxt}
45 +}