X-Git-Url: https://git.draconx.ca/gitweb/gentoo-draconx.git/blobdiff_plain/8b606cff8a9f0af5993052eef4c56fcba0162eb8..42bac711df53f14a23b4dd444ec63cbdd542dbb4:/games-strategy/moo2-data/moo2-data-1.31-r2.ebuild?ds=inline diff --git a/games-strategy/moo2-data/moo2-data-1.31-r2.ebuild b/games-strategy/moo2-data/moo2-data-1.31-r2.ebuild deleted file mode 100644 index 1a5c250..0000000 --- a/games-strategy/moo2-data/moo2-data-1.31-r2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright © 2013, 2015 Nick Bowler -# License GPLv3+: GNU General Public License version 3 or later. -# There is NO WARRANTY, to the extent permitted by law. - -EAPI=5 - -inherit games - -DESCRIPTION="Master of Orion 2 Data Files" -SRC_URI="gog_master_of_orion_2_2.0.0.5.sh" - -LICENSE="GOG-EULA" -SLOT="0" -KEYWORDS="~amd64" - -RESTRICT="fetch" - -DEPEND="app-arch/unzip" - -src_unpack() { - ( unzip -LLqd $P "$DISTDIR/$A" || exit $(($?>1)) ) || - die "Failed to extract $A" -} - -src_install() { - insinto "$GAMES_DATADIR/$PN" - doins data/noarch/data/*.lbx - - prepgamesdirs -}