diff options
author | Matthieu Sozeau <mattam@gentoo.org> | 2004-09-30 18:33:55 +0000 |
---|---|---|
committer | Matthieu Sozeau <mattam@gentoo.org> | 2004-09-30 18:33:55 +0000 |
commit | 3a9a15cbe220d1d2b69e4a5a13cafaf7a8f56be3 (patch) | |
tree | b2177a1c5689fd70878160f8c7fa3b89f775584d /dev-ml | |
parent | Mark stable on amd64, closes bug #65082 (Manifest recommit) (diff) | |
download | gentoo-2-3a9a15cbe220d1d2b69e4a5a13cafaf7a8f56be3.tar.gz gentoo-2-3a9a15cbe220d1d2b69e4a5a13cafaf7a8f56be3.tar.bz2 gentoo-2-3a9a15cbe220d1d2b69e4a5a13cafaf7a8f56be3.zip |
Stable move (fixes bug #65082)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/pcre-ocaml/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/pcre-ocaml/files/digest-pcre-ocaml-5.03.3 | 1 | ||||
-rw-r--r-- | dev-ml/pcre-ocaml/pcre-ocaml-5.03.3.ebuild | 30 | ||||
-rw-r--r-- | dev-ml/pcre-ocaml/pcre-ocaml-5.08.1.ebuild | 4 |
4 files changed, 7 insertions, 34 deletions
diff --git a/dev-ml/pcre-ocaml/ChangeLog b/dev-ml/pcre-ocaml/ChangeLog index 363c55f17fe4..6670123c07eb 100644 --- a/dev-ml/pcre-ocaml/ChangeLog +++ b/dev-ml/pcre-ocaml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/pcre-ocaml # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.8 2004/08/21 20:56:24 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.9 2004/09/30 18:33:55 mattam Exp $ + + 30 Sep 2004; Matthieu Sozeau <mattam@gentoo.org> -pcre-ocaml-5.03.3.ebuild, + pcre-ocaml-5.08.1.ebuild: + Stable move (fixes bug #65087 for amd64), remove old version. *pcre-ocaml-5.08.1 (21 Aug 2004) diff --git a/dev-ml/pcre-ocaml/files/digest-pcre-ocaml-5.03.3 b/dev-ml/pcre-ocaml/files/digest-pcre-ocaml-5.03.3 deleted file mode 100644 index 7c29cc925dae..000000000000 --- a/dev-ml/pcre-ocaml/files/digest-pcre-ocaml-5.03.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 22769e475f6750119adc8f6314887a45 pcre-ocaml-5.03.3.tar.bz2 43363 diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-5.03.3.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-5.03.3.ebuild deleted file mode 100644 index b2938612b2e2..000000000000 --- a/dev-ml/pcre-ocaml/pcre-ocaml-5.03.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.03.3.ebuild,v 1.6 2004/08/21 20:56:24 mattam Exp $ - -inherit findlib - -DESCRIPTION="Perl Compatibility Regular Expressions for O'Caml" -HOMEPAGE="http://www.ai.univie.ac.at/~markus/home/ocaml_sources.html" -LICENSE="LGPL-2.1" - -DEPEND=">=dev-lang/ocaml-3.06-r1 - >=dev-libs/libpcre-4.2-r1" - -SRC_URI="http://www.oefai.at/~markus/ocaml_sources/${P}.tar.bz2" - -SLOT="3" - -KEYWORDS="x86 ppc" -IUSE="" - -src_compile() { - emake all || die -} - -src_install () { - findlib_src_install - - # install documentation - dodoc LICENSE README VERSION -} diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-5.08.1.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-5.08.1.ebuild index 17838c055f80..d93cd78279f8 100644 --- a/dev-ml/pcre-ocaml/pcre-ocaml-5.08.1.ebuild +++ b/dev-ml/pcre-ocaml/pcre-ocaml-5.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-ml/pcre-ocaml/pcre-ocaml-5.08.1.ebuild,v 1.1 2004/08/21 20:56:24 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.08.1.ebuild,v 1.2 2004/09/30 18:33:55 mattam Exp $ inherit findlib @@ -13,7 +13,7 @@ DEPEND=">=dev-lang/ocaml-3.07 >=dev-libs/libpcre-4.5" SLOT="0" IUSE="" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc amd64" src_compile() { make all || die |