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