summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-03-03 14:29:15 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-03-03 14:29:15 +0000
commit19be0775d4522a1cd53203aedd47801113c6f5bd (patch)
tree319bec8a2f494fa665cdb198c344d6085b00b6f4
parenteapi5 and define subslot (diff)
downloadgentoo-2-19be0775d4522a1cd53203aedd47801113c6f5bd.tar.gz
gentoo-2-19be0775d4522a1cd53203aedd47801113c6f5bd.tar.bz2
gentoo-2-19be0775d4522a1cd53203aedd47801113c6f5bd.zip
eapi5 and define subslot
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
-rw-r--r--dev-ml/ocaml-fileutils/ChangeLog8
-rw-r--r--dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild8
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-ml/ocaml-fileutils/ChangeLog b/dev-ml/ocaml-fileutils/ChangeLog
index d0de56521abb..5b9e425c2812 100644
--- a/dev-ml/ocaml-fileutils/ChangeLog
+++ b/dev-ml/ocaml-fileutils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/ocaml-fileutils
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.8 2012/07/09 20:59:12 ulm Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.9 2013/03/03 14:29:15 aballier Exp $
+
+ 03 Mar 2013; Alexis Ballier <aballier@gentoo.org>
+ ocaml-fileutils-0.4.4.ebuild:
+ eapi5 and define subslot
09 Jul 2012; Ulrich Müller <ulm@gentoo.org> ocaml-fileutils-0.4.4.ebuild:
Update LICENSE, bug 425140.
diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild
index a0bdd59a3865..c46e9e47deac 100644
--- a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild
+++ b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.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/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild,v 1.3 2012/07/09 20:59:12 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild,v 1.4 2013/03/03 14:29:15 aballier Exp $
-EAPI=4
+EAPI=5
OASIS_BUILD_DOCS=1
@@ -13,7 +13,7 @@ HOMEPAGE="http://forge.ocamlcore.org/projects/ocaml-fileutils"
SRC_URI="http://forge.ocamlcore.org/frs/download.php/892/${P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0"
+SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""