Gentoo Archives: gentoo-commits

From: "Jeffrey Gardner (je_fro)" <je_fro@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/gperiodic: gperiodic-2.0.7.ebuild
Date: Mon, 21 Apr 2008 01:58:33
Message-Id: E1JnlId-00033W-2M@stork.gentoo.org
1 je_fro 08/04/21 01:58:31
2
3 Modified: gperiodic-2.0.7.ebuild
4 Log:
5 Fix RDEPEND for bug #217278
6 (Portage version: 2.1.5_rc5)
7
8 Revision Changes Path
9 1.5 sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild?r1=1.4&r2=1.5
14
15 Index: gperiodic-2.0.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- gperiodic-2.0.7.ebuild 5 Jan 2007 17:10:53 -0000 1.4
22 +++ gperiodic-2.0.7.ebuild 21 Apr 2008 01:58:30 -0000 1.5
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2005 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild,v 1.4 2007/01/05 17:10:53 kugelfang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild,v 1.5 2008/04/21 01:58:30 je_fro Exp $
29
30 inherit toolchain-funcs
31
32 @@ -13,11 +13,13 @@
33 LICENSE="GPL-2"
34 IUSE="nls"
35
36 -DEPEND=">=sys-libs/ncurses-5.2
37 +RDEPEND=">=sys-libs/ncurses-5.2
38 =x11-libs/gtk+-2*
39 - >=dev-util/pkgconfig-0.12
40 nls? ( sys-devel/gettext )"
41
42 +DEPEND="${RDEPEND}
43 + dev-util/pkgconfig"
44 +
45 src_compile() {
46 # The author has removed "unnecessary automake/autoconf setup"
47
48 @@ -43,11 +45,11 @@
49 make install || die "make install failed."
50
51 # Fix permissions
52 - chmod 644 ${D}/usr/share/pixmaps/*
53 - chmod 644 ${D}/usr/share/applications/*
54 + chmod 644 "${D}/usr/share/pixmaps/*"
55 + chmod 644 "${D}/usr/share/applications/*"
56
57 # Fix the chemistry category in the .desktop file, bug 97202.
58 - sed -i -e "s|Chemestry|Chemistry|" ${D}/usr/share/applications/gperiodic.desktop
59 + sed -i -e "s|Chemestry|Chemistry|" "${D}/usr/share/applications/gperiodic.desktop"
60
61 # The man page seems to have been removed too.
62 # doman man/gperiodic.1
63
64
65
66 --
67 gentoo-commits@l.g.o mailing list