public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-astronomy/galaxy: metadata.xml galaxy-2.1.ebuild ChangeLog galaxy-2.0.ebuild
@ 2012-08-05 17:53 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2012-08-05 17:53 UTC (permalink / raw
  To: gentoo-commits

bicatali    12/08/05 17:53:57

  Modified:             metadata.xml galaxy-2.1.ebuild ChangeLog
  Removed:              galaxy-2.0.ebuild
  Log:
  Links with posix threads, fixed for prefix, keyword amd64-linux, x86-linux, removed old
  
  (Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sci-astronomy/galaxy/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/galaxy/metadata.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/galaxy/metadata.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/galaxy/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml	4 Aug 2011 18:30:46 -0000	1.2
+++ metadata.xml	5 Aug 2012 17:53:57 -0000	1.3
@@ -1,14 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>sci-astronomy</herd>
-	<maintainer>
-		<email>xarthisius@gentoo.org</email>
-		<name>Kacper Kowalik</name>
-	</maintainer>
-	<longdescription lang="en">
-		Stellar simulation program. Watch a few stars move around each-other, 
-		accelerated by their mutual attractions, or watch thousands of random 
-		stars evolve into a spiral galaxy.
-	</longdescription>
+<herd>sci-astronomy</herd>
+<maintainer>
+  <email>xarthisius@gentoo.org</email>
+  <name>Kacper Kowalik</name>
+</maintainer>
+<longdescription lang="en">
+  Stellar simulation program. Watch a few stars move around each-other, 
+  accelerated by their mutual attractions, or watch thousands of random 
+  stars evolve into a spiral galaxy.
+</longdescription>
 </pkgmetadata>



1.2                  sci-astronomy/galaxy/galaxy-2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/galaxy/galaxy-2.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/galaxy/galaxy-2.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/galaxy/galaxy-2.1.ebuild?r1=1.1&r2=1.2

Index: galaxy-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/galaxy-2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- galaxy-2.1.ebuild	2 Feb 2012 11:22:26 -0000	1.1
+++ galaxy-2.1.ebuild	5 Aug 2012 17:53:57 -0000	1.2
@@ -1,18 +1,21 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/galaxy-2.1.ebuild,v 1.1 2012/02/02 11:22:26 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/galaxy-2.1.ebuild,v 1.2 2012/08/05 17:53:57 bicatali Exp $
 
 EAPI=4
 
-inherit fdo-mime toolchain-funcs
+inherit fdo-mime toolchain-funcs flag-o-matic
 
-DESCRIPTION="stellar simulation program"
-HOMEPAGE="http://kornelix.squarespace.com/galaxy/"
-SRC_URI="http://kornelix.squarespace.com/storage/downloads/${P}.tar.gz"
+# probably change every release
+PID="1/3/0/3/13035936"
+
+DESCRIPTION="Stellar simulation program"
+HOMEPAGE="http://www.kornelix.com/galaxy.html"
+SRC_URI="http://www.kornelix.com/uploads/${PID}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND="x11-libs/gtk+:3"
@@ -21,6 +24,8 @@
 
 pkg_setup() {
 	tc-export CXX
+	append-ldflags -pthread
+	export PREFIX="${EPREFIX}/usr"
 }
 
 src_prepare() {



1.7                  sci-astronomy/galaxy/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/galaxy/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/galaxy/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/galaxy/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	2 Feb 2012 11:22:26 -0000	1.6
+++ ChangeLog	5 Aug 2012 17:53:57 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for sci-astronomy/galaxy
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/ChangeLog,v 1.6 2012/02/02 11:22:26 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/ChangeLog,v 1.7 2012/08/05 17:53:57 bicatali Exp $
+
+  05 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> -galaxy-2.0.ebuild,
+  galaxy-2.1.ebuild, metadata.xml:
+  Links with posix threads, fixed for prefix, keyword amd64-linux, x86-linux,
+  removed old
 
 *galaxy-2.1 (02 Feb 2012)
 
@@ -28,4 +33,3 @@
   +files/galaxy-1.8-gentoo.patch, +metadata.xml:
   New ebuild for galaxy. Ebuild written by Juan Pablo Lassala. Fixes bug
   321719
-





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

only message in thread, other threads:[~2012-08-05 17:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-05 17:53 [gentoo-commits] gentoo-x86 commit in sci-astronomy/galaxy: metadata.xml galaxy-2.1.ebuild ChangeLog galaxy-2.0.ebuild Sebastien Fabbro (bicatali)

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