summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2014-07-28 18:54:45 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2014-07-28 18:54:45 +0000
commit18d5a3e560ec06facbc1f6a7481d7429fc8381ca (patch)
tree33733ad794a1a9e9cb5db4a380003e7251a58357 /games-action
parentAdd eleeminator plugin to the metapackage (diff)
downloadgentoo-2-18d5a3e560ec06facbc1f6a7481d7429fc8381ca.tar.gz
gentoo-2-18d5a3e560ec06facbc1f6a7481d7429fc8381ca.tar.bz2
gentoo-2-18d5a3e560ec06facbc1f6a7481d7429fc8381ca.zip
old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/garden/ChangeLog5
-rw-r--r--games-action/garden/garden-1.0.8.ebuild30
2 files changed, 4 insertions, 31 deletions
diff --git a/games-action/garden/ChangeLog b/games-action/garden/ChangeLog
index e0a8444f5728..afedc550630d 100644
--- a/games-action/garden/ChangeLog
+++ b/games-action/garden/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/garden
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/garden/ChangeLog,v 1.13 2014/04/13 16:27:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/garden/ChangeLog,v 1.14 2014/07/28 18:54:45 mr_bones_ Exp $
+
+ 28 Jul 2014; Michael Sterrett <mr_bones_@gentoo.org> -garden-1.0.8.ebuild:
+ old
13 Apr 2014; Agostino Sarubbo <ago@gentoo.org> garden-1.0.8-r1.ebuild:
Stable for ppc, wrt bug #505022
diff --git a/games-action/garden/garden-1.0.8.ebuild b/games-action/garden/garden-1.0.8.ebuild
deleted file mode 100644
index f08e37edf105..000000000000
--- a/games-action/garden/garden-1.0.8.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/garden/garden-1.0.8.ebuild,v 1.6 2011/06/22 16:24:25 tupone Exp $
-
-EAPI=2
-inherit eutils 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 ~ppc x86"
-IUSE=""
-
-DEPEND="<media-libs/allegro-5"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-underlink.patch
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- doicon resources/garden.svg
- make_desktop_entry garden "Garden of coloured lights"
- dodoc AUTHORS ChangeLog NEWS README
- prepgamesdirs
-}