diff options
-rw-r--r-- | dev-ml/ANSITerminal/ANSITerminal-0.6.ebuild | 8 | ||||
-rw-r--r-- | dev-ml/ANSITerminal/ChangeLog | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-ml/ANSITerminal/ANSITerminal-0.6.ebuild b/dev-ml/ANSITerminal/ANSITerminal-0.6.ebuild index a15514ff4b9d..4735b86cbff7 100644 --- a/dev-ml/ANSITerminal/ANSITerminal-0.6.ebuild +++ b/dev-ml/ANSITerminal/ANSITerminal-0.6.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/ANSITerminal/ANSITerminal-0.6.ebuild,v 1.3 2012/10/10 12:32:31 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ANSITerminal/ANSITerminal-0.6.ebuild,v 1.4 2013/03/03 11:32:18 aballier Exp $ -EAPI=4 +EAPI=5 OASIS_BUILD_DOCS=1 @@ -13,7 +13,7 @@ HOMEPAGE="http://forge.ocamlcore.org/projects/ansiterminal/" SRC_URI="http://forge.ocamlcore.org/frs/download.php/610/${P}.tar.gz http://dev.gentoo.org/~aballier/distfiles/${P}-rebootstrap.patch.bz2" LICENSE="LGPL-3-with-linking-exception" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" DEPEND="" RDEPEND="${DEPEND}" diff --git a/dev-ml/ANSITerminal/ChangeLog b/dev-ml/ANSITerminal/ChangeLog index b21a72102b29..d3df8a02055a 100644 --- a/dev-ml/ANSITerminal/ChangeLog +++ b/dev-ml/ANSITerminal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ANSITerminal -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ANSITerminal/ChangeLog,v 1.6 2012/10/10 12:32:31 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ANSITerminal/ChangeLog,v 1.7 2013/03/03 11:32:18 aballier Exp $ + + 03 Mar 2013; Alexis Ballier <aballier@gentoo.org> ANSITerminal-0.6.ebuild: + eapi5, define subslot 10 Oct 2012; Alexis Ballier <aballier@gentoo.org> ANSITerminal-0.6.ebuild: Rebootstrap it with oasis 0.3 for ocaml-4 compatibility |