diff options
author | Matthieu Sozeau <mattam@gentoo.org> | 2006-02-04 17:09:05 +0000 |
---|---|---|
committer | Matthieu Sozeau <mattam@gentoo.org> | 2006-02-04 17:09:05 +0000 |
commit | ff21cfc3e3505c548833f44273d77b1899b4083e (patch) | |
tree | 25699192fee60029f67555ed649d61488e14b2a5 /dev-ml | |
parent | Version bump. Remove obsolete version. (diff) | |
download | historical-ff21cfc3e3505c548833f44273d77b1899b4083e.tar.gz historical-ff21cfc3e3505c548833f44273d77b1899b4083e.tar.bz2 historical-ff21cfc3e3505c548833f44273d77b1899b4083e.zip |
Version bump, compat with ocaml-3.09
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocamlgraph/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ml/ocamlgraph/files/digest-ocamlgraph-0.81 | 1 | ||||
-rw-r--r-- | dev-ml/ocamlgraph/files/digest-ocamlgraph-0.95 | 1 | ||||
-rw-r--r-- | dev-ml/ocamlgraph/ocamlgraph-0.95.ebuild (renamed from dev-ml/ocamlgraph/ocamlgraph-0.81.ebuild) | 4 |
4 files changed, 11 insertions, 5 deletions
diff --git a/dev-ml/ocamlgraph/ChangeLog b/dev-ml/ocamlgraph/ChangeLog index 8855eebfcd9e..1bb90032f0fe 100644 --- a/dev-ml/ocamlgraph/ChangeLog +++ b/dev-ml/ocamlgraph/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ml/ocamlgraph -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlgraph/ChangeLog,v 1.1 2005/09/21 19:10:34 mattam Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlgraph/ChangeLog,v 1.2 2006/02/04 17:09:05 mattam Exp $ + +*ocamlgraph-0.95 (04 Feb 2006) + + 04 Feb 2006; Matthieu Sozeau <mattam@gentoo.org> -ocamlgraph-0.81.ebuild, + +ocamlgraph-0.95.ebuild: + Version bump, compatible with ocaml-3.09 *ocamlgraph-0.81 (21 Sep 2005) diff --git a/dev-ml/ocamlgraph/files/digest-ocamlgraph-0.81 b/dev-ml/ocamlgraph/files/digest-ocamlgraph-0.81 deleted file mode 100644 index fdc0b11ea639..000000000000 --- a/dev-ml/ocamlgraph/files/digest-ocamlgraph-0.81 +++ /dev/null @@ -1 +0,0 @@ -MD5 c9592cd99502fd84cee90ca336701635 ocamlgraph-0.81.tar.gz 97467 diff --git a/dev-ml/ocamlgraph/files/digest-ocamlgraph-0.95 b/dev-ml/ocamlgraph/files/digest-ocamlgraph-0.95 new file mode 100644 index 000000000000..f753c40cc5d7 --- /dev/null +++ b/dev-ml/ocamlgraph/files/digest-ocamlgraph-0.95 @@ -0,0 +1 @@ +MD5 1f6d2f2755fb026eed648311e41cc566 ocamlgraph-0.95.tar.gz 95736 diff --git a/dev-ml/ocamlgraph/ocamlgraph-0.81.ebuild b/dev-ml/ocamlgraph/ocamlgraph-0.95.ebuild index 6b8783a0ae62..3ae3d451c8a6 100644 --- a/dev-ml/ocamlgraph/ocamlgraph-0.81.ebuild +++ b/dev-ml/ocamlgraph/ocamlgraph-0.95.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlgraph/ocamlgraph-0.81.ebuild,v 1.1 2005/09/21 19:10:34 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlgraph/ocamlgraph-0.95.ebuild,v 1.1 2006/02/04 17:09:05 mattam Exp $ inherit findlib |