* [gentoo-commits] repo/gentoo:master commit in: games-action/garden/
@ 2016-03-31 7:07 Michael Sterrett
0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett @ 2016-03-31 7:07 UTC (permalink / raw
To: gentoo-commits
commit: b4f950e928e8b0bf74bc8c14f4843a70cb15e151
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 31 07:06:55 2016 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Thu Mar 31 07:07:20 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4f950e9
games-action/garden: build with gcc5 (bug #572672)
Package-Manager: portage-2.2.26
games-action/garden/garden-1.0.9.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/games-action/garden/garden-1.0.9.ebuild b/games-action/garden/garden-1.0.9.ebuild
index 39f6086..83edd1c 100644
--- a/games-action/garden/garden-1.0.9.ebuild
+++ b/games-action/garden/garden-1.0.9.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-inherit eutils gnome2-utils autotools games
+inherit eutils gnome2-utils autotools flag-o-matic games
DESCRIPTION="Multiplatform vertical shoot-em-up with non-traditional elements"
HOMEPAGE="http://garden.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
@@ -26,6 +26,7 @@ src_prepare() {
-e 's/inline/extern inline/' \
src/stuff.h || die
eautoreconf
+ append-cflags -std=gnu89 # build with gcc5 (bug #572672)
}
src_install() {
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-action/garden/
@ 2018-07-16 22:26 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2018-07-16 22:26 UTC (permalink / raw
To: gentoo-commits
commit: 2bad2242d2afb6e8332151aed7ec8938e589e5ef
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 16 21:29:20 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 16 22:25:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bad2242
games-action/garden: Drop superfluous gnome2_icon_savelist
Package-Manager: Portage-2.3.43, Repoman-2.3.10
games-action/garden/garden-1.0.9-r1.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/games-action/garden/garden-1.0.9-r1.ebuild b/games-action/garden/garden-1.0.9-r1.ebuild
index a91ccd53de7..9d7015d7bfe 100644
--- a/games-action/garden/garden-1.0.9-r1.ebuild
+++ b/games-action/garden/garden-1.0.9-r1.ebuild
@@ -21,6 +21,7 @@ PATCHES=(
"${FILESDIR}/${P}-dash.patch"
"${FILESDIR}/${P}-resources.patch"
)
+
src_prepare() {
default
@@ -39,10 +40,6 @@ src_install() {
make_desktop_entry garden "Garden of coloured lights"
}
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
pkg_postinst() {
gnome2_icon_cache_update
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-action/garden/
@ 2018-07-16 22:26 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2018-07-16 22:26 UTC (permalink / raw
To: gentoo-commits
commit: f30be410ec0f7afb7a2640d99e658b7e31999be9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 16 21:28:48 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 16 22:25:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f30be410
games-action/garden: eutils -> desktop
Package-Manager: Portage-2.3.43, Repoman-2.3.10
games-action/garden/garden-1.0.9-r1.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/games-action/garden/garden-1.0.9-r1.ebuild b/games-action/garden/garden-1.0.9-r1.ebuild
index eb80fe0b36b..a91ccd53de7 100644
--- a/games-action/garden/garden-1.0.9-r1.ebuild
+++ b/games-action/garden/garden-1.0.9-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit eutils gnome2-utils autotools flag-o-matic
+
+inherit desktop gnome2-utils autotools flag-o-matic
DESCRIPTION="Multiplatform vertical shoot-em-up with non-traditional elements"
HOMEPAGE="http://garden.sourceforge.net/"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-action/garden/
@ 2018-07-16 22:26 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2018-07-16 22:26 UTC (permalink / raw
To: gentoo-commits
commit: 17e0961da58610cbbb1bc66b03ed5b10d437d602
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 16 21:31:27 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 16 22:25:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e0961d
games-action/garden: Drop unnecessary DOCS definition in weird place
Package-Manager: Portage-2.3.43, Repoman-2.3.10
games-action/garden/garden-1.0.9-r1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/games-action/garden/garden-1.0.9-r1.ebuild b/games-action/garden/garden-1.0.9-r1.ebuild
index 9d7015d7bfe..57bdc0f0e9c 100644
--- a/games-action/garden/garden-1.0.9-r1.ebuild
+++ b/games-action/garden/garden-1.0.9-r1.ebuild
@@ -34,8 +34,7 @@ src_prepare() {
}
src_install() {
- DOCS="AUTHORS ChangeLog NEWS README" \
- default
+ default
doicon -s scalable resources/garden.svg
make_desktop_entry garden "Garden of coloured lights"
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-action/garden/
@ 2020-09-20 15:32 Conrad Kostecki
0 siblings, 0 replies; 5+ messages in thread
From: Conrad Kostecki @ 2020-09-20 15:32 UTC (permalink / raw
To: gentoo-commits
commit: 630647d79e377b6f0668c981f3f7ca4529f001c6
Author: Alexey Sokolov <sokolov <AT> google <DOT> com>
AuthorDate: Fri Sep 18 23:59:50 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 15:31:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=630647d7
games-action/garden: drop 1.0.9-r1
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
games-action/garden/garden-1.0.9-r1.ebuild | 48 ------------------------------
1 file changed, 48 deletions(-)
diff --git a/games-action/garden/garden-1.0.9-r1.ebuild b/games-action/garden/garden-1.0.9-r1.ebuild
deleted file mode 100644
index 57bdc0f0e9c..00000000000
--- a/games-action/garden/garden-1.0.9-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit desktop gnome2-utils autotools flag-o-matic
-
-DESCRIPTION="Multiplatform vertical shoot-em-up with non-traditional elements"
-HOMEPAGE="http://garden.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="<media-libs/allegro-5"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}/${P}-dash.patch"
- "${FILESDIR}/${P}-resources.patch"
-)
-
-src_prepare() {
- default
-
- # build with gcc52
- sed -i \
- -e 's/inline/extern inline/' \
- src/stuff.h || die
- eautoreconf
- append-cflags -std=gnu89 # build with gcc5 (bug #572672)
-}
-
-src_install() {
- default
- doicon -s scalable resources/garden.svg
- make_desktop_entry garden "Garden of coloured lights"
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-09-20 15:32 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-16 22:26 [gentoo-commits] repo/gentoo:master commit in: games-action/garden/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2020-09-20 15:32 Conrad Kostecki
2018-07-16 22:26 Andreas Sturmlechner
2018-07-16 22:26 Andreas Sturmlechner
2016-03-31 7:07 Michael Sterrett
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox