diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-02-07 19:06:47 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-02-07 19:06:47 +0000 |
commit | 59577861e28ebeecc7ef29c7c68026ca3c526fc8 (patch) | |
tree | 6b002cf3f02a09fd7aff76fe9a6b09efb24a240a /dev-ml | |
parent | version bump, eapi 5, add subslots and := deps (diff) | |
download | gentoo-2-59577861e28ebeecc7ef29c7c68026ca3c526fc8.tar.gz gentoo-2-59577861e28ebeecc7ef29c7c68026ca3c526fc8.tar.bz2 gentoo-2-59577861e28ebeecc7ef29c7c68026ca3c526fc8.zip |
version bump, eapi 5, add subslots and := deps
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/sexplib/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ml/sexplib/sexplib-109.07.00.ebuild | 25 |
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-ml/sexplib/ChangeLog b/dev-ml/sexplib/ChangeLog index 8f4f161b4609..90a47b381d7e 100644 --- a/dev-ml/sexplib/ChangeLog +++ b/dev-ml/sexplib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/sexplib -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/ChangeLog,v 1.20 2012/10/17 12:15:21 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/ChangeLog,v 1.21 2013/02/07 19:06:47 aballier Exp $ + +*sexplib-109.07.00 (07 Feb 2013) + + 07 Feb 2013; Alexis Ballier <aballier@gentoo.org> +sexplib-109.07.00.ebuild: + version bump, eapi 5, add subslots and := deps 17 Oct 2012; Alexis Ballier <aballier@gentoo.org> sexplib-108.07.01.ebuild: Mirror the distfile, upstream one fails to fetch, bug #438610 by Nick Bowler diff --git a/dev-ml/sexplib/sexplib-109.07.00.ebuild b/dev-ml/sexplib/sexplib-109.07.00.ebuild new file mode 100644 index 000000000000..f0ff3aa4ce53 --- /dev/null +++ b/dev-ml/sexplib/sexplib-109.07.00.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/sexplib-109.07.00.ebuild,v 1.1 2013/02/07 19:06:47 aballier Exp $ + +EAPI=5 + +OASIS_BUILD_DOCS=1 +OASIS_BUILD_TESTS=1 + +inherit oasis + +DESCRIPTION="Library for automated conversion of OCaml-values to and from S-expressions" +HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home" +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" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-ml/type-conv-108.00.01:=" +DEPEND="${RDEPEND}" + +DOCS=( "README.md" "CHANGES.txt" ) |