summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-12-20 22:30:20 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-21 02:42:20 +0100
commit31bdbaa1857ac40369362ff1b71966ecfdfdd270 (patch)
treef880f3ff4b0e9b3453e02fefc956d175162d3f46
parentgames-engines/solarus: Remove old (diff)
downloadgentoo-31bdbaa1857ac40369362ff1b71966ecfdfdd270.tar.gz
gentoo-31bdbaa1857ac40369362ff1b71966ecfdfdd270.tar.bz2
gentoo-31bdbaa1857ac40369362ff1b71966ecfdfdd270.zip
games-engines/xzip: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
-rw-r--r--games-engines/xzip/xzip-1.8.2-r2.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/games-engines/xzip/xzip-1.8.2-r2.ebuild b/games-engines/xzip/xzip-1.8.2-r2.ebuild
deleted file mode 100644
index 6bfb7bb0ab00..000000000000
--- a/games-engines/xzip/xzip-1.8.2-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit games
-
-DESCRIPTION="X interface to Z-code based text games"
-HOMEPAGE="http://www.eblong.com/zarf/xzip.html"
-SRC_URI="http://www.eblong.com/zarf/ftp/xzip182.tar.Z"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="test"
-
-DEPEND="x11-libs/libX11"
-RDEPEND=${DEPEND}
-
-S=${WORKDIR}/xzip
-
-src_compile() {
- emake \
- CFLAGS="${CFLAGS} -DAUTO_END_MODE" \
- LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- dogamesbin xzip
- dodoc README
- doman xzip.1
- prepgamesdirs
-}