summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-12-20 22:30:08 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-21 02:30:10 +0100
commit20c0b2c677f83dcd9d210ba3db9b7ef8a788156f (patch)
treee030f83f225d8a56cf9a5408ea3aa76014fe7cac /games-action
parentgames-action/formido: Remove old (diff)
downloadgentoo-20c0b2c677f83dcd9d210ba3db9b7ef8a788156f.tar.gz
gentoo-20c0b2c677f83dcd9d210ba3db9b7ef8a788156f.tar.bz2
gentoo-20c0b2c677f83dcd9d210ba3db9b7ef8a788156f.zip
games-action/garden: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-action')
-rw-r--r--games-action/garden/Manifest1
-rw-r--r--games-action/garden/garden-1.0.8-r1.ebuild47
-rw-r--r--games-action/garden/garden-1.0.9.ebuild51
3 files changed, 0 insertions, 99 deletions
diff --git a/games-action/garden/Manifest b/games-action/garden/Manifest
index dbaabaf7b098..9135b17462da 100644
--- a/games-action/garden/Manifest
+++ b/games-action/garden/Manifest
@@ -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
index 409c1ad93d6a..000000000000
--- a/games-action/garden/garden-1.0.8-r1.ebuild
+++ /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
index ebcda15b19ae..000000000000
--- a/games-action/garden/garden-1.0.9.ebuild
+++ /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
-}