public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/apricots/
@ 2018-04-15  9:11 Pacho Ramos
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2018-04-15  9:11 UTC (permalink / raw
  To: gentoo-commits

commit:     42fb1cae4b17b6d8e54f71b05ce685fe3be094ab
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 08:59:43 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 09:11:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42fb1cae

games-arcade/apricots: Drop old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 games-arcade/apricots/apricots-0.2.6-r1.ebuild | 64 --------------------------
 1 file changed, 64 deletions(-)

diff --git a/games-arcade/apricots/apricots-0.2.6-r1.ebuild b/games-arcade/apricots/apricots-0.2.6-r1.ebuild
deleted file mode 100644
index a67017a31fa..00000000000
--- a/games-arcade/apricots/apricots-0.2.6-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils games
-
-DESCRIPTION="Fly a plane around bomb/shoot the enemy. Port of Planegame from Amiga"
-HOMEPAGE="http://www.fishies.org.uk/apricots.html"
-SRC_URI="http://www.fishies.org.uk/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="media-libs/libsdl[sound,video]
-	media-libs/openal
-	media-libs/freealut"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-freealut.patch \
-		"${FILESDIR}"/${P}-ldflags.patch
-
-	cp admin/acinclude.m4.in acinclude.m4
-
-	sed -i \
-		-e 's:-DAP_PATH=\\\\\\"$prefix.*":-DAP_PATH=\\\\\\"${GAMES_DATADIR}/${PN}/\\\\\\"":' \
-		-e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' \
-		configure.in || die
-	sed -i \
-		-e "s:filename(AP_PATH):filename(\"${GAMES_SYSCONFDIR}/${PN}/\"):" \
-		${PN}/init.cpp || die
-	sed -i \
-		-e "s:apricots.cfg:${GAMES_SYSCONFDIR}/${PN}/apricots.cfg:" \
-		README apricots.html || die
-	sed -i \
-		-e 's/-Wmissing-prototypes//' \
-		acinclude.m4 || die
-	eautoreconf
-}
-
-src_compile() {
-	emake LIBTOOL="/usr/bin/libtool"
-}
-
-src_install() {
-	dodoc AUTHORS README TODO ChangeLog
-	dohtml apricots.html
-	cd ${PN}
-	dogamesbin apricots
-	insinto "${GAMES_DATADIR}"/${PN}
-	doins *.wav *.psf *.shapes
-	insinto "${GAMES_SYSCONFDIR}"/${PN}
-	doins apricots.cfg
-	make_desktop_entry ${PN} Apricots
-	prepgamesdirs
-}
-
-pkg_postinst() {
-	games_pkg_postinst
-	elog "You can change the game options by editing:"
-	elog "${GAMES_SYSCONFDIR}/${PN}/apricots.cfg"
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/apricots/
@ 2021-09-18  4:21 Ionen Wolkens
  0 siblings, 0 replies; 4+ messages in thread
From: Ionen Wolkens @ 2021-09-18  4:21 UTC (permalink / raw
  To: gentoo-commits

commit:     279910450ca6e2e130bf513d6ac6c8c20ce95dc4
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 18 03:51:09 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Sep 18 04:19:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27991045

games-arcade/apricots: add github remote-id

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-arcade/apricots/metadata.xml | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/games-arcade/apricots/metadata.xml b/games-arcade/apricots/metadata.xml
index 1c3ba213c49..c470ad8c597 100644
--- a/games-arcade/apricots/metadata.xml
+++ b/games-arcade/apricots/metadata.xml
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-	<email>games@gentoo.org</email>
-	<name>Gentoo Games Project</name>
-</maintainer>
+	<maintainer type="project">
+		<email>games@gentoo.org</email>
+		<name>Gentoo Games Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">moggers87/apricots</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/apricots/
@ 2024-08-07 20:43 James Le Cuirot
  0 siblings, 0 replies; 4+ messages in thread
From: James Le Cuirot @ 2024-08-07 20:43 UTC (permalink / raw
  To: gentoo-commits

commit:     991903d904982425651adc4481f668d87617c921
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  7 20:41:47 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Aug  7 20:43:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=991903d9

games-arcade/apricots: Install icon with size

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-arcade/apricots/apricots-0.2.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-arcade/apricots/apricots-0.2.8.ebuild b/games-arcade/apricots/apricots-0.2.8.ebuild
index d4716a1a5e94..45e9e5f3c36b 100644
--- a/games-arcade/apricots/apricots-0.2.8.ebuild
+++ b/games-arcade/apricots/apricots-0.2.8.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit desktop
+inherit desktop xdg
 
 DESCRIPTION="Fly a plane around and bomb/shoot the enemy (port of Planegame from Amiga)"
 HOMEPAGE="https://github.com/moggers87/apricots"
@@ -31,6 +31,6 @@ src_install() {
 	insinto /etc
 	doins ${PN}/${PN}.cfg
 
-	doicon "${DISTDIR}"/${PN}.png
+	doicon -s 128 "${DISTDIR}"/${PN}.png
 	make_desktop_entry ${PN} ${PN^}
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/apricots/
@ 2024-08-07 20:43 James Le Cuirot
  0 siblings, 0 replies; 4+ messages in thread
From: James Le Cuirot @ 2024-08-07 20:43 UTC (permalink / raw
  To: gentoo-commits

commit:     e061aa8dcf03e6463ca3677064bde18303908933
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Aug  2 20:06:10 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Aug  7 20:36:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e061aa8d

games-arcade/apricots: add 0.2.8

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/37932
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-arcade/apricots/Manifest              |  1 +
 games-arcade/apricots/apricots-0.2.8.ebuild | 36 +++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/games-arcade/apricots/Manifest b/games-arcade/apricots/Manifest
index 777ad348f175..562502297719 100644
--- a/games-arcade/apricots/Manifest
+++ b/games-arcade/apricots/Manifest
@@ -1,2 +1,3 @@
 DIST apricots-0.2.7.tar.gz 388024 BLAKE2B 5d16cb2637580ae728aa4f1b3911801effa6c79faabf7f3a1c026de8d91aaa582c8063ae33152c44fc9878ae0f7126fdb6ab0363b562e90c7359bcfe6ac78391 SHA512 7f97759402703962f660cdf609f50bb9a4465cc727d3fd17751eb5863b0b9131d9014eab50632c1638130f7e4223c89c45c12cecbc9fe2639943def2ce80ae25
+DIST apricots-0.2.8.tar.gz 407430 BLAKE2B 7ae24c5d068ef528ee5352088ffea6f747b01e418e94e93b87795f6ccda5101ebf27cfb7d7c51f1e076cec71c39fce5f06ff16644d924a03df7bd5c24f4e56aa SHA512 4d08ba96087ef811bc30a70ce3963c1c0633fd7fcb2d628d0986f2a35eb89284e78be26a3cccc133cb0beaaeb7923630aeba81b02ad752dcd46d31bcb1165322
 DIST apricots.png 1965 BLAKE2B 164e06ec9856273077636b347cac555cc49f5f38faffeea6f43b9032edee9dfebedce24470f70b185707ee2e467d861164a9c90c370ada5ff89d5c4854b99e7c SHA512 5d637707d7cfa775e5f3d3416a51abbbb39369cf0bfd9be871295ca3079530c25b893076c2cb6a6621586d67860920e079cb4f491d2c67ff13ce80e56a2cf4e5

diff --git a/games-arcade/apricots/apricots-0.2.8.ebuild b/games-arcade/apricots/apricots-0.2.8.ebuild
new file mode 100644
index 000000000000..d4716a1a5e94
--- /dev/null
+++ b/games-arcade/apricots/apricots-0.2.8.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop
+
+DESCRIPTION="Fly a plane around and bomb/shoot the enemy (port of Planegame from Amiga)"
+HOMEPAGE="https://github.com/moggers87/apricots"
+SRC_URI="
+	https://github.com/moggers87/apricots/releases/download/v${PV}/${P}.tar.gz
+	https://dev.gentoo.org/~ionen/distfiles/${PN}.png"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RESTRICT="test" # this is only static analysis / linter tests
+
+RDEPEND="
+	media-libs/alure
+	media-libs/freealut
+	media-libs/libsdl2[sound,video]
+	media-libs/openal"
+DEPEND="${RDEPEND}"
+
+src_install() {
+	default
+	einstalldocs
+
+	insinto /etc
+	doins ${PN}/${PN}.cfg
+
+	doicon "${DISTDIR}"/${PN}.png
+	make_desktop_entry ${PN} ${PN^}
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-08-07 20:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-07 20:43 [gentoo-commits] repo/gentoo:master commit in: games-arcade/apricots/ James Le Cuirot
  -- strict thread matches above, loose matches on Subject: below --
2024-08-07 20:43 James Le Cuirot
2021-09-18  4:21 Ionen Wolkens
2018-04-15  9:11 Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox