diff options
author | Matthieu Sozeau <mattam@gentoo.org> | 2004-10-20 18:02:57 +0000 |
---|---|---|
committer | Matthieu Sozeau <mattam@gentoo.org> | 2004-10-20 18:02:57 +0000 |
commit | d573dbe114144446910473b622a7304a51578830 (patch) | |
tree | 8b5e1e26bc57bef36f5885735b09125a4921fdff /dev-lang | |
parent | moved apache module installs into src_install. Bug 67000. (diff) | |
download | historical-d573dbe114144446910473b622a7304a51578830.tar.gz historical-d573dbe114144446910473b622a7304a51578830.tar.bz2 historical-d573dbe114144446910473b622a7304a51578830.zip |
Changes strip-flags with replace-flags
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ocaml/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/ocaml/Manifest | 8 | ||||
-rw-r--r-- | dev-lang/ocaml/ocaml-3.07-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/ocaml/ocaml-3.08.1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/ocaml/ocaml-3.08.ebuild | 4 |
5 files changed, 16 insertions, 11 deletions
diff --git a/dev-lang/ocaml/ChangeLog b/dev-lang/ocaml/ChangeLog index 6e9853b42ef0..9da8ca6c9ed4 100644 --- a/dev-lang/ocaml/ChangeLog +++ b/dev-lang/ocaml/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/ocaml # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.48 2004/10/12 19:33:45 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.49 2004/10/20 18:02:57 mattam Exp $ + + 20 Oct 2004; Matthieu Sozeau <mattam@gentoo.org> ocaml-3.07-r1.ebuild, + ocaml-3.08.1.ebuild, ocaml-3.08.ebuild: + Changed strip-flags to replace-flags, as advised by Carsten Tschense in bug + #65327. 12 Oct 2004; Matthieu Sozeau <mattam@gentoo.org> ocaml-3.07-r1.ebuild, ocaml-3.08.1.ebuild, ocaml-3.08.ebuild: diff --git a/dev-lang/ocaml/Manifest b/dev-lang/ocaml/Manifest index 24bfdd8c19a8..62a7755286df 100644 --- a/dev-lang/ocaml/Manifest +++ b/dev-lang/ocaml/Manifest @@ -1,8 +1,8 @@ -MD5 96b9380de2f8a19fd1e6642c415c7914 ocaml-3.08.ebuild 2200 -MD5 f89bc9403fe73ab14ba4449c1654dfe3 ocaml-3.08.1.ebuild 2152 +MD5 5f70045ff6c5378cdb7584a28a284dfd ocaml-3.08.ebuild 2212 +MD5 ee6f8cabcd14539add542f634b9226fd ocaml-3.08.1.ebuild 2164 MD5 a345c82ec2955b8bd3d3bbe3fadabe62 ocaml-3.06-r2.ebuild 1660 -MD5 dd266bca6594dcf8adc380367c8234f0 ocaml-3.07-r1.ebuild 2902 -MD5 380b4e05fdfee91d6f28aba03180547b ChangeLog 7918 +MD5 2cf0e0ede75ec84f332c5fce5789a7f1 ocaml-3.07-r1.ebuild 2914 +MD5 34b83569d4085df5767e38bee2335e58 ChangeLog 8122 MD5 8b350f19c06fcabf1053b0421b7c3f5a metadata.xml 155 MD5 4df214d6cd74b3c5955d868879dd6cc7 files/ocaml-3.06-tcltk-8.4compat-patch.bz2 639 MD5 d996b9a852fbfcb0c2d9bddb4896add2 files/ocaml-rebuild.sh 1228 diff --git a/dev-lang/ocaml/ocaml-3.07-r1.ebuild b/dev-lang/ocaml/ocaml-3.07-r1.ebuild index 07f460df2c70..db1b2d3e59a3 100644 --- a/dev-lang/ocaml/ocaml-3.07-r1.ebuild +++ b/dev-lang/ocaml/ocaml-3.07-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.07-r1.ebuild,v 1.25 2004/10/12 19:33:45 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.07-r1.ebuild,v 1.26 2004/10/20 18:02:57 mattam Exp $ inherit flag-o-matic eutils @@ -35,7 +35,7 @@ src_unpack() { src_compile() { filter-flags "-fstack-protector" - strip-flags + replace-flags "-O?" -O2 local myconf use tcltk || myconf="-no-tk" diff --git a/dev-lang/ocaml/ocaml-3.08.1.ebuild b/dev-lang/ocaml/ocaml-3.08.1.ebuild index c61dd2f4fc58..7419a77615a6 100644 --- a/dev-lang/ocaml/ocaml-3.08.1.ebuild +++ b/dev-lang/ocaml/ocaml-3.08.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.08.1.ebuild,v 1.3 2004/10/12 19:33:45 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.08.1.ebuild,v 1.4 2004/10/20 18:02:57 mattam Exp $ inherit flag-o-matic eutils @@ -26,7 +26,7 @@ pkg_setup() { src_compile() { filter-flags "-fstack-protector" - strip-flags + replace-flags "-O?" -O2 local myconf use tcltk || myconf="-no-tk" diff --git a/dev-lang/ocaml/ocaml-3.08.ebuild b/dev-lang/ocaml/ocaml-3.08.ebuild index 33e48715cd05..59e26cd43cff 100644 --- a/dev-lang/ocaml/ocaml-3.08.ebuild +++ b/dev-lang/ocaml/ocaml-3.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.08.ebuild,v 1.7 2004/10/12 19:33:45 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.08.ebuild,v 1.8 2004/10/20 18:02:57 mattam Exp $ inherit flag-o-matic eutils @@ -28,7 +28,7 @@ pkg_setup() { src_compile() { filter-flags "-fstack-protector" - strip-flags + replace-flags "-O?" -O2 local myconf use tcltk || myconf="-no-tk" |