diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-02-07 18:47:55 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-02-07 18:47:55 +0000 |
commit | 504fcf733bfe20371d2c8836c696671f154a6e24 (patch) | |
tree | f1d2da4e287bbd3164bc5e606a1807e175332e49 /dev-ml/comparelib | |
parent | unmask karlyriceditor 1.4, its fine now with older ffmpeg (diff) | |
download | gentoo-2-504fcf733bfe20371d2c8836c696671f154a6e24.tar.gz gentoo-2-504fcf733bfe20371d2c8836c696671f154a6e24.tar.bz2 gentoo-2-504fcf733bfe20371d2c8836c696671f154a6e24.zip |
version bump, eapi 5, add subslot and := deps
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/comparelib')
-rw-r--r-- | dev-ml/comparelib/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ml/comparelib/comparelib-109.07.00.ebuild | 22 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-ml/comparelib/ChangeLog b/dev-ml/comparelib/ChangeLog index e92bf6bf4f61..f993020736f4 100644 --- a/dev-ml/comparelib/ChangeLog +++ b/dev-ml/comparelib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ml/comparelib -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/comparelib/ChangeLog,v 1.2 2012/10/17 12:12:59 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/comparelib/ChangeLog,v 1.3 2013/02/07 18:47:55 aballier Exp $ + +*comparelib-109.07.00 (07 Feb 2013) + + 07 Feb 2013; Alexis Ballier <aballier@gentoo.org> + +comparelib-109.07.00.ebuild: + version bump, eapi 5, add subslot and := deps 17 Oct 2012; Alexis Ballier <aballier@gentoo.org> comparelib-108.07.01.ebuild: diff --git a/dev-ml/comparelib/comparelib-109.07.00.ebuild b/dev-ml/comparelib/comparelib-109.07.00.ebuild new file mode 100644 index 000000000000..ec1672b957fe --- /dev/null +++ b/dev-ml/comparelib/comparelib-109.07.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.07.00.ebuild,v 1.1 2013/02/07 18:47:55 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-3.0.5:=" +RDEPEND="${DEPEND}" + +DOCS=( "README.txt" ) |