diff options
author | 2012-02-06 15:04:26 +0100 | |
---|---|---|
committer | 2012-02-06 15:04:26 +0100 | |
commit | a9b51b875b10f813e55ef4e679c71f76034c8856 (patch) | |
tree | 5a01f2aae9bc15f4963f79845c8925b482560c00 /dev-ml | |
parent | sci-biology/sra_sdk-2.1.9: version bump and almost correct DESTDIR patch (diff) | |
download | sci-a9b51b875b10f813e55ef4e679c71f76034c8856.tar.gz sci-a9b51b875b10f813e55ef4e679c71f76034c8856.tar.bz2 sci-a9b51b875b10f813e55ef4e679c71f76034c8856.zip |
dev-ml/ocamlgraph: version bump
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocamlgraph/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ocamlgraph/Manifest | 6 | ||||
-rw-r--r-- | dev-ml/ocamlgraph/ocamlgraph-1.8.1.ebuild (renamed from dev-ml/ocamlgraph/ocamlgraph-1.7.ebuild) | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-ml/ocamlgraph/ChangeLog b/dev-ml/ocamlgraph/ChangeLog index 666d4fd4d..77af5a4ef 100644 --- a/dev-ml/ocamlgraph/ChangeLog +++ b/dev-ml/ocamlgraph/ChangeLog @@ -2,8 +2,9 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ - 24 Jun 2011; Justin Lecher <jlec@gentoo.org> ocamlgraph-1.7.ebuild: - Sort inherit and/or USE + 21 Dec 2011; J.-C. Demay <jcdemay@gmail.com> + -ocamlgraph-1.7.ebuild, +ocamlgraph-1.8.1.ebuild: + version bump 06 May 2011; J.-C. Demay <jcdemay@gmail.com> -ocamlgraph-1.6.ebuild, +ocamlgraph-1.7.ebuild: diff --git a/dev-ml/ocamlgraph/Manifest b/dev-ml/ocamlgraph/Manifest index ec93d3815..840440542 100644 --- a/dev-ml/ocamlgraph/Manifest +++ b/dev-ml/ocamlgraph/Manifest @@ -1 +1,5 @@ -DIST ocamlgraph-1.7.tar.gz 236906 RMD160 5006095e66f5f552b187a1b37b760dbaae88bd0e SHA1 fb15adbcdc5d258b733eec32a69f9db0c2f7581d SHA256 ec5e79a441ea575b50c9301824917e82738ed712a9e5bcf4aa6bea018eff60c6 +AUX ocamlgraph-makefile.patch 1564 RMD160 f1a4949963658165492b67d456ff57b40af1608e SHA1 963e31c341579f9417eb46dd61a6851d7c27d3dd SHA256 c36612f740033a3d158f5d2a458697b1a41dacf2d1964484c1fd0c0f39fd276b +DIST ocamlgraph-1.8.1.tar.gz 252502 RMD160 11022fc8893234ff46f154089f992fae0a8ccf97 SHA1 1eac55604956f566f525c3e043188d626d1924ce SHA256 ba6388ffc2c15139b0f26330ef6dd922f0ff0f364eee99a3202bf1cd93512b43 +EBUILD ocamlgraph-1.8.1.ebuild 946 RMD160 ffc6d09472a06a1cd865774f76f7f2d12f91447d SHA1 8b24849145a9992fe2b01e7de4cb82b1bbe71a65 SHA256 3104cc843432da702894afbf1442365be3ab7da6893e4e35e64076474f17b37d +MISC ChangeLog 838 RMD160 ff10a4a542b3e83df3f29aea3e4c64bbadee2c9c SHA1 33f6bcfb179336d94d644718d4ecc5cfb5f18aa3 SHA256 0ac100779d2cbfd109c9f5a571a244fad1fb77761960b6b5b55fd14736800b1c +MISC metadata.xml 1387 RMD160 8fc86d9fb0b1ae585c9ed9c8cca5a47416ea1a2c SHA1 654c9811c01e785f5a6c3ea31a5a15c0f90f3634 SHA256 2a242778c24a7fb97cce396194c7e5813d1cb9f9a12f3d00a1fc8bdfad988cbf diff --git a/dev-ml/ocamlgraph/ocamlgraph-1.7.ebuild b/dev-ml/ocamlgraph/ocamlgraph-1.8.1.ebuild index b880e944d..344e23a92 100644 --- a/dev-ml/ocamlgraph/ocamlgraph-1.7.ebuild +++ b/dev-ml/ocamlgraph/ocamlgraph-1.8.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" -inherit autotools eutils +inherit eutils autotools DESCRIPTION="A graph library for Objective Caml" HOMEPAGE="http://ocamlgraph.lri.fr/" |