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
-}

Reply via email to