summaryrefslogtreecommitdiff
path: root/games-arcade/lbreakout
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-22 14:25:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-22 14:25:03 +0100
commit5e8702bcbbed438e6c6cce023e7ef0cc9baa3e02 (patch)
treeb041acef19bb9ae66c228d5c9d34d1e00aeb2b95 /games-arcade/lbreakout
parent5cfef3c94cd7e82136c69a0322f5ba21f7e64632 (diff)
gentoo resync : 22.04.2018
Diffstat (limited to 'games-arcade/lbreakout')
-rw-r--r--games-arcade/lbreakout/Manifest2
-rw-r--r--games-arcade/lbreakout/lbreakout-010315-r1.ebuild (renamed from games-arcade/lbreakout/lbreakout-010315.ebuild)10
2 files changed, 5 insertions, 7 deletions
diff --git a/games-arcade/lbreakout/Manifest b/games-arcade/lbreakout/Manifest
index 2f2effbf4fec..91c252f8e5bf 100644
--- a/games-arcade/lbreakout/Manifest
+++ b/games-arcade/lbreakout/Manifest
@@ -1,3 +1,3 @@
DIST lbreakout-010315.tar.gz 655418 BLAKE2B f8d893c16de045f172e2ece3158420a880fff4775e81f714d390cc92cfbc6296cc968442388097d6be7fd23e19be614d872fe4b9e730284dcb7044d06bf9d72f SHA512 92421ceb4e643df2123d084b0d2c5edfd311e39dd8da85c01da5cfd872f787a6969e514efab2c5f110979434e773fce211e755e4c45438c4469ab9095cb595b7
-EBUILD lbreakout-010315.ebuild 659 BLAKE2B 99e281549b813e9e633055261fc8a8f9b650e93b83d9ebf0e70e8a87cfbf2a13bdce2e6bbe63dab202f8c7d433840d84658f7d0e3fba348d9e6ba6bf89bc5668 SHA512 7826283f07168211052383e1a8fbea08cd06d73db911212f5a8664df0376640a0a12e2613ec55341460db70bbf5ab52f9b7e71387364fb68908c086b30b8672e
+EBUILD lbreakout-010315-r1.ebuild 617 BLAKE2B 3106ce3654440c8c5dfc431d0c006f7541d6616136972f24d8f90d267a54c1c9e686f0c66273044e2badf6c02971f82301fdbe04a791c5a29fbad65dfadf9a60 SHA512 7eddaf43df8189c64e390dc5b2a8284132ee03631b4756ced32d19db617df33a3f913dacbe6967bc8a59b09cbb8a31b18ed9c0f960af0c60acc855e4ed7c53ff
MISC metadata.xml 329 BLAKE2B bcb35c37e05c93388a83ec235e25d38fb4a37ecb7df64c38a00e6bc7959090297f2c0168d1d461b24a43d0991184f62690de6d483a1d610bc74810238181593d SHA512 2439299362958450ac88f39ba8332cb84d42694d471f79cf8a6b9d38ecc96fa629b91530dee7c50aa23fab5e5a0155cb92cb3a8131a1b69e9375f114da86b463
diff --git a/games-arcade/lbreakout/lbreakout-010315.ebuild b/games-arcade/lbreakout/lbreakout-010315-r1.ebuild
index fe1d2fbcc2ce..4a465d929cfc 100644
--- a/games-arcade/lbreakout/lbreakout-010315.ebuild
+++ b/games-arcade/lbreakout/lbreakout-010315-r1.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit games
+EAPI=6
DESCRIPTION="Breakout clone written with the SDL library"
HOMEPAGE="http://lgames.sourceforge.net/LBreakout/"
@@ -17,6 +16,7 @@ DEPEND=">=media-libs/libsdl-1.1.5"
RDEPEND="${DEPEND}"
src_prepare() {
+ default
sed -i \
-e '/^sdir=/s:$datadir/games:$datadir:' \
-e '/^hdir=/s:/var/lib/games:$localstatedir:' \
@@ -25,8 +25,6 @@ src_prepare() {
}
src_install() {
- dodir "${GAMES_STATEDIR}"
+ HTML_DOCS="lbreakout/manual/*"
default
- dohtml lbreakout/manual/*
- prepgamesdirs
}