games-action/garden: Remove old
authorDavid Seifert <soap@gentoo.org>
Wed, 20 Dec 2017 21:30:08 +0000 (22:30 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 21 Dec 2017 01:30:10 +0000 (02:30 +0100)
Package-Manager: Portage-2.3.16, Repoman-2.3.6

games-action/garden/Manifest
games-action/garden/garden-1.0.8-r1.ebuild [deleted file]
games-action/garden/garden-1.0.9.ebuild [deleted file]

index dbaabaf7b098c85544bf87b1ad1dc032d7bd26e5..9135b17462da49a0197bc2268c680741cf09d189 100644 (file)
@@ -1,2 +1 @@
-DIST garden-1.0.8.tar.gz 2666132 BLAKE2B 5964192e859bdebd1db1ec9b1aadeb2947fb2eb15b5c8f943860cef2b0af36bffddc6205b8515724b00708946c1dd02830b15845766334207aaab965fc5c97b5 SHA512 eb3f97853b158633533083ef7c475ff2487b484a1b42be133a22e7842a3abd8e306a5009c4da6a6b0ba2ab10a71c40660da237740fe7b2a0fa6378a9af1de7bd
 DIST garden-1.0.9.tar.gz 2714783 BLAKE2B e6d7c54db88e4683e760f53c2d58f68be7bcde08445dba4edabd85c7d4032f7000225ddfcb3f9f2cbc424216fe03bca5d81f0878be13849bf36a8360b0f4b711 SHA512 e8f52fc0ebf9eaa7933ae1faa5610e8a27a5e7cfc59d033714c4306a53680feeddd52b1fb3050f2d72addba03ee383e71e57eac02270f3d2369aed054a9a9848
diff --git a/games-action/garden/garden-1.0.8-r1.ebuild b/games-action/garden/garden-1.0.8-r1.ebuild
deleted file mode 100644 (file)
index 409c1ad..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils gnome2-utils autotools 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"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="<media-libs/allegro-5"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       epatch \
-               "${FILESDIR}"/${P}-underlink.patch \
-               "${FILESDIR}"/${P}-dash.patch \
-               "${FILESDIR}"/${P}-drop-AS_INIT.patch #475248
-       eautoreconf
-}
-
-src_install() {
-       DOCS="AUTHORS ChangeLog NEWS README" \
-               default
-       doicon -s scalable resources/garden.svg
-       make_desktop_entry garden "Garden of coloured lights"
-       prepgamesdirs
-}
-
-pkg_preinst() {
-       games_pkg_preinst
-       gnome2_icon_savelist
-}
-
-pkg_postinst() {
-       games_pkg_postinst
-       gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-       gnome2_icon_cache_update
-}
diff --git a/games-action/garden/garden-1.0.9.ebuild b/games-action/garden/garden-1.0.9.ebuild
deleted file mode 100644 (file)
index ebcda15..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-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+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="<media-libs/allegro-5"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       epatch \
-               "${FILESDIR}"/${P}-dash.patch \
-               "${FILESDIR}"/${P}-resources.patch
-       # 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() {
-       DOCS="AUTHORS ChangeLog NEWS README" \
-               default
-       doicon -s scalable resources/garden.svg
-       make_desktop_entry garden "Garden of coloured lights"
-       prepgamesdirs
-}
-
-pkg_preinst() {
-       games_pkg_preinst
-       gnome2_icon_savelist
-}
-
-pkg_postinst() {
-       games_pkg_postinst
-       gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-       gnome2_icon_cache_update
-}