diff options
author | Sam James <sam@gentoo.org> | 2021-03-15 03:02:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-15 03:02:55 +0000 |
commit | ac141c909e1f6198054d2c36975d57c8e4dde6c4 (patch) | |
tree | 33fc4cb40f01e1d76a1b53664c97e2c1071e0dc0 /games-strategy/0ad-data/0ad-data-0.0.23b_alpha.ebuild | |
parent | profiles: drop games-strategy/0ad-data mask (removed) (diff) | |
download | gentoo-ac141c909e1f6198054d2c36975d57c8e4dde6c4.tar.gz gentoo-ac141c909e1f6198054d2c36975d57c8e4dde6c4.tar.bz2 gentoo-ac141c909e1f6198054d2c36975d57c8e4dde6c4.zip |
games-strategy/0ad-data: treeclean
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-strategy/0ad-data/0ad-data-0.0.23b_alpha.ebuild')
-rw-r--r-- | games-strategy/0ad-data/0ad-data-0.0.23b_alpha.ebuild | 26 |
1 files changed, 0 insertions, 26 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 deleted file mode 100644 index e0fd74cd914e..000000000000 --- 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/* -} |