summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2014-10-29 09:11:11 +0000
committerAlexis Ballier <aballier@gentoo.org>2014-10-29 09:11:11 +0000
commit2c86c14b05b10c8272fffa56fa236ac955f3e8b4 (patch)
treefe5fd28f5f59361abdbae8bb0974f3c29da19160 /dev-ml/dose3
parentinitial import, ebuild by OGINO Masanori & Guillaume Horel in bug #497184 wi... (diff)
downloadgentoo-2-2c86c14b05b10c8272fffa56fa236ac955f3e8b4.tar.gz
gentoo-2-2c86c14b05b10c8272fffa56fa236ac955f3e8b4.tar.bz2
gentoo-2-2c86c14b05b10c8272fffa56fa236ac955f3e8b4.zip
do not prestrip files
Signed-off-by: aballier@gentoo.org (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/dose3')
-rw-r--r--dev-ml/dose3/ChangeLog8
-rw-r--r--dev-ml/dose3/dose3-3.3_beta2-r2.ebuild (renamed from dev-ml/dose3/dose3-3.3_beta2-r1.ebuild)6
2 files changed, 12 insertions, 2 deletions
diff --git a/dev-ml/dose3/ChangeLog b/dev-ml/dose3/ChangeLog
index 1461317345f6..08acddaf1e30 100644
--- a/dev-ml/dose3/ChangeLog
+++ b/dev-ml/dose3/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ml/dose3
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/dose3/ChangeLog,v 1.2 2014/10/29 08:08:47 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/dose3/ChangeLog,v 1.3 2014/10/29 09:11:11 aballier Exp $
+
+*dose3-3.3_beta2-r2 (29 Oct 2014)
+
+ 29 Oct 2014; Alexis Ballier <aballier@gentoo.org> -dose3-3.3_beta2-r1.ebuild,
+ +dose3-3.3_beta2-r2.ebuild:
+ do not prestrip files
*dose3-3.3_beta2-r1 (29 Oct 2014)
diff --git a/dev-ml/dose3/dose3-3.3_beta2-r1.ebuild b/dev-ml/dose3/dose3-3.3_beta2-r2.ebuild
index 0c6110360bed..2f70d4486491 100644
--- a/dev-ml/dose3/dose3-3.3_beta2-r1.ebuild
+++ b/dev-ml/dose3/dose3-3.3_beta2-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/dose3/dose3-3.3_beta2-r1.ebuild,v 1.1 2014/10/29 08:08:47 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/dose3/dose3-3.3_beta2-r2.ebuild,v 1.1 2014/10/29 09:11:11 aballier Exp $
EAPI=5
@@ -33,6 +33,10 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${MY_P}"
+src_prepare() {
+ sed -e 's/INSTALLOPTS=-s/INSTALLOPTS=/' -i Makefile.config.in || die
+}
+
src_configure() {
econf \
$(use ocamlopt || echo "--with-bytecodeonly") \