summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2009-08-01 23:21:26 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2009-08-01 23:21:26 +0000
commite5079d09fa83c7fbe3bd1c9ffce255d416702ac6 (patch)
treede08d163f9b0d721c2e9434ebaf5634e808ace5c /sci-chemistry/easychem/easychem-0.6.ebuild
parentUse -j1 for make. Bug #279968. (diff)
downloadgentoo-2-e5079d09fa83c7fbe3bd1c9ffce255d416702ac6.tar.gz
gentoo-2-e5079d09fa83c7fbe3bd1c9ffce255d416702ac6.tar.bz2
gentoo-2-e5079d09fa83c7fbe3bd1c9ffce255d416702ac6.zip
Stop pre-stripping files, fixes bug 252034. Thanks to My Th <rei4dan@gmail.com> for the patch.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/easychem/easychem-0.6.ebuild')
-rw-r--r--sci-chemistry/easychem/easychem-0.6.ebuild12
1 files changed, 10 insertions, 2 deletions
diff --git a/sci-chemistry/easychem/easychem-0.6.ebuild b/sci-chemistry/easychem/easychem-0.6.ebuild
index 3b4cc7744ab6..4417d699e104 100644
--- a/sci-chemistry/easychem/easychem-0.6.ebuild
+++ b/sci-chemistry/easychem/easychem-0.6.ebuild
@@ -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 @@ RDEPEND=">=x11-libs/gtk+-2.4.1
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 \