aballier 14/10/29 09:44:00 Modified: metadata.xml ChangeLog Added: utop-1.16.ebuild Log: version bump Signed-off-by: [email protected] (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.2 dev-ml/utop/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/utop/metadata.xml?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/utop/metadata.xml?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/utop/metadata.xml?r1=1.1&r2=1.2 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/utop/metadata.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- metadata.xml 30 Mar 2012 11:52:39 -0000 1.1 +++ metadata.xml 29 Oct 2014 09:44:00 -0000 1.2 @@ -2,4 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>ml</herd> + <use> + <flag name="camlp4">Enables camlp4 support.</flag> + </use> </pkgmetadata> 1.11 dev-ml/utop/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/utop/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/utop/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/utop/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/utop/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 24 Oct 2014 07:31:21 -0000 1.10 +++ ChangeLog 29 Oct 2014 09:44:00 -0000 1.11 @@ -1,6 +1,12 @@ # ChangeLog for dev-ml/utop # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/utop/ChangeLog,v 1.10 2014/10/24 07:31:21 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/utop/ChangeLog,v 1.11 2014/10/29 09:44:00 aballier Exp $ + +*utop-1.16 (29 Oct 2014) + + 29 Oct 2014; Alexis Ballier <[email protected]> +utop-1.16.ebuild, + metadata.xml: + version bump 24 Oct 2014; Alexis Ballier <[email protected]> -utop-1.5.ebuild, -utop-1.8.ebuild, -utop-1.10.ebuild: 1.1 dev-ml/utop/utop-1.16.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/utop/utop-1.16.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/utop/utop-1.16.ebuild?rev=1.1&content-type=text/plain Index: utop-1.16.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ml/utop/utop-1.16.ebuild,v 1.1 2014/10/29 09:44:00 aballier Exp $ EAPI=5 OASIS_BUILD_DOCS=1 inherit oasis elisp-common DESCRIPTION="A new toplevel for OCaml with completion and colorization" HOMEPAGE="http://github.com/diml/utop" SRC_URI="http://github.com/diml/utop/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="camlp4 emacs" DEPEND=">=dev-ml/lwt-2.4.0:=[react] >=dev-ml/lambda-term-1.2:= >=dev-ml/zed-1.2:= >=dev-ml/cppo-1.0.1:= emacs? ( virtual/emacs ) camlp4? ( || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 ) )" RDEPEND="${DEPEND}" DOCS=( "CHANGES.md" "README.md" ) SITEFILE="50${PN}-gentoo.el" src_prepare() { sed -i "s/(\"utop.el.*)//" setup.ml } src_configure() { oasis_configure_opts="$(use_enable camlp4)" \ oasis_src_configure } src_compile() { oasis_src_compile if use emacs; then elisp-compile src/top/*.el fi } src_install() { oasis_src_install if use emacs; then elisp-install "${PN}" src/top/*.el src/top/*.elc || die elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die fi } pkg_postinst() { use emacs && elisp-site-regen } pkg_postrm() { use emacs && elisp-site-regen }
