commit: 4a6a37803cf999a6d843875037df3a16d75599bb Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sun Apr 22 09:20:47 2018 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sun Apr 22 09:20:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a6a3780
games-arcade/lbreakout: Drop old Package-Manager: Portage-2.3.31, Repoman-2.3.9 games-arcade/lbreakout/lbreakout-010315.ebuild | 32 -------------------------- 1 file changed, 32 deletions(-) diff --git a/games-arcade/lbreakout/lbreakout-010315.ebuild b/games-arcade/lbreakout/lbreakout-010315.ebuild deleted file mode 100644 index fe1d2fbcc2c..00000000000 --- 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 -}
