summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-11-22 02:46:56 -0500
committerMichael Sterrett <mr_bones_@gentoo.org>2015-11-22 02:46:56 -0500
commite46a60909a454ca04a52f7e323847f68b95424a4 (patch)
tree59e41fc0696a8d1319522ddaa3ded3b200ebd2f4 /games-util
parentAdd more EAPI support (bug #540048) (diff)
downloadgentoo-e46a60909a454ca04a52f7e323847f68b95424a4.tar.gz
gentoo-e46a60909a454ca04a52f7e323847f68b95424a4.tar.bz2
gentoo-e46a60909a454ca04a52f7e323847f68b95424a4.zip
clean old
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'games-util')
-rw-r--r--games-util/dzip/dzip-2.9-r1.ebuild47
-rw-r--r--games-util/dzip/dzip-2.9-r2.ebuild42
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 2d65428144e8..000000000000
--- 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 260c5088adf5..000000000000
--- 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
-}