diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-02-20 19:31:32 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-02-20 19:31:32 +0100 |
commit | 031ceb4bc4a53dca5c20906459ff08b8c48f7c5e (patch) | |
tree | ee1b081d58989215ab12530f6cd38e58277a1649 /games-strategy | |
parent | Remove masked for removal packages (diff) | |
download | gentoo-031ceb4bc4a53dca5c20906459ff08b8c48f7c5e.tar.gz gentoo-031ceb4bc4a53dca5c20906459ff08b8c48f7c5e.tar.bz2 gentoo-031ceb4bc4a53dca5c20906459ff08b8c48f7c5e.zip |
Remove masked for removal packages
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/coldwar/Manifest | 1 | ||||
-rw-r--r-- | games-strategy/coldwar/coldwar-1.0.1-r1.ebuild | 73 | ||||
-rw-r--r-- | games-strategy/coldwar/metadata.xml | 8 |
3 files changed, 0 insertions, 82 deletions
diff --git a/games-strategy/coldwar/Manifest b/games-strategy/coldwar/Manifest deleted file mode 100644 index e5c8e219bc6e..000000000000 --- a/games-strategy/coldwar/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST coldwar-1.0-1.0.1-x86.run 181769 SHA256 adffc27da6eff739a46193dd095d4b10048a251997b8c876befcae94423a1f32 SHA512 e7e2493e5b57d0ce254cb3e9baad722ed38b3c5813e81c17b39e382e590c629832397b2a810343673d61fae8b5da48335152c3c5c08e71abae6de24416ae7e75 WHIRLPOOL 3edc4958bd5c2863b26ae389fc49ea4562d0ed8f2191c66d0d2376879fffe15540bd3eb666a8a63e0422a48e087d26555526ab918deeb1a628acf5729b51b916 diff --git a/games-strategy/coldwar/coldwar-1.0.1-r1.ebuild b/games-strategy/coldwar/coldwar-1.0.1-r1.ebuild deleted file mode 100644 index fb6deecfc11c..000000000000 --- a/games-strategy/coldwar/coldwar-1.0.1-r1.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit eutils unpacker cdrom versionator games - -PV_MAJOR=$(get_version_component_range 1-2) -MY_P=${PN}-${PV_MAJOR}-${PV} - -DESCRIPTION="Third-person sneaker like Splinter Cell" -HOMEPAGE="http://linuxgamepublishing.com/info.php?id=coldwar" -SRC_URI="http://wolke.qcore.de/native/Spiele/Cold%20War/Patches/${MY_P}-x86.run" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="linguas_de linguas_fr linguas_ru" -RESTRICT="mirror bindist strip" - -RDEPEND=" - >=dev-libs/glib-2.34.3[abi_x86_32(-)] - >=media-libs/libogg-1.3.0[abi_x86_32(-)] - >=media-libs/libvorbis-1.3.3-r1[abi_x86_32(-)] - >=media-libs/openal-1.15.1[abi_x86_32(-)] - >=media-libs/smpeg-0.4.4-r10[abi_x86_32(-)] - >=virtual/opengl-7.0-r1[abi_x86_32(-)] - >=x11-libs/libX11-1.6.2[abi_x86_32(-)] - >=x11-libs/libXext-1.3.2[abi_x86_32(-)]" - -S=${WORKDIR} - -src_unpack() { - cdrom_get_cds bin/Linux/x86/${PN} - ln -sfn "${CDROM_ROOT}"/data cd - unpack "./cd/data.tar.gz" - use linguas_de && unpack "./cd/langpack_de.tar.gz" - use linguas_fr && unpack "./cd/langpack_fr.tar.gz" - use linguas_ru && unpack "./cd/langpack_ru.tar.gz" - rm -f cd - - cp -rf "${CDROM_ROOT}"/bin/Linux/x86/* . || die - cp -f "${CDROM_ROOT}"/{READ*,icon*} . || die - - mkdir -p patch_dir - cd patch_dir - unpack_makeself ${MY_P}-x86.run - bin/Linux/x86/loki_patch patch.dat "${S}" || die - cd "${S}" - rm -rf patch_dir -} - -src_install() { - dir=${GAMES_PREFIX_OPT}/${PN} - - insinto "${dir}" - doins -r * - - exeinto "${dir}" - doexe ${PN} - - exeinto "${dir}"/bin - doexe bin/{launch*,meng} - - exeinto "${dir}"/lib - doexe lib/lib* - - games_make_wrapper ${PN} ./${PN} "${dir}" - newicon "${CDROM_ROOT}"/icon.xpm ${PN}.xpm - make_desktop_entry ${PN} "Cold War" ${PN} - - prepgamesdirs -} diff --git a/games-strategy/coldwar/metadata.xml b/games-strategy/coldwar/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-strategy/coldwar/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>games@gentoo.org</email> - <name>Gentoo Games Project</name> -</maintainer> -</pkgmetadata> |