Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
cryos 09/08/01 23:21:26
Modified: easychem-0.6.ebuild ChangeLog
Log:
Stop pre-stripping files, fixes bug 252034. Thanks to My Th <rei4dan@...> for the patch.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.10 sci-chemistry/easychem/easychem-0.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/easychem/easychem-0.6.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/easychem/easychem-0.6.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/easychem/easychem-0.6.ebuild?r1=1.9&r2=1.10
Index: easychem-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/easychem/easychem-0.6.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- easychem-0.6.ebuild 21 Apr 2008 06:43:42 -0000 1.9
+++ easychem-0.6.ebuild 1 Aug 2009 23:21:26 -0000 1.10
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/easychem/easychem-0.6.ebuild,v 1.9 2008/04/21 06:43:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/easychem/easychem-0.6.ebuild,v 1.10 2009/08/01 23:21:26 cryos Exp $
+
+inherit eutils
DESCRIPTION="Chemical structure drawing program - focused on presentation."
HOMEPAGE="http://easychem.sourceforge.net/"
@@ -18,6 +20,12 @@
DEPEND="${RDEPEND}
dev-util/pkgconfig"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}/${P}-prestrip.patch"
+}
+
src_compile() {
ln -s Makefile.linux Makefile
DGS_PATH=/usr/bin DPSTOEDIT_PATH=/usr/bin \
1.14 sci-chemistry/easychem/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/easychem/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/easychem/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/easychem/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/easychem/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 21 Apr 2008 01:46:50 -0000 1.13
+++ ChangeLog 1 Aug 2009 23:21:26 -0000 1.14
@@ -1,6 +1,11 @@
# ChangeLog for sci-chemistry/easychem
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/easychem/ChangeLog,v 1.13 2008/04/21 01:46:50 je_fro Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/easychem/ChangeLog,v 1.14 2009/08/01 23:21:26 cryos Exp $
+
+ 01 Aug 2009; Marcus D. Hanwell <cryos@g.o> easychem-0.6.ebuild,
+ +files/easychem-0.6-prestrip.patch:
+ Stop pre-stripping files, fixes bug 252034. Thanks to My Th
+ <rei4dan@...> for the patch.
21 Apr 2008; Jeff Gardner <je_fro@g.o> easychem-0.6.ebuild:
Fix RDEPEND for bug #217278
|
|