Gentoo Archives: gentoo-commits

From: "Marcus Hanwell (cryos)" <cryos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/easychem: easychem-0.6.ebuild ChangeLog
Date: Sat, 01 Aug 2009 23:21:28
Message-Id: E1MXNtG-0005JQ-CH@stork.gentoo.org
1 cryos 09/08/01 23:21:26
2
3 Modified: easychem-0.6.ebuild ChangeLog
4 Log:
5 Stop pre-stripping files, fixes bug 252034. Thanks to My Th <rei4dan@×××××.com> for the patch.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.10 sci-chemistry/easychem/easychem-0.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/easychem/easychem-0.6.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/easychem/easychem-0.6.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/easychem/easychem-0.6.ebuild?r1=1.9&r2=1.10
14
15 Index: easychem-0.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/easychem/easychem-0.6.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- easychem-0.6.ebuild 21 Apr 2008 06:43:42 -0000 1.9
22 +++ easychem-0.6.ebuild 1 Aug 2009 23:21:26 -0000 1.10
23 @@ -1,6 +1,8 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/easychem/easychem-0.6.ebuild,v 1.9 2008/04/21 06:43:42 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/easychem/easychem-0.6.ebuild,v 1.10 2009/08/01 23:21:26 cryos Exp $
29 +
30 +inherit eutils
31
32 DESCRIPTION="Chemical structure drawing program - focused on presentation."
33 HOMEPAGE="http://easychem.sourceforge.net/"
34 @@ -18,6 +20,12 @@
35 DEPEND="${RDEPEND}
36 dev-util/pkgconfig"
37
38 +src_unpack() {
39 + unpack ${A}
40 + cd "${S}"
41 + epatch "${FILESDIR}/${P}-prestrip.patch"
42 +}
43 +
44 src_compile() {
45 ln -s Makefile.linux Makefile
46 DGS_PATH=/usr/bin DPSTOEDIT_PATH=/usr/bin \
47
48
49
50 1.14 sci-chemistry/easychem/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/easychem/ChangeLog?rev=1.14&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/easychem/ChangeLog?rev=1.14&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/easychem/ChangeLog?r1=1.13&r2=1.14
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/easychem/ChangeLog,v
59 retrieving revision 1.13
60 retrieving revision 1.14
61 diff -u -r1.13 -r1.14
62 --- ChangeLog 21 Apr 2008 01:46:50 -0000 1.13
63 +++ ChangeLog 1 Aug 2009 23:21:26 -0000 1.14
64 @@ -1,6 +1,11 @@
65 # ChangeLog for sci-chemistry/easychem
66 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/easychem/ChangeLog,v 1.13 2008/04/21 01:46:50 je_fro Exp $
68 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
69 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/easychem/ChangeLog,v 1.14 2009/08/01 23:21:26 cryos Exp $
70 +
71 + 01 Aug 2009; Marcus D. Hanwell <cryos@g.o> easychem-0.6.ebuild,
72 + +files/easychem-0.6-prestrip.patch:
73 + Stop pre-stripping files, fixes bug 252034. Thanks to My Th
74 + <rei4dan@×××××.com> for the patch.
75
76 21 Apr 2008; Jeff Gardner <je_fro@g.o> easychem-0.6.ebuild:
77 Fix RDEPEND for bug #217278