diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-06-10 12:55:42 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-06-10 12:55:42 +0000 |
commit | b1cec9dcb70c70c5fc03e29b905aa0797d2075c8 (patch) | |
tree | f1d24ae019d2c06e5cb6f979d0bba11764c243d8 /dev-ml | |
parent | old (diff) | |
download | gentoo-2-b1cec9dcb70c70c5fc03e29b905aa0797d2075c8.tar.gz gentoo-2-b1cec9dcb70c70c5fc03e29b905aa0797d2075c8.tar.bz2 gentoo-2-b1cec9dcb70c70c5fc03e29b905aa0797d2075c8.zip |
version bump
(Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/comparelib/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/comparelib/comparelib-109.27.00.ebuild | 22 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-ml/comparelib/ChangeLog b/dev-ml/comparelib/ChangeLog index 2fd71c35298a..7a6a63fa4f68 100644 --- a/dev-ml/comparelib/ChangeLog +++ b/dev-ml/comparelib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ml/comparelib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/comparelib/ChangeLog,v 1.7 2013/05/24 15:57:30 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/comparelib/ChangeLog,v 1.8 2013/06/10 12:55:42 aballier Exp $ + +*comparelib-109.27.00 (10 Jun 2013) + + 10 Jun 2013; Alexis Ballier <aballier@gentoo.org> + +comparelib-109.27.00.ebuild: + version bump *comparelib-109.15.00 (24 May 2013) diff --git a/dev-ml/comparelib/comparelib-109.27.00.ebuild b/dev-ml/comparelib/comparelib-109.27.00.ebuild new file mode 100644 index 000000000000..b67296ce2ee0 --- /dev/null +++ b/dev-ml/comparelib/comparelib-109.27.00.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/comparelib/comparelib-109.27.00.ebuild,v 1.1 2013/06/10 12:55:42 aballier Exp $ + +EAPI="5" + +inherit oasis + +DESCRIPTION="Camlp4 syntax extension that derives comparison functions from type representations" +HOMEPAGE="http://www.janestreet.com/ocaml" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz + http://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz" + +LICENSE="LGPL-2.1-with-linking-exception" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=">=dev-ml/type-conv-109.20.00:=" +RDEPEND="${DEPEND}" + +DOCS=( "README.txt" ) |