diff options
author | David Seifert <soap@gentoo.org> | 2017-11-19 14:04:00 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-11-19 14:34:18 +0100 |
commit | 9af164e00596dc91f230d4ce1051b68a0b5575a8 (patch) | |
tree | 8d21f53e65392f082edce574811327b955b7ac76 | |
parent | games-action/abuse: Add missing eutils inherit (diff) | |
download | gentoo-9af164e00596dc91f230d4ce1051b68a0b5575a8.tar.gz gentoo-9af164e00596dc91f230d4ce1051b68a0b5575a8.tar.bz2 gentoo-9af164e00596dc91f230d4ce1051b68a0b5575a8.zip |
games-action/abuse: Remove old
Package-Manager: Portage-2.3.14, Repoman-2.3.6
-rw-r--r-- | games-action/abuse/abuse-0.8.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/games-action/abuse/abuse-0.8.ebuild b/games-action/abuse/abuse-0.8.ebuild deleted file mode 100644 index d56c20871b1b..000000000000 --- a/games-action/abuse/abuse-0.8.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools eutils games - -DESCRIPTION="port of Abuse by Crack Dot Com" -HOMEPAGE="http://abuse.zoy.org/" -SRC_URI="http://abuse.zoy.org/raw-attachment/wiki/download/${P}.tar.gz" - -LICENSE="GPL-2 WTFPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=media-libs/libsdl-1.1.6[sound,opengl,video] - media-libs/sdl-mixer - virtual/opengl" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gentoo.patch - eautoreconf -} - -src_configure() { - egamesconf \ - --with-assetdir="${GAMES_DATADIR}/${PN}" -} - -src_install() { - # Source-based install - default - - doicon doc/${PN}.png - make_desktop_entry abuse Abuse - - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - elog "NOTE: If you had previous version of abuse installed" - elog "you may need to remove ~/.abuse for the game to work correctly." -} |