Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-astronomy/galaxy: metadata.xml ChangeLog galaxy-1.8.ebuild
Date: Fri, 28 May 2010 06:42:46
Message-Id: 20100528064243.6003D2CF37@corvid.gentoo.org
1 xarthisius 10/05/28 06:42:43
2
3 Added: metadata.xml ChangeLog galaxy-1.8.ebuild
4 Log:
5 New ebuild for galaxy. Ebuild written by Juan Pablo Lassala. Fixes bug 321719
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sci-astronomy/galaxy/metadata.xml
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/galaxy/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/galaxy/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>sci</herd>
20 <maintainer>
21 <email>xarthisius@g.o</email>
22 <name>Kacper Kowalik</name>
23 </maintainer>
24 <longdescription lang="en">
25 Stellar simulation program. Watch a few stars move around each-other,
26 accelerated by their mutual attractions, or watch thousands of random
27 stars evolve into a spiral galaxy.
28 </longdescription>
29 </pkgmetadata>
30
31
32
33 1.1 sci-astronomy/galaxy/ChangeLog
34
35 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/galaxy/ChangeLog?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/galaxy/ChangeLog?rev=1.1&content-type=text/plain
37
38 Index: ChangeLog
39 ===================================================================
40 # ChangeLog for sci-astronomy/galaxy
41 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
42 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/ChangeLog,v 1.1 2010/05/28 06:42:42 xarthisius Exp $
43
44 *galaxy-1.8 (28 May 2010)
45
46 28 May 2010; Kacper Kowalik <xarthisius@g.o> +galaxy-1.8.ebuild,
47 +files/galaxy-1.8-gentoo.patch, +metadata.xml:
48 New ebuild for galaxy. Ebuild written by Juan Pablo Lassala. Fixes bug
49 321719
50
51
52
53
54 1.1 sci-astronomy/galaxy/galaxy-1.8.ebuild
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/galaxy/galaxy-1.8.ebuild?rev=1.1&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/galaxy/galaxy-1.8.ebuild?rev=1.1&content-type=text/plain
58
59 Index: galaxy-1.8.ebuild
60 ===================================================================
61 # Copyright 1999-2010 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/galaxy-1.8.ebuild,v 1.1 2010/05/28 06:42:42 xarthisius Exp $
64
65 inherit base toolchain-funcs
66
67 DESCRIPTION="stellar simulation program"
68 HOMEPAGE="http://kornelix.squarespace.com/galaxy/"
69 SRC_URI="http://kornelix.squarespace.com/storage/downloads/${P}.tar.gz"
70
71 LICENSE="GPL-3"
72 SLOT="0"
73 KEYWORDS="~amd64 ~x86"
74 IUSE=""
75
76 DEPEND="x11-libs/gtk+"
77 RDEPEND="${DEPEND}
78 x11-misc/xdg-utils"
79
80 PATCHES=( "${FILESDIR}/${P}-gentoo.patch" )
81 DOCS=( "doc/CHANGES" "doc/README" )
82
83 pkg_setup() {
84 tc-export CXX
85 }