diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-04-22 11:20:47 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-04-22 11:20:47 +0200 |
commit | 4a6a37803cf999a6d843875037df3a16d75599bb (patch) | |
tree | b4ca5d02d06c05193803032caefc512c975afba5 /games-arcade/lbreakout | |
parent | games-arcade/lbreakout: Stop using games.eclass (diff) | |
download | gentoo-4a6a37803cf999a6d843875037df3a16d75599bb.tar.gz gentoo-4a6a37803cf999a6d843875037df3a16d75599bb.tar.bz2 gentoo-4a6a37803cf999a6d843875037df3a16d75599bb.zip |
games-arcade/lbreakout: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-arcade/lbreakout')
-rw-r--r-- | games-arcade/lbreakout/lbreakout-010315.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/games-arcade/lbreakout/lbreakout-010315.ebuild b/games-arcade/lbreakout/lbreakout-010315.ebuild deleted file mode 100644 index fe1d2fbcc2ce..000000000000 --- a/games-arcade/lbreakout/lbreakout-010315.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit games - -DESCRIPTION="Breakout clone written with the SDL library" -HOMEPAGE="http://lgames.sourceforge.net/LBreakout/" -SRC_URI="mirror://sourceforge/lgames/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=media-libs/libsdl-1.1.5" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i \ - -e '/^sdir=/s:$datadir/games:$datadir:' \ - -e '/^hdir=/s:/var/lib/games:$localstatedir:' \ - configure \ - || die "sed failed" -} - -src_install() { - dodir "${GAMES_STATEDIR}" - default - dohtml lbreakout/manual/* - prepgamesdirs -} |