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: galaxy-2.0.ebuild ChangeLog galaxy-1.8.ebuild
Date: Wed, 28 Dec 2011 12:14:22
Message-Id: 20111228121411.320A82004B@flycatcher.gentoo.org
1 xarthisius 11/12/28 12:14:11
2
3 Modified: ChangeLog
4 Added: galaxy-2.0.ebuild
5 Removed: galaxy-1.8.ebuild
6 Log:
7 Version bump, drop old
8
9 (Portage version: 2.2.0_alpha83/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.4 sci-astronomy/galaxy/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/galaxy/ChangeLog?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/galaxy/ChangeLog?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/galaxy/ChangeLog?r1=1.3&r2=1.4
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/ChangeLog,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- ChangeLog 4 Aug 2011 18:30:46 -0000 1.3
25 +++ ChangeLog 28 Dec 2011 12:14:11 -0000 1.4
26 @@ -1,6 +1,12 @@
27 # ChangeLog for sci-astronomy/galaxy
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/ChangeLog,v 1.3 2011/08/04 18:30:46 bicatali Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/ChangeLog,v 1.4 2011/12/28 12:14:11 xarthisius Exp $
31 +
32 +*galaxy-2.0 (28 Dec 2011)
33 +
34 + 28 Dec 2011; Kacper Kowalik <xarthisius@g.o> -galaxy-1.8.ebuild,
35 + -files/galaxy-1.8-gentoo.patch, +galaxy-2.0.ebuild:
36 + Version bump, drop old
37
38 04 Aug 2011; Sébastien Fabbro <bicatali@g.o> metadata.xml:
39 Switched herd to sci-astronomy
40
41
42
43 1.1 sci-astronomy/galaxy/galaxy-2.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/galaxy/galaxy-2.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/galaxy/galaxy-2.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: galaxy-2.0.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/galaxy-2.0.ebuild,v 1.1 2011/12/28 12:14:11 xarthisius Exp $
53
54 EAPI=4
55
56 inherit toolchain-funcs
57
58 DESCRIPTION="stellar simulation program"
59 HOMEPAGE="http://kornelix.squarespace.com/galaxy/"
60 SRC_URI="http://kornelix.squarespace.com/storage/downloads/${P}.tar.gz"
61
62 LICENSE="GPL-3"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 DEPEND="x11-libs/gtk+:2
68 x11-misc/xdg-utils"
69 RDEPEND="${DEPEND}"
70
71 pkg_setup() {
72 tc-export CXX
73 }
74
75 src_prepare() {
76 sed -e '/DOCDIR/ s/PROGRAM)/&-\$(VERSION)/g' \
77 -i Makefile || die
78 }