Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/garden: garden-1.0.8-r1.ebuild ChangeLog
Date: Sun, 30 Jun 2013 07:05:36
Message-Id: 20130630070530.E8F412171D@flycatcher.gentoo.org
1 slyfox 13/06/30 07:05:30
2
3 Modified: ChangeLog
4 Added: garden-1.0.8-r1.ebuild
5 Log:
6 Fixed endless cofigure loop when /bin/sh=dash (bug #475248).
7
8 (Portage version: 2.2.0_alpha182_p1/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
9
10 Revision Changes Path
11 1.9 games-action/garden/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/garden/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/garden/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/garden/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-action/garden/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 22 Jun 2011 16:24:25 -0000 1.8
24 +++ ChangeLog 30 Jun 2013 07:05:30 -0000 1.9
25 @@ -1,6 +1,12 @@
26 # ChangeLog for games-action/garden
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-action/garden/ChangeLog,v 1.8 2011/06/22 16:24:25 tupone Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/games-action/garden/ChangeLog,v 1.9 2013/06/30 07:05:30 slyfox Exp $
31 +
32 +*garden-1.0.8-r1 (30 Jun 2013)
33 +
34 + 30 Jun 2013; Sergei Trofimovich <slyfox@g.o>
35 + +files/garden-1.0.8-drop-AS_INIT.patch, +garden-1.0.8-r1.ebuild:
36 + Fixed endless cofigure loop when /bin/sh=dash (bug #475248).
37
38 22 Jun 2011; Tupone Alfredo <tupone@g.o> garden-1.0.8.ebuild,
39 +files/garden-1.0.8-underlink.patch:
40 @@ -31,4 +37,3 @@
41 12 Apr 2009; Michael Sterrett <mr_bones_@g.o> +metadata.xml,
42 +garden-1.0.6.ebuild:
43 initial commit - ebuild submitted by David Valentim Dias via bug #265726
44 -
45
46
47
48 1.1 games-action/garden/garden-1.0.8-r1.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/garden/garden-1.0.8-r1.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/garden/garden-1.0.8-r1.ebuild?rev=1.1&content-type=text/plain
52
53 Index: garden-1.0.8-r1.ebuild
54 ===================================================================
55 # Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/games-action/garden/garden-1.0.8-r1.ebuild,v 1.1 2013/06/30 07:05:30 slyfox Exp $
58
59 EAPI=5
60 inherit eutils autotools games
61
62 DESCRIPTION="Multiplatform vertical shoot-em-up with non-traditional elements"
63 HOMEPAGE="http://garden.sourceforge.net/"
64 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
65
66 LICENSE="GPL-3"
67 SLOT="0"
68 KEYWORDS="~amd64 ~ppc ~x86"
69 IUSE=""
70
71 DEPEND="<media-libs/allegro-5"
72 RDEPEND="${DEPEND}"
73
74 src_prepare() {
75 epatch "${FILESDIR}"/${P}-underlink.patch
76 epatch "${FILESDIR}"/${P}-drop-AS_INIT.patch #475248
77 eautoreconf
78 }
79
80 src_install() {
81 emake DESTDIR="${D}" install
82 doicon resources/garden.svg
83 make_desktop_entry garden "Garden of coloured lights"
84 dodoc AUTHORS ChangeLog NEWS README
85 prepgamesdirs
86 }