summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-ml/pcre-ocaml/ChangeLog9
-rw-r--r--dev-ml/pcre-ocaml/pcre-ocaml-4.26.3.ebuild5
-rw-r--r--dev-ml/pcre-ocaml/pcre-ocaml-4.33.0.ebuild5
-rw-r--r--dev-ml/pcre-ocaml/pcre-ocaml-5.03.3.ebuild5
4 files changed, 13 insertions, 11 deletions
diff --git a/dev-ml/pcre-ocaml/ChangeLog b/dev-ml/pcre-ocaml/ChangeLog
index d4f4575c8ba9..82d51d3825de 100644
--- a/dev-ml/pcre-ocaml/ChangeLog
+++ b/dev-ml/pcre-ocaml/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/pcre-ocaml
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.4 2003/06/20 00:59:25 george Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.5 2004/03/13 19:47:01 mr_bones_ Exp $
+
+ 13 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ pcre-ocaml-4.26.3.ebuild, pcre-ocaml-4.33.0.ebuild,
+ pcre-ocaml-5.03.3.ebuild:
+ Don't assign default to S; header fix
*pcre-ocaml-5.03.3 (19 Jun 2003)
diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-4.26.3.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-4.26.3.ebuild
index 30a3203302ee..46e3fbee23b0 100644
--- a/dev-ml/pcre-ocaml/pcre-ocaml-4.26.3.ebuild
+++ b/dev-ml/pcre-ocaml/pcre-ocaml-4.26.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-4.26.3.ebuild,v 1.5 2003/09/08 02:59:25 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-4.26.3.ebuild,v 1.6 2004/03/13 19:47:01 mr_bones_ Exp $
DESCRIPTION="Perl Compatibility Regular Expressions for OCaml"
HOMEPAGE="http://www.ai.univie.ac.at/~markus/home/ocaml_sources.html"
@@ -10,7 +10,6 @@ DEPEND=">=dev-lang/ocaml-3.04-r1
>=dev-libs/libpcre-3.9-r1"
SRC_URI="http://www.ai.univie.ac.at/~markus/ocaml_sources/pcre-ocaml-4.26.3.tar.bz2"
-S=${WORKDIR}/${P}
SLOT="3"
KEYWORDS="x86"
diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-4.33.0.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-4.33.0.ebuild
index afb724a3f08f..785eea7a4ad3 100644
--- a/dev-ml/pcre-ocaml/pcre-ocaml-4.33.0.ebuild
+++ b/dev-ml/pcre-ocaml/pcre-ocaml-4.33.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-4.33.0.ebuild,v 1.2 2003/09/08 03:01:53 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-4.33.0.ebuild,v 1.3 2004/03/13 19:47:01 mr_bones_ Exp $
DESCRIPTION="Perl Compatibility Regular Expressions for O'Caml"
HOMEPAGE="http://www.ai.univie.ac.at/~markus/home/ocaml_sources.html"
@@ -11,7 +11,6 @@ DEPEND=">=dev-lang/ocaml-3.04-r1
>=dev-ml/findlib-0.8"
SRC_URI="http://www.oefai.at/~markus/ocaml_sources/${P}.tar.bz2"
-S=${WORKDIR}/${P}
SLOT="3"
KEYWORDS="x86"
diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-5.03.3.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-5.03.3.ebuild
index 0f335f915f0c..285a1223e33c 100644
--- a/dev-ml/pcre-ocaml/pcre-ocaml-5.03.3.ebuild
+++ b/dev-ml/pcre-ocaml/pcre-ocaml-5.03.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.2 2003/09/08 03:01:53 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.03.3.ebuild,v 1.3 2004/03/13 19:47:01 mr_bones_ Exp $
DESCRIPTION="Perl Compatibility Regular Expressions for O'Caml"
HOMEPAGE="http://www.ai.univie.ac.at/~markus/home/ocaml_sources.html"
@@ -11,7 +11,6 @@ DEPEND=">=dev-lang/ocaml-3.06-r1
>=dev-ml/findlib-0.8"
SRC_URI="http://www.oefai.at/~markus/ocaml_sources/${P}.tar.bz2"
-S=${WORKDIR}/${P}
SLOT="3"
KEYWORDS="~x86"