diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-08 02:59:30 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-08 02:59:30 +0000 |
commit | a90a8fb2fe5008d092d96bcdd4f06f93643bd2b2 (patch) | |
tree | 8fa7b34525adb943bbd92607571ec110b43489ad /dev-ml/pcre-ocaml | |
parent | removed old ~ marked version (diff) | |
download | historical-a90a8fb2fe5008d092d96bcdd4f06f93643bd2b2.tar.gz historical-a90a8fb2fe5008d092d96bcdd4f06f93643bd2b2.tar.bz2 historical-a90a8fb2fe5008d092d96bcdd4f06f93643bd2b2.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'dev-ml/pcre-ocaml')
-rw-r--r-- | dev-ml/pcre-ocaml/Manifest | 4 | ||||
-rw-r--r-- | dev-ml/pcre-ocaml/pcre-ocaml-4.26.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ml/pcre-ocaml/Manifest b/dev-ml/pcre-ocaml/Manifest index 13579450d472..d9c0642815e5 100644 --- a/dev-ml/pcre-ocaml/Manifest +++ b/dev-ml/pcre-ocaml/Manifest @@ -1,6 +1,6 @@ -MD5 8c1b893b9f0ed32e4c85f4adbeb702f6 pcre-ocaml-4.33.0.ebuild 906 -MD5 136641a26464bc4b5c7b552f29a8361a pcre-ocaml-4.26.3.ebuild 827 MD5 2197b81a60ef82002504186eacc526e8 ChangeLog 872 +MD5 0144408ed27919b54d05115a3e702ed0 pcre-ocaml-4.26.3.ebuild 828 +MD5 8c1b893b9f0ed32e4c85f4adbeb702f6 pcre-ocaml-4.33.0.ebuild 906 MD5 32c67c77a9a396590ad29faba1f1b518 pcre-ocaml-5.03.3.ebuild 907 MD5 aec41ffe97cf9b0cd7d6dea307de5aaa files/digest-pcre-ocaml-4.26.3 69 MD5 470fb9405cf453447cc8d6d579bec3c6 files/digest-pcre-ocaml-4.33.0 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 8d277eaf0cd0..30a3203302ee 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. # 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.4 2003/02/13 10:55:14 vapier Exp $ +# $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 $ DESCRIPTION="Perl Compatibility Regular Expressions for OCaml" HOMEPAGE="http://www.ai.univie.ac.at/~markus/home/ocaml_sources.html" @@ -8,7 +8,7 @@ LICENSE="LGPL-2.1" 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} |