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-rpg | |
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-rpg')
-rw-r--r-- | games-rpg/sacred-gold/Manifest | 1 | ||||
-rw-r--r-- | games-rpg/sacred-gold/metadata.xml | 12 | ||||
-rw-r--r-- | games-rpg/sacred-gold/sacred-gold-1.0.01.ebuild | 63 | ||||
-rw-r--r-- | games-rpg/sacred-gold/sacred-gold-1.0.ebuild | 52 |
4 files changed, 0 insertions, 128 deletions
diff --git a/games-rpg/sacred-gold/Manifest b/games-rpg/sacred-gold/Manifest deleted file mode 100644 index c7f363d7fab7..000000000000 --- a/games-rpg/sacred-gold/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sacred-1.0-1.0.01-x86.run 1515954 SHA256 6355482463095e2cde2beaa912b5eb36969589a279131951fef3ac0efd1f587d diff --git a/games-rpg/sacred-gold/metadata.xml b/games-rpg/sacred-gold/metadata.xml deleted file mode 100644 index 06e69cc12f05..000000000000 --- a/games-rpg/sacred-gold/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="person"> - <email>calchan@gentoo.org</email> - <name>Denis Dupeyron</name> -</maintainer> -<maintainer type="project"> - <email>games@gentoo.org</email> - <name>Gentoo Games Project</name> -</maintainer> -</pkgmetadata> diff --git a/games-rpg/sacred-gold/sacred-gold-1.0.01.ebuild b/games-rpg/sacred-gold/sacred-gold-1.0.01.ebuild deleted file mode 100644 index 41389e0bdf25..000000000000 --- a/games-rpg/sacred-gold/sacred-gold-1.0.01.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit versionator eutils cdrom unpacker games - -PV_MAJOR=$(get_version_component_range 1-2) -MY_P=sacred-${PV_MAJOR}-${PV} - -DESCRIPTION="Action role-playing game" -HOMEPAGE="http://linuxgamepublishing.com/info.php?id=sacred" -SRC_URI="http://updatefiles.linuxgamepublishing.com/sacred/${MY_P}-x86.run" - -LICENSE="all-rights-reserved GPL-2 LGPL-2" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="" -RESTRICT="mirror bindist strip" - -RDEPEND=" - x11-libs/libX11[abi_x86_32(-)] - x11-libs/libXext[abi_x86_32(-)] - x11-libs/libXi[abi_x86_32(-)] - virtual/opengl[abi_x86_32(-)] -" -DEPEND="" - -S=${WORKDIR} - -src_unpack() { - cdrom_get_cds .data/bin/Linux/x86/sacred - ln -sfn "${CDROM_ROOT}"/.data cd - unpack ./cd/data/data.tar.gz - rm -f cd - cp -f "${CDROM_ROOT}"/.data/bin/Linux/x86/sacred* . || die - cp -f "${CDROM_ROOT}"/README* . || die - cp -f "${CDROM_ROOT}"/manual.pdf . || die - - mkdir -p "patch" - cd "patch" - unpack_makeself ${MY_P}-x86.run - bin/Linux/x86/loki_patch patch.dat "${S}" || die "loki_patch failed" - cd "${S}" - rm -rf "patch" - - mv lib/lib{1,2}/* lib - rmdir lib/lib{1,2} -} - -src_install() { - dir=${GAMES_PREFIX_OPT}/${PN} - - insinto "${dir}" - mv * "${D}/${dir}" || die - - games_make_wrapper ${PN} ./sacred "${dir}" "${dir}"/lib - newicon "${CDROM_ROOT}"/.data/icon.xpm ${PN}.xpm - make_desktop_entry ${PN} "Sacred - Gold" ${PN} - - prepgamesdirs -} diff --git a/games-rpg/sacred-gold/sacred-gold-1.0.ebuild b/games-rpg/sacred-gold/sacred-gold-1.0.ebuild deleted file mode 100644 index f4a154018cf6..000000000000 --- a/games-rpg/sacred-gold/sacred-gold-1.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils cdrom games - -DESCRIPTION="Action role-playing game" -HOMEPAGE="http://linuxgamepublishing.com/info.php?id=sacred" -SRC_URI="" - -LICENSE="all-rights-reserved GPL-2 LGPL-2" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="" -RESTRICT="bindist strip" - -RDEPEND=" - x11-libs/libX11[abi_x86_32(-)] - x11-libs/libXext[abi_x86_32(-)] - x11-libs/libXi[abi_x86_32(-)] - virtual/opengl[abi_x86_32(-)] -" -DEPEND="" - -S=${WORKDIR} - -src_unpack() { - cdrom_get_cds .data/bin/Linux/x86/sacred - ln -sfn "${CDROM_ROOT}"/.data cd - unpack ./cd/data/data.tar.gz - rm -f cd - mv lib/lib{1,2}/* lib - rmdir lib/lib{1,2} - cp -f "${CDROM_ROOT}"/.data/bin/Linux/x86/sacred* . || die - cp -f "${CDROM_ROOT}"/README* . || die - cp -f "${CDROM_ROOT}"/manual.pdf . || die -} - -src_install() { - dir=${GAMES_PREFIX_OPT}/${PN} - - insinto "${dir}" - mv * "${D}/${dir}" || die - - games_make_wrapper ${PN} ./sacred "${dir}" "${dir}"/lib - newicon "${CDROM_ROOT}"/.data/icon.xpm ${PN}.xpm - make_desktop_entry ${PN} "Sacred - Gold" ${PN} - - prepgamesdirs -} |