diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:23 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:46:10 +0100 |
commit | ca57c223586f13e53947ee0c7fc11f6ca092ad94 (patch) | |
tree | 652e65759106574226e8841f5537cb8e04044fa8 /games-misc | |
parent | games-misc/nyancat: Remove old (diff) | |
download | gentoo-ca57c223586f13e53947ee0c7fc11f6ca092ad94.tar.gz gentoo-ca57c223586f13e53947ee0c7fc11f6ca092ad94.tar.bz2 gentoo-ca57c223586f13e53947ee0c7fc11f6ca092ad94.zip |
games-misc/OilWar: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/OilWar/OilWar-1.2.1-r1.ebuild | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/games-misc/OilWar/OilWar-1.2.1-r1.ebuild b/games-misc/OilWar/OilWar-1.2.1-r1.ebuild deleted file mode 100644 index c5356e90a69f..000000000000 --- a/games-misc/OilWar/OilWar-1.2.1-r1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils gnome2-utils games - -DESCRIPTION="Evil army is attacking your country and tries to steal your oil" -HOMEPAGE="http://linux.softpedia.com/get/GAMES-ENTERTAINMENT/RTS/OilWar-15354.shtml" -SRC_URI="mirror://gentoo/${P}.tar.gz - mirror://gentoo/${PN}.png" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="media-libs/libsdl[video] - media-libs/sdl-image[png] - media-libs/sdl-mixer" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i \ - -e '/^CXXCOMPILE/s:$(CPPFLAGS):$(SDL_CFLAGS):' \ - -e '/^datafiledir/s:/games/:/:' \ - -e '/install-data-am:/s:\\::' \ - -e '/install-data-local$/d' \ - Makefile.in || die -} - -src_configure() { - egamesconf --enable-sound -} - -src_install() { - default - doicon "${DISTDIR}"/${PN}.png - make_desktop_entry oilwar ${PN} - fperms 664 "${GAMES_STATEDIR}/oilwar.scores" - prepgamesdirs -} - -pkg_preinst() { - games_pkg_preinst - gnome2_icon_savelist -} - -pkg_postinst() { - games_pkg_postinst - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} |