commit:     e46a60909a454ca04a52f7e323847f68b95424a4
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 07:46:56 2015 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 07:46:56 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e46a6090

clean old

Package-Manager: portage-2.2.20.1

 games-util/dzip/dzip-2.9-r1.ebuild | 47 --------------------------------------
 games-util/dzip/dzip-2.9-r2.ebuild | 42 ----------------------------------
 2 files changed, 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 2d65428..0000000
--- 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 260c508..0000000
--- 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
-}

Reply via email to