public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-server/greenhouse: greenhouse-1.0.1.ebuild ChangeLog
@ 2008-05-04  3:37 Josh Glover (jmglov)
  0 siblings, 0 replies; only message in thread
From: Josh Glover (jmglov) @ 2008-05-04  3:37 UTC (permalink / raw
  To: gentoo-commits

jmglov      08/05/04 03:37:07

  Modified:             greenhouse-1.0.1.ebuild ChangeLog
  Log:
  bug # 217901 (submitted by Alex Rostovtsev <tetromino@gmail.com>): fixed deps, added ~amd64 to keywords, using newbin to install
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.2                  games-server/greenhouse/greenhouse-1.0.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-server/greenhouse/greenhouse-1.0.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-server/greenhouse/greenhouse-1.0.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-server/greenhouse/greenhouse-1.0.1.ebuild?r1=1.1&r2=1.2

Index: greenhouse-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-server/greenhouse/greenhouse-1.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- greenhouse-1.0.1.ebuild	13 Apr 2008 07:26:38 -0000	1.1
+++ greenhouse-1.0.1.ebuild	4 May 2008 03:37:06 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/greenhouse/greenhouse-1.0.1.ebuild,v 1.1 2008/04/13 07:26:38 jmglov Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-server/greenhouse/greenhouse-1.0.1.ebuild,v 1.2 2008/05/04 03:37:06 jmglov Exp $
 
 inherit eutils
 
@@ -10,15 +10,27 @@
 
 LICENSE="Greenhouse"
 SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="-* ~amd64 ~x86"
 
 IUSE=""
 
-# Greenhouse is statically linked, so it has no external dependencies
-# and should not be stripped
+# Greenhouse should not be stripped
 RESTRICT="strip"
 DEPEND=""
-RDEPEND=""
+RDEPEND="x86? (
+		>=dev-libs/glib-2
+		media-libs/libpng
+		sys-libs/zlib
+		>=x11-libs/gtk+-2
+		x11-libs/libX11
+		x11-libs/libXinerama
+		x11-libs/pango
+	)
+	amd64? (
+		app-emulation/emul-linux-x86-baselibs
+		app-emulation/emul-linux-x86-gtklibs
+		app-emulation/emul-linux-x86-xlibs
+	)"
 
 #S="${WORKDIR}/${P}"
 
@@ -27,6 +39,5 @@
 }
 
 src_install() {
-	mv DownloaderLin ${PN}
-	dobin ${PN}
+	newbin DownloaderLin ${PN}
 }



1.2                  games-server/greenhouse/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-server/greenhouse/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-server/greenhouse/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-server/greenhouse/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-server/greenhouse/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	13 Apr 2008 07:26:38 -0000	1.1
+++ ChangeLog	4 May 2008 03:37:06 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for games-server/greenhouse
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/greenhouse/ChangeLog,v 1.1 2008/04/13 07:26:38 jmglov Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-server/greenhouse/ChangeLog,v 1.2 2008/05/04 03:37:06 jmglov Exp $
+
+  04 May 2008; Josh Glover <jmglov@gentoo.org> greenhouse-1.0.1.ebuild:
+  bug # 217901 (submitted by Alex Rostovtsev <tetromino@gmail.com>): fixed
+  deps, added ~amd64 to keywords, using newbin to install
 
 *greenhouse-1.0.1 (13 Apr 2008)
 



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-04  3:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-04  3:37 [gentoo-commits] gentoo-x86 commit in games-server/greenhouse: greenhouse-1.0.1.ebuild ChangeLog Josh Glover (jmglov)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox