diff options
-rw-r--r-- | dev-ml/ocaml-fileutils/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild | 8 |
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="" |