From 5a334129cdb6e5c4e74a12013cab89e4f6c4c0ea Mon Sep 17 00:00:00 2001 From: Matthieu Sozeau Date: Thu, 30 Sep 2004 18:33:55 +0000 Subject: Stable move (fixes bug #65082) --- dev-ml/pcre-ocaml/ChangeLog | 6 ++++- dev-ml/pcre-ocaml/Manifest | 8 +++---- dev-ml/pcre-ocaml/files/digest-pcre-ocaml-5.03.3 | 1 - dev-ml/pcre-ocaml/pcre-ocaml-5.03.3.ebuild | 30 ------------------------ dev-ml/pcre-ocaml/pcre-ocaml-5.08.1.ebuild | 4 ++-- dev-ml/res/Manifest | 4 ++-- 6 files changed, 12 insertions(+), 41 deletions(-) delete mode 100644 dev-ml/pcre-ocaml/files/digest-pcre-ocaml-5.03.3 delete mode 100644 dev-ml/pcre-ocaml/pcre-ocaml-5.03.3.ebuild 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 -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 diff --git a/dev-ml/res/Manifest b/dev-ml/res/Manifest index c4bc58ed8e13..85e019ce45ce 100644 --- a/dev-ml/res/Manifest +++ b/dev-ml/res/Manifest @@ -1,4 +1,4 @@ -MD5 f3ad0bb50f360ca6601f6eb02fa0f765 res-2.1.1.ebuild 745 +MD5 d4c493cf99f8afd6d99e2a38abf33c3c res-2.1.1.ebuild 751 +MD5 2f8fa7a4be1b2286247c19c2feff5c4e ChangeLog 579 MD5 8b350f19c06fcabf1053b0421b7c3f5a metadata.xml 155 -MD5 14a35ae6b6d5487419e20880d27d31f5 ChangeLog 468 MD5 194f6ec16d8cbbd6478229695c0825c5 files/digest-res-2.1.1 61 -- cgit v1.2.3-65-gdbad