From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/lmarbles/
Date: Thu, 8 Oct 2020 13:14:59 +0000 (UTC) [thread overview]
Message-ID: <1602162894.1aac3b8f703c1fbf87320f54f4f9435dbb08f1db.sam@gentoo> (raw)
commit: 1aac3b8f703c1fbf87320f54f4f9435dbb08f1db
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 8 13:13:50 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 8 13:14:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aac3b8f
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 <AT> gentoo.org>
games-puzzle/lmarbles/lmarbles-1.0.8-r1.ebuild | 18 +++++++++---------
1 file 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 53b5aa2c7c5..e92811a4437 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
}
next reply other threads:[~2020-10-08 13:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-08 13:14 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-01-19 22:11 [gentoo-commits] repo/gentoo:master commit in: games-puzzle/lmarbles/ Ionen Wolkens
2021-07-13 16:11 Ionen Wolkens
2020-10-08 13:14 Sam James
2017-10-03 21:54 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1602162894.1aac3b8f703c1fbf87320f54f4f9435dbb08f1db.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox