diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-02-11 02:59:39 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-02-11 02:59:39 +0000 |
commit | e2aeb4db2dd8684e221631a52ecead7e851ce4ad (patch) | |
tree | 09ffab785f1c19265c181bc074b57ca9b06eba30 /dev-ml | |
parent | remove old patches (diff) | |
download | gentoo-2-e2aeb4db2dd8684e221631a52ecead7e851ce4ad.tar.gz gentoo-2-e2aeb4db2dd8684e221631a52ecead7e851ce4ad.tar.bz2 gentoo-2-e2aeb4db2dd8684e221631a52ecead7e851ce4ad.zip |
eapi5, 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')
-rw-r--r-- | dev-ml/camlzip/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/camlzip/camlzip-1.05.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/dev-ml/camlzip/ChangeLog b/dev-ml/camlzip/ChangeLog index 518805df3472..7f89575994c5 100644 --- a/dev-ml/camlzip/ChangeLog +++ b/dev-ml/camlzip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/camlzip -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.21 2012/11/21 00:15:13 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.22 2013/02/11 02:59:39 aballier Exp $ + + 11 Feb 2013; Alexis Ballier <aballier@gentoo.org> camlzip-1.05.ebuild: + eapi5, add subslot and := deps *camlzip-1.05 (21 Nov 2012) diff --git a/dev-ml/camlzip/camlzip-1.05.ebuild b/dev-ml/camlzip/camlzip-1.05.ebuild index d26ac155df55..f9a43dd0fcca 100644 --- a/dev-ml/camlzip/camlzip-1.05.ebuild +++ b/dev-ml/camlzip/camlzip-1.05.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.05.ebuild,v 1.1 2012/11/21 00:15:13 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.05.ebuild,v 1.2 2013/02/11 02:59:39 aballier Exp $ -EAPI="4" +EAPI="5" inherit findlib eutils @@ -12,11 +12,11 @@ DESCRIPTION="Compressed file access ML library (ZIP, GZIP and JAR)" HOMEPAGE="http://forge.ocamlcore.org/projects/camlzip/" SRC_URI="http://forge.ocamlcore.org/frs/download.php/1037/${P}.tar.gz" -SLOT="1" +SLOT="1/${PV}" LICENSE="LGPL-2.1" KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" -RDEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?] +RDEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?] >=sys-libs/zlib-1.1.3" DEPEND="${RDEPEND}" |