summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-10-08 13:13:50 +0000
committerSam James <sam@gentoo.org>2020-10-08 13:14:54 +0000
commit1aac3b8f703c1fbf87320f54f4f9435dbb08f1db (patch)
tree1ae58bc00261ae8fd6ec4ea1d226e1ad72a75b20 /games-puzzle/lmarbles
parentgames-puzzle/lmarbles: remove old ebuild (diff)
downloadgentoo-1aac3b8f703c1fbf87320f54f4f9435dbb08f1db.tar.gz
gentoo-1aac3b8f703c1fbf87320f54f4f9435dbb08f1db.tar.bz2
gentoo-1aac3b8f703c1fbf87320f54f4f9435dbb08f1db.zip
games-puzzle/lmarbles: QA fixups
* src_prepare no longer needed b/c of dropped patch in migration away from games.eclass * Use correct permissions for preferences file (https://projects.gentoo.org/qa/policy-guide/filesystem.html#pg0205) Bug: https://bugs.gentoo.org/731128 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-puzzle/lmarbles')
-rw-r--r--games-puzzle/lmarbles/lmarbles-1.0.8-r1.ebuild18
1 files changed, 9 insertions, 9 deletions
diff --git a/games-puzzle/lmarbles/lmarbles-1.0.8-r1.ebuild b/games-puzzle/lmarbles/lmarbles-1.0.8-r1.ebuild
index 53b5aa2c7c59..e92811a4437c 100644
--- a/games-puzzle/lmarbles/lmarbles-1.0.8-r1.ebuild
+++ b/games-puzzle/lmarbles/lmarbles-1.0.8-r1.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit autotools
DESCRIPTION="puzzle game inspired by Atomix and written in SDL"
@@ -12,18 +13,17 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-DEPEND="media-libs/libsdl[video]
- media-libs/sdl-mixer"
+DEPEND="
+ acct-group/gamestat
+ media-libs/libsdl[video]
+ media-libs/sdl-mixer
+"
RDEPEND="${DEPEND}"
-src_prepare() {
- default
- mv configure.{in,ac}
- rm *.m4
- eautoreconf
-}
-
src_install() {
default
dodoc src/manual/*
+
+ fperms 660 /var/lib/lmarbles.prfs
+ fowners root:gamestat /var/lib/lmarbles.prfs
}