public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ml/sexplib: ChangeLog sexplib-7.0.4.ebuild
@ 2011-10-06 20:03 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2011-10-06 20:03 UTC (permalink / raw
  To: gentoo-commits

aballier    11/10/06 20:03:03

  Modified:             ChangeLog
  Added:                sexplib-7.0.4.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha62/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 dev-ml/sexplib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/sexplib/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	7 Sep 2011 15:22:10 -0000	1.11
+++ ChangeLog	6 Oct 2011 20:03:02 -0000	1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/sexplib
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/ChangeLog,v 1.11 2011/09/07 15:22:10 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/ChangeLog,v 1.12 2011/10/06 20:03:02 aballier Exp $
+
+*sexplib-7.0.4 (06 Oct 2011)
+
+  06 Oct 2011; Alexis Ballier <aballier@gentoo.org> +sexplib-7.0.4.ebuild:
+  version bump
 
 *sexplib-7.0.3 (07 Sep 2011)
 



1.1                  dev-ml/sexplib/sexplib-7.0.4.ebuild

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

Index: sexplib-7.0.4.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/sexplib-7.0.4.ebuild,v 1.1 2011/10/06 20:03:02 aballier Exp $

EAPI=3

inherit findlib eutils multilib

DESCRIPTION="Library for automated conversion of OCaml-values to and from S-expressions"
HOMEPAGE="http://forge.ocamlcore.org/projects/sexplib/"
SRC_URI="http://forge.ocamlcore.org/frs/download.php/699/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug doc +ocamlopt"

RDEPEND=">=dev-lang/ocaml-3.12[ocamlopt?]
	>=dev-ml/type-conv-3.0.4"
DEPEND="${RDEPEND}
	doc? ( virtual/latex-base dev-texlive/texlive-latexextra )"

oasis_use_enable() {
	echo "--override $2 `use $1 && echo \"true\" || echo \"false\"`"
}

src_configure() {
	./configure --prefix usr \
		--libdir /usr/$(get_libdir) \
		--destdir "${D}" \
		$(oasis_use_enable debug debug) \
		$(oasis_use_enable ocamlopt is_native) \
		|| die
}

src_compile() {
	emake || die
	if use doc ; then
		cd "${S}/doc"
		pdflatex README || die
		pdflatex README || die
	fi
}

src_install() {
	findlib_src_install

	dodoc README.txt Changelog || die
	if use doc; then
		dodoc doc/README.pdf || die
	fi
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ml/sexplib: ChangeLog sexplib-7.0.4.ebuild
@ 2012-03-27 21:08 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2012-03-27 21:08 UTC (permalink / raw
  To: gentoo-commits

aballier    12/03/27 21:08:38

  Modified:             ChangeLog sexplib-7.0.4.ebuild
  Log:
  convert to oasis.eclass
  
  (Portage version: 2.2.0_alpha95/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 dev-ml/sexplib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/sexplib/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	23 Feb 2012 20:39:23 -0000	1.14
+++ ChangeLog	27 Mar 2012 21:08:38 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/sexplib
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/ChangeLog,v 1.14 2012/02/23 20:39:23 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/ChangeLog,v 1.15 2012/03/27 21:08:38 aballier Exp $
+
+  27 Mar 2012; Alexis Ballier <aballier@gentoo.org> sexplib-7.0.4.ebuild:
+  convert to oasis.eclass
 
   23 Feb 2012; Alexis Ballier <aballier@gentoo.org> -sexplib-5.2.1.ebuild:
   remove old



1.2                  dev-ml/sexplib/sexplib-7.0.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/sexplib/sexplib-7.0.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/sexplib/sexplib-7.0.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/sexplib/sexplib-7.0.4.ebuild?r1=1.1&r2=1.2

Index: sexplib-7.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/sexplib/sexplib-7.0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sexplib-7.0.4.ebuild	6 Oct 2011 20:03:02 -0000	1.1
+++ sexplib-7.0.4.ebuild	27 Mar 2012 21:08:38 -0000	1.2
@@ -1,10 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/sexplib-7.0.4.ebuild,v 1.1 2011/10/06 20:03:02 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/sexplib-7.0.4.ebuild,v 1.2 2012/03/27 21:08:38 aballier Exp $
 
 EAPI=3
 
-inherit findlib eutils multilib
+inherit oasis
 
 DESCRIPTION="Library for automated conversion of OCaml-values to and from S-expressions"
 HOMEPAGE="http://forge.ocamlcore.org/projects/sexplib/"
@@ -13,28 +13,16 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="debug doc +ocamlopt"
+IUSE="doc"
 
-RDEPEND=">=dev-lang/ocaml-3.12[ocamlopt?]
-	>=dev-ml/type-conv-3.0.4"
+RDEPEND=">=dev-ml/type-conv-3.0.4"
 DEPEND="${RDEPEND}
 	doc? ( virtual/latex-base dev-texlive/texlive-latexextra )"
 
-oasis_use_enable() {
-	echo "--override $2 `use $1 && echo \"true\" || echo \"false\"`"
-}
-
-src_configure() {
-	./configure --prefix usr \
-		--libdir /usr/$(get_libdir) \
-		--destdir "${D}" \
-		$(oasis_use_enable debug debug) \
-		$(oasis_use_enable ocamlopt is_native) \
-		|| die
-}
+DOCS=( "README.txt" "Changelog" )
 
 src_compile() {
-	emake || die
+	oasis_src_compile
 	if use doc ; then
 		cd "${S}/doc"
 		pdflatex README || die
@@ -43,9 +31,8 @@
 }
 
 src_install() {
-	findlib_src_install
+	oasis_src_install
 
-	dodoc README.txt Changelog || die
 	if use doc; then
 		dodoc doc/README.pdf || die
 	fi






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-27 21:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-06 20:03 [gentoo-commits] gentoo-x86 commit in dev-ml/sexplib: ChangeLog sexplib-7.0.4.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-27 21:08 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