mr_bones_    15/05/04 21:32:13

  Modified:             garden-1.0.8-r1.ebuild ChangeLog
  Added:                garden-1.0.9.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.6                  games-action/garden/garden-1.0.8-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/garden/garden-1.0.8-r1.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/garden/garden-1.0.8-r1.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/garden/garden-1.0.8-r1.ebuild?r1=1.5&r2=1.6

Index: garden-1.0.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/garden/garden-1.0.8-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- garden-1.0.8-r1.ebuild      13 Apr 2014 16:27:07 -0000      1.5
+++ garden-1.0.8-r1.ebuild      4 May 2015 21:32:13 -0000       1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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-r1.ebuild,v 1.5 
2014/04/13 16:27:07 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-action/garden/garden-1.0.8-r1.ebuild,v 1.6 
2015/05/04 21:32:13 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils gnome2-utils autotools games
@@ -20,15 +20,16 @@
 src_prepare() {
        epatch \
                "${FILESDIR}"/${P}-underlink.patch \
+               "${FILESDIR}"/${P}-dash.patch \
                "${FILESDIR}"/${P}-drop-AS_INIT.patch #475248
        eautoreconf
 }
 
 src_install() {
-       emake DESTDIR="${D}" install
+       DOCS="AUTHORS ChangeLog NEWS README" \
+               default
        doicon -s scalable resources/garden.svg
        make_desktop_entry garden "Garden of coloured lights"
-       dodoc AUTHORS ChangeLog NEWS README
        prepgamesdirs
 }
 



1.15                 games-action/garden/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/garden/ChangeLog?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/garden/ChangeLog?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/garden/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/garden/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   28 Jul 2014 18:54:45 -0000      1.14
+++ ChangeLog   4 May 2015 21:32:13 -0000       1.15
@@ -1,6 +1,14 @@
 # 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.14 
2014/07/28 18:54:45 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/garden/ChangeLog,v 1.15 
2015/05/04 21:32:13 mr_bones_ Exp $
+
+*garden-1.0.9 (04 May 2015)
+
+  04 May 2015; Michael Sterrett <[email protected]>
+  +files/garden-1.0.8-dash.patch, +files/garden-1.0.9-dash.patch,
+  +files/garden-1.0.9-resources.patch, +garden-1.0.9.ebuild,
+  garden-1.0.8-r1.ebuild:
+  version bump
 
   28 Jul 2014; Michael Sterrett <[email protected]> -garden-1.0.8.ebuild:
   old



1.1                  games-action/garden/garden-1.0.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/garden/garden-1.0.9.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/garden/garden-1.0.9.ebuild?rev=1.1&content-type=text/plain

Index: garden-1.0.9.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/garden/garden-1.0.9.ebuild,v 
1.1 2015/05/04 21:32:13 mr_bones_ Exp $

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 ~ppc ~x86"
IUSE=""

DEPEND="<media-libs/allegro-5"
RDEPEND="${DEPEND}"

src_prepare() {
        epatch \
                "${FILESDIR}"/${P}-dash.patch \
                "${FILESDIR}"/${P}-resources.patch
        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
}




Reply via email to