public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ml/extlib: ChangeLog extlib-1.5.4.ebuild
@ 2013-05-08 11:14 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2013-05-08 11:14 UTC (permalink / raw
  To: gentoo-commits

aballier    13/05/08 11:14:29

  Modified:             ChangeLog
  Added:                extlib-1.5.4.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.24                 dev-ml/extlib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/extlib/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/extlib/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/extlib/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	10 Mar 2013 10:44:17 -0000	1.23
+++ ChangeLog	8 May 2013 11:14:29 -0000	1.24
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/extlib
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.23 2013/03/10 10:44:17 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.24 2013/05/08 11:14:29 aballier Exp $
+
+*extlib-1.5.4 (08 May 2013)
+
+  08 May 2013; Alexis Ballier <aballier@gentoo.org> +extlib-1.5.4.ebuild:
+  version bump
 
   10 Mar 2013; Alexis Ballier <aballier@gentoo.org> extlib-1.5.3.ebuild:
   eapi5: define subslot, slot dep on ocaml, remove useless || die



1.1                  dev-ml/extlib/extlib-1.5.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/extlib/extlib-1.5.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/extlib/extlib-1.5.4.ebuild?rev=1.1&content-type=text/plain

Index: extlib-1.5.4.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.4.ebuild,v 1.1 2013/05/08 11:14:29 aballier Exp $

EAPI=5

inherit findlib eutils

DESCRIPTION="Standard library extensions for O'Caml"
HOMEPAGE="http://code.google.com/p/ocaml-extlib/"
SRC_URI="http://ocaml-extlib.googlecode.com/files/${P}.tar.gz"
LICENSE="LGPL-2.1"
DEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?]"
RDEPEND="${DEPEND}"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="doc +ocamlopt"

src_compile() {
	emake all
	if use ocamlopt; then
		emake opt
	fi

	if use doc; then
		emake doc
	fi
}

src_install () {
	findlib_src_install

	# install documentation
	dodoc README.txt

	if use doc; then
		dohtml doc/*
	fi
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-05-08 11:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-08 11:14 [gentoo-commits] gentoo-x86 commit in dev-ml/extlib: ChangeLog extlib-1.5.4.ebuild Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox