public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ml/bin-prot: ChangeLog bin-prot-1.2.20.ebuild bin-prot-1.2.18.ebuild
@ 2009-09-26 12:21 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2009-09-26 12:21 UTC (permalink / raw
  To: gentoo-commits

aballier    09/09/26 12:21:20

  Modified:             ChangeLog
  Added:                bin-prot-1.2.20.ebuild
  Removed:              bin-prot-1.2.18.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc42/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-ml/bin-prot/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/bin-prot/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/bin-prot/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/bin-prot/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	19 Sep 2009 12:49:26 -0000	1.1
+++ ChangeLog	26 Sep 2009 12:21:20 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ml/bin-prot
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v 1.1 2009/09/19 12:49:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v 1.2 2009/09/26 12:21:20 aballier Exp $
+
+*bin-prot-1.2.20 (26 Sep 2009)
+
+  26 Sep 2009; Alexis Ballier <aballier@gentoo.org> -bin-prot-1.2.18.ebuild,
+  +bin-prot-1.2.20.ebuild:
+  Version bump
 
 *bin-prot-1.2.18 (19 Sep 2009)
 



1.1                  dev-ml/bin-prot/bin-prot-1.2.20.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/bin-prot/bin-prot-1.2.20.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/bin-prot/bin-prot-1.2.20.ebuild?rev=1.1&content-type=text/plain

Index: bin-prot-1.2.20.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-1.2.20.ebuild,v 1.1 2009/09/26 12:21:20 aballier Exp $

EAPI="2"

inherit findlib

DESCRIPTION="Automated code generation for converting OCaml values to/from a type-safe binary protocol"
HOMEPAGE="http://www.ocaml.info/home/ocaml_sources.html"
SRC_URI="http://ocaml.info/ocaml_sources/${P}.tar.gz"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="doc test"
S=${WORKDIR}/${P}/lib

RDEPEND=">=dev-lang/ocaml-3.11[ocamlopt]
		dev-ml/type-conv"
DEPEND="${RDEPEND}
		test? ( dev-ml/ounit )
		doc? ( virtual/latex-base )"

src_compile() {
	emake -j1 CFLAGS="${CFLAGS}" || die
	if use doc; then
		cd ../doc
		VARTEXFONTS="${T}/fonts" pdflatex README.tex || die
	fi
}

src_test() {
	cd "${S}/../lib_test"
	emake -j1 || die
	./test_runner || die
}

src_install() {
	findlib_src_preinst
	emake install || die "make install failed"
	dodoc ../README.txt ../Changelog
	use doc && dodoc ../doc/README.pdf
}






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

only message in thread, other threads:[~2009-09-26 12:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-26 12:21 [gentoo-commits] gentoo-x86 commit in dev-ml/bin-prot: ChangeLog bin-prot-1.2.20.ebuild bin-prot-1.2.18.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