* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/triptych/
@ 2019-07-17 20:04 James Le Cuirot
0 siblings, 0 replies; 3+ messages in thread
From: James Le Cuirot @ 2019-07-17 20:04 UTC (permalink / raw
To: gentoo-commits
commit: 4a85bd4e51a517a5d422dc0294622d23f1173b6d
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 8 08:43:55 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Jul 17 20:03:55 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a85bd4e
games-puzzle/triptych: Depend on acct-group/gamestat.
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-puzzle/triptych/triptych-1.16.ebuild | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/games-puzzle/triptych/triptych-1.16.ebuild b/games-puzzle/triptych/triptych-1.16.ebuild
index e2257e17ad3..3e69e845e76 100644
--- a/games-puzzle/triptych/triptych-1.16.ebuild
+++ b/games-puzzle/triptych/triptych-1.16.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit desktop eutils user
+inherit desktop eutils
DESCRIPTION="Fast-paced Tetris-like puzzler"
HOMEPAGE="http://www.chroniclogic.com/triptych.htm"
@@ -13,7 +13,8 @@ SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
RESTRICT="bindist mirror strip"
-RDEPEND=">=media-libs/libsdl-1.2[abi_x86_32,opengl,sound,video]
+RDEPEND="acct-group/gamestat
+ >=media-libs/libsdl-1.2[abi_x86_32,opengl,sound,video]
virtual/opengl[abi_x86_32]
x11-libs/libX11[abi_x86_32]
x11-libs/libXext[abi_x86_32]"
@@ -26,10 +27,6 @@ S="${WORKDIR}/${PN}"
DIR="/opt/${PN}"
WRITABLE=( "${EROOT}${DIR}"/{hwconfig.cfg,${PN}.{clr,cnt,scr}} )
-pkg_setup() {
- enewgroup gamestat 36
-}
-
src_prepare() {
default
rm -v *.dll || die
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/triptych/
@ 2019-08-18 11:42 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2019-08-18 11:42 UTC (permalink / raw
To: gentoo-commits
commit: 57ca9bcc3d81d168a377ac8d192874be287288e0
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 18 11:41:10 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 18 11:41:10 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57ca9bcc
games-puzzle/triptych: [QA] Version the distfile
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>
games-puzzle/triptych/Manifest | 2 +-
games-puzzle/triptych/triptych-1.16.ebuild | 27 +++++++++++++++------------
2 files changed, 16 insertions(+), 13 deletions(-)
diff --git a/games-puzzle/triptych/Manifest b/games-puzzle/triptych/Manifest
index afa274c4ece..9101a82f08e 100644
--- a/games-puzzle/triptych/Manifest
+++ b/games-puzzle/triptych/Manifest
@@ -1 +1 @@
-DIST triptych.tar.gz 1748316 BLAKE2B 0d66265df27f61ddee1e1777a1e749d3a8bbcebf0e2bfe64a054febb48def865b68ab59d9c25804ed725bb11d24af2bbd712cc2de88a7259db26aa6d7c3c8d1f SHA512 614de78c9f90dd2145ff3dfa6f7a799a069c5add80bc8b0494a752346a163ab0eff7b707292b815adbffa34e4fec446035cfb65df4dd6cf284f270bb732b6daa
+DIST triptych-1.16.tar.gz 1748316 BLAKE2B 0d66265df27f61ddee1e1777a1e749d3a8bbcebf0e2bfe64a054febb48def865b68ab59d9c25804ed725bb11d24af2bbd712cc2de88a7259db26aa6d7c3c8d1f SHA512 614de78c9f90dd2145ff3dfa6f7a799a069c5add80bc8b0494a752346a163ab0eff7b707292b815adbffa34e4fec446035cfb65df4dd6cf284f270bb732b6daa
diff --git a/games-puzzle/triptych/triptych-1.16.ebuild b/games-puzzle/triptych/triptych-1.16.ebuild
index 3e69e845e76..c6c262733c4 100644
--- a/games-puzzle/triptych/triptych-1.16.ebuild
+++ b/games-puzzle/triptych/triptych-1.16.ebuild
@@ -7,26 +7,27 @@ inherit desktop eutils
DESCRIPTION="Fast-paced Tetris-like puzzler"
HOMEPAGE="http://www.chroniclogic.com/triptych.htm"
-SRC_URI="http://www.chroniclogic.com/demos/${PN}.tar.gz"
+SRC_URI="http://www.chroniclogic.com/demos/${PN}.tar.gz -> ${P}.tar.gz"
+
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
RESTRICT="bindist mirror strip"
-RDEPEND="acct-group/gamestat
+DEPEND="acct-group/gamestat"
+RDEPEND="
+ ${DEPEND}
>=media-libs/libsdl-1.2[abi_x86_32,opengl,sound,video]
virtual/opengl[abi_x86_32]
x11-libs/libX11[abi_x86_32]
x11-libs/libXext[abi_x86_32]"
-QA_PREBUILT="opt/${PN}/${PN}
+QA_PREBUILT="
+ opt/${PN}/${PN}
opt/${PN}/setup"
S="${WORKDIR}/${PN}"
-DIR="/opt/${PN}"
-WRITABLE=( "${EROOT}${DIR}"/{hwconfig.cfg,${PN}.{clr,cnt,scr}} )
-
src_prepare() {
default
rm -v *.dll || die
@@ -35,20 +36,22 @@ src_prepare() {
src_install() {
local EXES=( ${PN} setup )
- insinto "${DIR}"
+ insinto /opt/${PN}
doins -r .
- exeinto "${DIR}"
+ exeinto /opt/${PN}
doexe "${EXES[@]}"
- fowners root:gamestat "${EXES[@]/#/${DIR}/}" || die
- fperms g+s "${EXES[@]/#/${DIR}/}" || die
+ fowners root:gamestat "${EXES[@]/#//opt/${PN}/}"
+ fperms g+s "${EXES[@]/#//opt/${PN}/}"
- make_wrapper ${PN} ./${PN} "${DIR}"
- make_wrapper ${PN}-setup ./setup "${DIR}"
+ make_wrapper ${PN} ./${PN} /opt/${PN}
+ make_wrapper ${PN}-setup ./setup /opt/${PN}
}
pkg_postinst() {
+ WRITABLE=( "${EROOT}"/opt/${PN}/{hwconfig.cfg,${PN}.{clr,cnt,scr}} )
+
touch "${WRITABLE[@]}" || die
chown root:gamestat "${WRITABLE[@]}" || die
chmod 0664 "${WRITABLE[@]}" || die
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/triptych/
@ 2021-04-12 2:31 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-04-12 2:31 UTC (permalink / raw
To: gentoo-commits
commit: 01ed0eba3cb1ab4e323d233cd94d83274a9ef66d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 12 01:43:31 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 12 02:30:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ed0eba
games-puzzle/triptych: desktop--, eutils--, wrapper++
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-puzzle/triptych/triptych-1.16.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-puzzle/triptych/triptych-1.16.ebuild b/games-puzzle/triptych/triptych-1.16.ebuild
index c6c262733c4..a142a6c3e78 100644
--- a/games-puzzle/triptych/triptych-1.16.ebuild
+++ b/games-puzzle/triptych/triptych-1.16.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit desktop eutils
+inherit wrapper
DESCRIPTION="Fast-paced Tetris-like puzzler"
HOMEPAGE="http://www.chroniclogic.com/triptych.htm"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-04-12 2:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-18 11:42 [gentoo-commits] repo/gentoo:master commit in: games-puzzle/triptych/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2021-04-12 2:31 Sam James
2019-07-17 20:04 James Le Cuirot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox