summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-13 19:47:01 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-13 19:47:01 +0000
commite37bce586d3c957d37595fa113d11c66b88f3885 (patch)
tree1244dfc3ee6eb74f68ddf22ee312a87a656d8b64 /dev-ml/pcre-ocaml
parentInitial import. Ebuild submitted by <kamagurka@web.de>. Closing bug #43621. (diff)
downloadhistorical-e37bce586d3c957d37595fa113d11c66b88f3885.tar.gz
historical-e37bce586d3c957d37595fa113d11c66b88f3885.tar.bz2
historical-e37bce586d3c957d37595fa113d11c66b88f3885.zip
Don't assign default to S; header fix
Diffstat (limited to 'dev-ml/pcre-ocaml')
-rw-r--r--dev-ml/pcre-ocaml/ChangeLog9
-rw-r--r--dev-ml/pcre-ocaml/Manifest8
-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
5 files changed, 17 insertions, 15 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/Manifest b/dev-ml/pcre-ocaml/Manifest
index 678c95478565..af308bfd1190 100644
--- a/dev-ml/pcre-ocaml/Manifest
+++ b/dev-ml/pcre-ocaml/Manifest
@@ -1,7 +1,7 @@
-MD5 2197b81a60ef82002504186eacc526e8 ChangeLog 872
-MD5 0144408ed27919b54d05115a3e702ed0 pcre-ocaml-4.26.3.ebuild 828
-MD5 5f62889b62b3b98a96a617b2f3afb33d pcre-ocaml-4.33.0.ebuild 908
-MD5 9a6048714997fff0315e89514d24dee9 pcre-ocaml-5.03.3.ebuild 909
+MD5 29a834b35142fe68590d0c24fd2a1860 ChangeLog 1053
+MD5 43349863911ce075a910143d8f172459 pcre-ocaml-4.26.3.ebuild 811
+MD5 4327dd71ac41bec1af86c5ac66d8b938 pcre-ocaml-4.33.0.ebuild 891
+MD5 71c83dc69e20f6c3759dd56fd2ca4705 pcre-ocaml-5.03.3.ebuild 892
MD5 aec41ffe97cf9b0cd7d6dea307de5aaa files/digest-pcre-ocaml-4.26.3 69
MD5 470fb9405cf453447cc8d6d579bec3c6 files/digest-pcre-ocaml-4.33.0 69
MD5 59cbe47e1fe7bd32f076d946721a9581 files/digest-pcre-ocaml-5.03.3 69
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"