diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-12-21 20:47:17 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-12-21 20:47:17 +0000 |
commit | 4ab6db5717ef23f29320d4c6fb9ebdb8dec1f193 (patch) | |
tree | f7640b8b96a04499f1ce44a2cad122d45a8373bd /games-strategy/darwinia-demo | |
parent | 48bdeb0db9c7ffed22c6eb859ee40b55ba598b86 (diff) |
gentoo resync : 21.12.2017
Diffstat (limited to 'games-strategy/darwinia-demo')
-rw-r--r-- | games-strategy/darwinia-demo/Manifest | 1 | ||||
-rw-r--r-- | games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild | 49 |
2 files changed, 0 insertions, 50 deletions
diff --git a/games-strategy/darwinia-demo/Manifest b/games-strategy/darwinia-demo/Manifest index e322d8b6383f..ddeecd4498f3 100644 --- a/games-strategy/darwinia-demo/Manifest +++ b/games-strategy/darwinia-demo/Manifest @@ -1,4 +1,3 @@ DIST darwinia-demo2-1.3.0.sh 22470072 BLAKE2B 3169e6de1293eb8e62094e1773dbb871882a5f18d993dd495c27455525c178d02ce21a47425e070da01153eb8d0cdb764f6276da8919d6b0492718701ddf8fb9 SHA512 f561f3e741052888d8a23445f01e0c2a8d2b207b7786b25f297d76d0f4b4ef91bbf7d1ec842e5e2b1051f3f122af12058e2bcb2495478846713e49c2c7d7d92d EBUILD darwinia-demo-1.3.0-r1.ebuild 1052 BLAKE2B f645373ccd2f39128d9807cc35553209a7b5e95dd7939f574febd2c303b35766808abe02f1412e1d6b3c5648e445d0a5a80be66003b8a6ff059d8062ea58c6c3 SHA512 656aed9eb59f4a7f372b477d1d344c5e824f5e91c5a7f78f18dae1808ccf74b5722993e31cad597953308a5be815c9cde93ca628fc01a71a5f6140015ada12ee -EBUILD darwinia-demo-1.3.0.ebuild 1092 BLAKE2B b9530a2a807a360331fb6ab69f1a785a93e1c1f48d43753c0b14d9ee7cc11df272f42728f6109506062dfff5dab4da9396dc188257498fdc56747263f0468d92 SHA512 546b865af00927611ddb8bdef5e690e0ba87c3d052b023626d09aef24efb297f1f4c79e7767df3169e26aa46077107d4c1b8971e55912a82508207ba8ef3efa8 MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 diff --git a/games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild b/games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild deleted file mode 100644 index 92f6d6bdf967..000000000000 --- a/games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils unpacker games - -DESCRIPTION="Darwinia, the hyped indie game of the year. By the Uplink creators" -HOMEPAGE="http://www.darwinia.co.uk/downloads/demo_linux.html" -SRC_URI="http://www.introversion.co.uk/darwinia/downloads/${PN}2-${PV}.sh" - -LICENSE="Introversion" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="" -RESTRICT="mirror strip" - -RDEPEND=" - ~virtual/libstdc++-3.3 - media-libs/libsdl[abi_x86_32(-)] - media-libs/libvorbis[abi_x86_32(-)] - virtual/glu[abi_x86_32(-)] - virtual/opengl[abi_x86_32(-)]" - -S=${WORKDIR} - -dir=${GAMES_PREFIX_OPT}/${PN} - -src_unpack() { - unpack_makeself -} - -src_install() { - exeinto "${dir}/lib" - insinto "${dir}/lib" - - doexe lib/{darwinia.bin.x86,open-www.sh} - doins lib/{sounds,main,language}.dat - - insinto "${dir}" - dodoc README - - exeinto "${dir}" - doexe bin/Linux/x86/darwinia - - games_make_wrapper darwinia-demo ./darwinia "${dir}" "${dir}" - newicon darwinian.png ${PN}.png - make_desktop_entry darwinia-demo "Darwinia (Demo)" - prepgamesdirs -} |