diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:09 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:30:52 +0100 |
commit | 5ec0cff6dd1480d81c8f30b7296d91e60fe74073 (patch) | |
tree | b59a5b8906117dee868dc5d01c85d4e00de9b38b /games-action/luola | |
parent | games-action/lugaru: Remove old (diff) | |
download | gentoo-5ec0cff6dd1480d81c8f30b7296d91e60fe74073.tar.gz gentoo-5ec0cff6dd1480d81c8f30b7296d91e60fe74073.tar.bz2 gentoo-5ec0cff6dd1480d81c8f30b7296d91e60fe74073.zip |
games-action/luola: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-action/luola')
-rw-r--r-- | games-action/luola/luola-1.3.2.ebuild | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/games-action/luola/luola-1.3.2.ebuild b/games-action/luola/luola-1.3.2.ebuild deleted file mode 100644 index 21ced35bcc30..000000000000 --- a/games-action/luola/luola-1.3.2.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils autotools gnome2-utils games - -DESCRIPTION="A 2D multiplayer arcade game resembling V-Wing" -HOMEPAGE="https://freecode.com/projects/luola" -SRC_URI="mirror://gentoo/${P}.tar.gz - mirror://gentoo/stdlevels-6.0.tar.gz - mirror://gentoo/nostalgia-1.2.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="media-libs/libsdl[X,sound,joystick,video] - media-libs/sdl-gfx - media-libs/sdl-image[jpeg,png] - media-libs/sdl-mixer - media-libs/sdl-ttf" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-underlink.patch - eautoreconf -} - -src_configure() { - egamesconf --enable-sound -} - -src_install() { - emake DESTDIR="${D}" install - insinto "${GAMES_DATADIR}"/${PN}/levels - doins "${WORKDIR}"/*.{lev,png} - dodoc AUTHORS ChangeLog DATAFILE FAQ LEVELFILE README TODO \ - RELEASENOTES.txt ../README.Nostalgia - newdoc ../README README.stdlevels - doicon -s 64 luola.png - make_desktop_entry luola Luola - prepgamesdirs -} - -pkg_preinst() { - games_pkg_preinst - gnome2_icon_savelist -} - -pkg_postinst() { - games_pkg_postinst - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} |