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.1.ebuild ChangeLog
Date: Thu, 02 Feb 2012 11:22:42
Message-Id: 20120202112226.F08F02004B@flycatcher.gentoo.org
1 xarthisius 12/02/02 11:22:26
2
3 Modified: ChangeLog
4 Added: galaxy-2.1.ebuild
5 Log:
6 Adding new version that works only with gtk+:3
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.6 sci-astronomy/galaxy/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/galaxy/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/galaxy/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/galaxy/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 28 Dec 2011 12:21:18 -0000 1.5
24 +++ ChangeLog 2 Feb 2012 11:22:26 -0000 1.6
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sci-astronomy/galaxy
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/ChangeLog,v 1.5 2011/12/28 12:21:18 xarthisius Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/ChangeLog,v 1.6 2012/02/02 11:22:26 xarthisius Exp $
31 +
32 +*galaxy-2.1 (02 Feb 2012)
33 +
34 + 02 Feb 2012; Kacper Kowalik <xarthisius@g.o> +galaxy-2.1.ebuild:
35 + Adding new version that works only with gtk+:3
36
37 28 Dec 2011; Kacper Kowalik <xarthisius@g.o> galaxy-2.0.ebuild:
38 Fix deps, use fdo-mime for desktop update
39
40
41
42 1.1 sci-astronomy/galaxy/galaxy-2.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/galaxy/galaxy-2.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/galaxy/galaxy-2.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: galaxy-2.1.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/galaxy-2.1.ebuild,v 1.1 2012/02/02 11:22:26 xarthisius Exp $
52
53 EAPI=4
54
55 inherit fdo-mime toolchain-funcs
56
57 DESCRIPTION="stellar simulation program"
58 HOMEPAGE="http://kornelix.squarespace.com/galaxy/"
59 SRC_URI="http://kornelix.squarespace.com/storage/downloads/${P}.tar.gz"
60
61 LICENSE="GPL-3"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 DEPEND="x11-libs/gtk+:3"
67 RDEPEND="${DEPEND}
68 x11-misc/xdg-utils"
69
70 pkg_setup() {
71 tc-export CXX
72 }
73
74 src_prepare() {
75 sed -e '/DOCDIR/ s/PROGRAM)/&-\$(VERSION)/g' \
76 -e '/xdg-desktop-menu/d' \
77 -i Makefile || die
78 }
79
80 pkg_postinst() {
81 fdo-mime_desktop_database_update
82 }
83
84 pkg_postrm() {
85 fdo-mime_desktop_database_update
86 }