diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-11-22 02:46:56 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-11-22 02:46:56 -0500 |
commit | e46a60909a454ca04a52f7e323847f68b95424a4 (patch) | |
tree | 59e41fc0696a8d1319522ddaa3ded3b200ebd2f4 /games-util | |
parent | e878f91b31c93dae7a767b044d5a4e097a2fe260 (diff) | |
download | gentoo-e46a60909a454ca04a52f7e323847f68b95424a4.tar.gz gentoo-e46a60909a454ca04a52f7e323847f68b95424a4.tar.xz |
clean old
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/dzip/dzip-2.9-r1.ebuild | 47 | ||||
-rw-r--r-- | games-util/dzip/dzip-2.9-r2.ebuild | 42 |
2 files changed, 0 insertions, 89 deletions
diff --git a/games-util/dzip/dzip-2.9-r1.ebuild b/games-util/dzip/dzip-2.9-r1.ebuild deleted file mode 100644 index 2d65428144e..00000000000 --- a/games-util/dzip/dzip-2.9-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit eutils toolchain-funcs games - -DESCRIPTION="compressor/uncompressor for demo recordings from id's Quake" -HOMEPAGE="http://speeddemosarchive.com/dzip/" -SRC_URI="http://speeddemosarchive.com/dzip/dz${PV/./}src.zip" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="~ppc x86" -IUSE="" - -DEPEND="app-arch/unzip" -RDEPEND="" - -S=${WORKDIR} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/dzip-2.9-scrub-names.patch #93079 -} - -src_compile() { - emake \ - -f Makefile.linux \ - CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" \ - || die "emake failed" -} - -src_install () { - dogamesbin dzip || die "dogamesbin failed" - dodoc Readme || die "dodoc failed" - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - echo - elog "Demo files can be found at http://planetquake.com/sda/" - elog "and http://planetquake.com/qdq/" - echo -} diff --git a/games-util/dzip/dzip-2.9-r2.ebuild b/games-util/dzip/dzip-2.9-r2.ebuild deleted file mode 100644 index 260c5088adf..00000000000 --- a/games-util/dzip/dzip-2.9-r2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=2 -inherit eutils games - -DESCRIPTION="compressor/uncompressor for demo recordings from id's Quake" -HOMEPAGE="http://speeddemosarchive.com/dzip/" -SRC_URI="http://speeddemosarchive.com/dzip/dz${PV/./}src.zip" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="~ppc ~x86" -IUSE="" - -DEPEND="app-arch/unzip" -RDEPEND="" - -S=${WORKDIR} - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-system-zlib.patch \ - "${FILESDIR}"/${P}-scrub-names.patch #93079 - rm -rf zlib - mv -f Makefile{.linux,} -} - -src_install () { - dogamesbin dzip || die "dogamesbin failed" - dodoc Readme || die "dodoc failed" - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - echo - elog "Demo files can be found at http://planetquake.com/sda/" - elog "and http://planetquake.com/qdq/" - echo -} |