games-action/garden: Remove old

Package-Manager: Portage-2.3.16, Repoman-2.3.6
This commit is contained in:
David Seifert
2017-12-20 22:30:08 +01:00
parent 79ae82762f
commit 20c0b2c677
3 changed files with 0 additions and 99 deletions

View 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

View File

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

View File

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