summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Sozeau <mattam@gentoo.org>2004-09-30 18:33:55 +0000
committerMatthieu Sozeau <mattam@gentoo.org>2004-09-30 18:33:55 +0000
commit5a334129cdb6e5c4e74a12013cab89e4f6c4c0ea (patch)
treecbd69be47d07457990b350b2083277a9cc18cc72 /dev-ml/pcre-ocaml
parentMark stable on amd64, closes bug #65082 (diff)
downloadhistorical-5a334129cdb6e5c4e74a12013cab89e4f6c4c0ea.tar.gz
historical-5a334129cdb6e5c4e74a12013cab89e4f6c4c0ea.tar.bz2
historical-5a334129cdb6e5c4e74a12013cab89e4f6c4c0ea.zip
Stable move (fixes bug #65082)
Diffstat (limited to 'dev-ml/pcre-ocaml')
-rw-r--r--dev-ml/pcre-ocaml/ChangeLog6
-rw-r--r--dev-ml/pcre-ocaml/Manifest8
-rw-r--r--dev-ml/pcre-ocaml/files/digest-pcre-ocaml-5.03.31
-rw-r--r--dev-ml/pcre-ocaml/pcre-ocaml-5.03.3.ebuild30
-rw-r--r--dev-ml/pcre-ocaml/pcre-ocaml-5.08.1.ebuild4
5 files changed, 10 insertions, 39 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/Manifest b/dev-ml/pcre-ocaml/Manifest
index 742c3853fae1..ff5409ed3135 100644
--- a/dev-ml/pcre-ocaml/Manifest
+++ b/dev-ml/pcre-ocaml/Manifest
@@ -1,8 +1,6 @@
-MD5 a8f562b76ace00097b17d9bc8e089890 ChangeLog 1432
-MD5 845dbbef4eb685e1bfd5f9e13a03f2b8 metadata.xml 225
-MD5 d79bcd045d30d6b8554c1d108737b10c pcre-ocaml-5.08.1.ebuild 680
MD5 847eac9427c12e7c366c254c932482a9 pcre-ocaml-4.33.0.ebuild 881
-MD5 e8d74c96a8157d82e1f7261256db22f0 pcre-ocaml-5.03.3.ebuild 695
+MD5 ad6d585899e9e2ad0bb0a5244eaafa9b ChangeLog 1603
+MD5 845dbbef4eb685e1bfd5f9e13a03f2b8 metadata.xml 225
+MD5 be638dbf7a3b6fc092b776dbb7fc2a5e pcre-ocaml-5.08.1.ebuild 685
MD5 470fb9405cf453447cc8d6d579bec3c6 files/digest-pcre-ocaml-4.33.0 69
-MD5 59cbe47e1fe7bd32f076d946721a9581 files/digest-pcre-ocaml-5.03.3 69
MD5 a42aeedb3caa89bccd455a569ef8604a files/digest-pcre-ocaml-5.08.1 69
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