aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-ml/ocamlgraph/ChangeLog3
-rw-r--r--dev-ml/ocamlgraph/Manifest14
-rw-r--r--dev-ml/ocamlgraph/ocamlgraph-1.7.ebuild4
3 files changed, 17 insertions, 4 deletions
diff --git a/dev-ml/ocamlgraph/ChangeLog b/dev-ml/ocamlgraph/ChangeLog
index 614ac4897..666d4fd4d 100644
--- a/dev-ml/ocamlgraph/ChangeLog
+++ b/dev-ml/ocamlgraph/ChangeLog
@@ -2,6 +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
+
06 May 2011; J.-C. Demay <jcdemay@gmail.com>
-ocamlgraph-1.6.ebuild, +ocamlgraph-1.7.ebuild:
version bump
diff --git a/dev-ml/ocamlgraph/Manifest b/dev-ml/ocamlgraph/Manifest
index f65add3f5..838fb41ab 100644
--- a/dev-ml/ocamlgraph/Manifest
+++ b/dev-ml/ocamlgraph/Manifest
@@ -1,5 +1,15 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
AUX ocamlgraph-makefile.patch 1564 RMD160 f1a4949963658165492b67d456ff57b40af1608e SHA1 963e31c341579f9417eb46dd61a6851d7c27d3dd SHA256 c36612f740033a3d158f5d2a458697b1a41dacf2d1964484c1fd0c0f39fd276b
DIST ocamlgraph-1.7.tar.gz 236906 RMD160 5006095e66f5f552b187a1b37b760dbaae88bd0e SHA1 fb15adbcdc5d258b733eec32a69f9db0c2f7581d SHA256 ec5e79a441ea575b50c9301824917e82738ed712a9e5bcf4aa6bea018eff60c6
-EBUILD ocamlgraph-1.7.ebuild 946 RMD160 ffc6d09472a06a1cd865774f76f7f2d12f91447d SHA1 8b24849145a9992fe2b01e7de4cb82b1bbe71a65 SHA256 3104cc843432da702894afbf1442365be3ab7da6893e4e35e64076474f17b37d
-MISC ChangeLog 723 RMD160 b8622b05f277d617a8e9aa2d971c368afe5a4ae8 SHA1 81d2a7debf92a70fdd26521d8b33fb70c0f3da7d SHA256 d9fbce1b2d7dfb07e40f8fee0ad3ab9262e86c763b17b77e81e50363fc115106
+EBUILD ocamlgraph-1.7.ebuild 946 RMD160 9099cbe28ec43ac93867284cc0f41b626371e729 SHA1 4e2c003202aca2d63771e295a0723980c41d8d5f SHA256 c9b4f1f9bb65817d9e946ae1c5c2c5d129d87a14ed73d7743bfd9d829ec6631f
+MISC ChangeLog 820 RMD160 4a3a571fcaa89d18eb07427ba30c339c60168771 SHA1 b395e312ae1bd1c0385d09d2396aee235937ebf0 SHA256 a900532779edacd3ef37637fd0922e677c7827cec5a28fec2b068fd97da98c2d
MISC metadata.xml 1387 RMD160 8fc86d9fb0b1ae585c9ed9c8cca5a47416ea1a2c SHA1 654c9811c01e785f5a6c3ea31a5a15c0f90f3634 SHA256 2a242778c24a7fb97cce396194c7e5813d1cb9f9a12f3d00a1fc8bdfad988cbf
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iEYEARECAAYFAk4EfxwACgkQgAnW8HDreRYgJACguE7X9LjDF29Y3MyOq2mnlLJ6
+TOYAn3AjEcO3ToZ5koukm+cSTVPj4y8w
+=OqPu
+-----END PGP SIGNATURE-----
diff --git a/dev-ml/ocamlgraph/ocamlgraph-1.7.ebuild b/dev-ml/ocamlgraph/ocamlgraph-1.7.ebuild
index 344e23a92..b880e944d 100644
--- a/dev-ml/ocamlgraph/ocamlgraph-1.7.ebuild
+++ b/dev-ml/ocamlgraph/ocamlgraph-1.7.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
-inherit eutils autotools
+inherit autotools eutils
DESCRIPTION="A graph library for Objective Caml"
HOMEPAGE="http://ocamlgraph.lri.fr/"