public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ml/extlib: extlib-1.5.3.ebuild ChangeLog
@ 2012-08-13 19:46 Alexis Ballier (aballier)
  0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier (aballier) @ 2012-08-13 19:46 UTC (permalink / raw
  To: gentoo-commits

aballier    12/08/13 19:46:10

  Modified:             ChangeLog
  Added:                extlib-1.5.3.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 dev-ml/extlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	30 Jun 2012 20:25:34 -0000	1.17
+++ ChangeLog	13 Aug 2012 19:46:10 -0000	1.18
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/extlib
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.17 2012/06/30 20:25:34 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.18 2012/08/13 19:46:10 aballier Exp $
+
+*extlib-1.5.3 (13 Aug 2012)
+
+  13 Aug 2012; Alexis Ballier <aballier@gentoo.org> +extlib-1.5.3.ebuild:
+  version bump
 
   30 Jun 2012; Alexis Ballier <aballier@gentoo.org> extlib-1.5.2.ebuild,
   +files/extlib-1.5.2-ocaml4.patch:



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

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

Index: extlib-1.5.3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.3.ebuild,v 1.1 2012/08/13 19:46:10 aballier Exp $

EAPI="2"

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"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="doc +ocamlopt"

src_compile() {
	emake all || die "failed to build"
	if use ocamlopt; then
		emake opt || die "failed to build"
	fi

	if use doc; then
		emake doc || die "failed to create documentation"
	fi
}

src_install () {
	findlib_src_install

	# install documentation
	dodoc README.txt || die

	if use doc; then
		dohtml doc/* || die
	fi
}





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

* [gentoo-commits] gentoo-x86 commit in dev-ml/extlib: extlib-1.5.3.ebuild ChangeLog
@ 2012-11-06 12:07 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 5+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-11-06 12:07 UTC (permalink / raw
  To: gentoo-commits

blueness    12/11/06 12:07:13

  Modified:             extlib-1.5.3.ebuild ChangeLog
  Log:
  stable ppc, bug #441200
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.2                  dev-ml/extlib/extlib-1.5.3.ebuild

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

Index: extlib-1.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- extlib-1.5.3.ebuild	13 Aug 2012 19:46:10 -0000	1.1
+++ extlib-1.5.3.ebuild	6 Nov 2012 12:07:13 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.3.ebuild,v 1.1 2012/08/13 19:46:10 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.3.ebuild,v 1.2 2012/11/06 12:07:13 blueness Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]"
 RDEPEND="${DEPEND}"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="doc +ocamlopt"
 
 src_compile() {



1.19                 dev-ml/extlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	13 Aug 2012 19:46:10 -0000	1.18
+++ ChangeLog	6 Nov 2012 12:07:13 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/extlib
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.18 2012/08/13 19:46:10 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.19 2012/11/06 12:07:13 blueness Exp $
+
+  06 Nov 2012; Anthony G. Basile <blueness@gentoo.org> extlib-1.5.3.ebuild:
+  stable ppc, bug #441200
 
 *extlib-1.5.3 (13 Aug 2012)
 
@@ -74,4 +77,3 @@
   Intial submission by Bardur Arantsson <gentoo@scientician.net>, fixes bug
   #60917. I added a doc use flag for building the HTML documentation, and
   cleaned up the install process.
-





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

* [gentoo-commits] gentoo-x86 commit in dev-ml/extlib: extlib-1.5.3.ebuild ChangeLog
@ 2012-11-06 17:07 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-06 17:07 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/06 17:07:10

  Modified:             extlib-1.5.3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #441200
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  dev-ml/extlib/extlib-1.5.3.ebuild

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

Index: extlib-1.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- extlib-1.5.3.ebuild	6 Nov 2012 12:07:13 -0000	1.2
+++ extlib-1.5.3.ebuild	6 Nov 2012 17:07:10 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.3.ebuild,v 1.2 2012/11/06 12:07:13 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.3.ebuild,v 1.3 2012/11/06 17:07:10 ago Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]"
 RDEPEND="${DEPEND}"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="doc +ocamlopt"
 
 src_compile() {



1.20                 dev-ml/extlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	6 Nov 2012 12:07:13 -0000	1.19
+++ ChangeLog	6 Nov 2012 17:07:10 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/extlib
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.19 2012/11/06 12:07:13 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.20 2012/11/06 17:07:10 ago Exp $
+
+  06 Nov 2012; Agostino Sarubbo <ago@gentoo.org> extlib-1.5.3.ebuild:
+  Stable for amd64, wrt bug #441200
 
   06 Nov 2012; Anthony G. Basile <blueness@gentoo.org> extlib-1.5.3.ebuild:
   stable ppc, bug #441200





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

* [gentoo-commits] gentoo-x86 commit in dev-ml/extlib: extlib-1.5.3.ebuild ChangeLog
@ 2012-11-20 20:50 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-20 20:50 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/20 20:50:36

  Modified:             extlib-1.5.3.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #441200
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.4                  dev-ml/extlib/extlib-1.5.3.ebuild

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

Index: extlib-1.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- extlib-1.5.3.ebuild	6 Nov 2012 17:07:10 -0000	1.3
+++ extlib-1.5.3.ebuild	20 Nov 2012 20:50:36 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.3.ebuild,v 1.3 2012/11/06 17:07:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.3.ebuild,v 1.4 2012/11/20 20:50:36 ago Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]"
 RDEPEND="${DEPEND}"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="doc +ocamlopt"
 
 src_compile() {



1.21                 dev-ml/extlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	6 Nov 2012 17:07:10 -0000	1.20
+++ ChangeLog	20 Nov 2012 20:50:36 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/extlib
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.20 2012/11/06 17:07:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.21 2012/11/20 20:50:36 ago Exp $
+
+  20 Nov 2012; Agostino Sarubbo <ago@gentoo.org> extlib-1.5.3.ebuild:
+  Stable for x86, wrt bug #441200
 
   06 Nov 2012; Agostino Sarubbo <ago@gentoo.org> extlib-1.5.3.ebuild:
   Stable for amd64, wrt bug #441200





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

* [gentoo-commits] gentoo-x86 commit in dev-ml/extlib: extlib-1.5.3.ebuild ChangeLog
@ 2013-03-10 10:44 Alexis Ballier (aballier)
  0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier (aballier) @ 2013-03-10 10:44 UTC (permalink / raw
  To: gentoo-commits

aballier    13/03/10 10:44:17

  Modified:             extlib-1.5.3.ebuild ChangeLog
  Log:
  eapi5: define subslot, slot dep on ocaml, remove useless || die
  
  (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.5                  dev-ml/extlib/extlib-1.5.3.ebuild

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

Index: extlib-1.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- extlib-1.5.3.ebuild	20 Nov 2012 20:50:36 -0000	1.4
+++ extlib-1.5.3.ebuild	10 Mar 2013 10:44:17 -0000	1.5
@@ -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/extlib/extlib-1.5.3.ebuild,v 1.4 2012/11/20 20:50:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.3.ebuild,v 1.5 2013/03/10 10:44:17 aballier Exp $
 
-EAPI="2"
+EAPI=5
 
 inherit findlib eutils
 
@@ -10,20 +10,20 @@
 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?]"
+DEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?]"
 RDEPEND="${DEPEND}"
-SLOT="0"
+SLOT="0/${PV}"
 KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="doc +ocamlopt"
 
 src_compile() {
-	emake all || die "failed to build"
+	emake all
 	if use ocamlopt; then
-		emake opt || die "failed to build"
+		emake opt
 	fi
 
 	if use doc; then
-		emake doc || die "failed to create documentation"
+		emake doc
 	fi
 }
 
@@ -31,9 +31,9 @@
 	findlib_src_install
 
 	# install documentation
-	dodoc README.txt || die
+	dodoc README.txt
 
 	if use doc; then
-		dohtml doc/* || die
+		dohtml doc/*
 	fi
 }



1.23                 dev-ml/extlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	10 Mar 2013 10:40:31 -0000	1.22
+++ ChangeLog	10 Mar 2013 10:44:17 -0000	1.23
@@ -1,6 +1,9 @@
 # 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.22 2013/03/10 10:40:31 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.23 2013/03/10 10:44:17 aballier Exp $
+
+  10 Mar 2013; Alexis Ballier <aballier@gentoo.org> extlib-1.5.3.ebuild:
+  eapi5: define subslot, slot dep on ocaml, remove useless || die
 
   10 Mar 2013; Alexis Ballier <aballier@gentoo.org> -extlib-1.5.2.ebuild,
   -files/extlib-1.5.2-ocaml4.patch:





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

end of thread, other threads:[~2013-03-10 10:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-20 20:50 [gentoo-commits] gentoo-x86 commit in dev-ml/extlib: extlib-1.5.3.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-03-10 10:44 Alexis Ballier (aballier)
2012-11-06 17:07 Agostino Sarubbo (ago)
2012-11-06 12:07 Anthony G. Basile (blueness)
2012-08-13 19:46 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