public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ml/ounit: ChangeLog ounit-1.0.3.ebuild
@ 2009-06-20 15:53 Alexis Ballier (aballier)
  0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier (aballier) @ 2009-06-20 15:53 UTC (permalink / raw
  To: gentoo-commits

aballier    09/06/20 15:53:35

  Modified:             ChangeLog
  Added:                ounit-1.0.3.ebuild
  Log:
  version bump
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 dev-ml/ounit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	20 Jun 2009 15:32:42 -0000	1.14
+++ ChangeLog	20 Jun 2009 15:53:35 -0000	1.15
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/ounit
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.14 2009/06/20 15:32:42 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.15 2009/06/20 15:53:35 aballier Exp $
+
+*ounit-1.0.3 (20 Jun 2009)
+
+  20 Jun 2009; Alexis Ballier <aballier@gentoo.org> +ounit-1.0.3.ebuild:
+  version bump
 
   20 Jun 2009; Alexis Ballier <aballier@gentoo.org> ounit-1.0.2.ebuild:
   explicitly assign rdepend



1.1                  dev-ml/ounit/ounit-1.0.3.ebuild

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

Index: ounit-1.0.3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.3.ebuild,v 1.1 2009/06/20 15:53:35 aballier Exp $

EAPI="1"

inherit findlib eutils

DESCRIPTION="Unit testing framework for OCaml"
HOMEPAGE="http://www.xs4all.nl/~mmzeeman/ocaml/"
SRC_URI="http://www.xs4all.nl/~mmzeeman/ocaml/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
DEPEND="dev-lang/ocaml"
RDEPEND="${DEPEND}"
IUSE="+ocamlopt"

pkg_setup() {
	if use ocamlopt && ! built_with_use --missing true dev-lang/ocaml ocamlopt; then
		eerror "In order to build ${PN} with native code support from ocaml"
		eerror "You first need to have a native code ocaml compiler."
		eerror "You need to install dev-lang/ocaml with ocamlopt useflag on."
		die "Please install ocaml with ocamlopt useflag"
	fi
}

src_compile() {
	emake all || die "emake failed"
	if use ocamlopt; then
		emake allopt || die "failed to build native code"
	fi
}

src_install() {
	findlib_src_install

	# install documentation
	dodoc README changelog
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ml/ounit: ChangeLog ounit-1.0.3.ebuild
@ 2009-08-09 16:20 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 5+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-08-09 16:20 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/08/09 16:20:48

  Modified:             ChangeLog ounit-1.0.3.ebuild
  Log:
  ppc stable #280416
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.16                 dev-ml/ounit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	20 Jun 2009 15:53:35 -0000	1.15
+++ ChangeLog	9 Aug 2009 16:20:47 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/ounit
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.15 2009/06/20 15:53:35 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.16 2009/08/09 16:20:47 nixnut Exp $
+
+  09 Aug 2009; nixnut <nixnut@gentoo.org> ounit-1.0.3.ebuild:
+  ppc stable #280416
 
 *ounit-1.0.3 (20 Jun 2009)
 



1.2                  dev-ml/ounit/ounit-1.0.3.ebuild

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

Index: ounit-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ounit-1.0.3.ebuild	20 Jun 2009 15:53:35 -0000	1.1
+++ ounit-1.0.3.ebuild	9 Aug 2009 16:20:47 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.3.ebuild,v 1.1 2009/06/20 15:53:35 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.3.ebuild,v 1.2 2009/08/09 16:20:47 nixnut Exp $
 
 EAPI="1"
 
@@ -11,7 +11,7 @@
 SRC_URI="http://www.xs4all.nl/~mmzeeman/ocaml/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
 DEPEND="dev-lang/ocaml"
 RDEPEND="${DEPEND}"
 IUSE="+ocamlopt"






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

* [gentoo-commits] gentoo-x86 commit in dev-ml/ounit: ChangeLog ounit-1.0.3.ebuild
@ 2009-08-14 17:51 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2009-08-14 17:51 UTC (permalink / raw
  To: gentoo-commits

maekke      09/08/14 17:51:53

  Modified:             ChangeLog ounit-1.0.3.ebuild
  Log:
  amd64/x86 stable, bug #280416
  (Portage version: 2.2_rc38/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 dev-ml/ounit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	9 Aug 2009 16:20:47 -0000	1.16
+++ ChangeLog	14 Aug 2009 17:51:53 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/ounit
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.16 2009/08/09 16:20:47 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.17 2009/08/14 17:51:53 maekke Exp $
+
+  14 Aug 2009; Markus Meier <maekke@gentoo.org> ounit-1.0.3.ebuild:
+  amd64/x86 stable, bug #280416
 
   09 Aug 2009; nixnut <nixnut@gentoo.org> ounit-1.0.3.ebuild:
   ppc stable #280416



1.3                  dev-ml/ounit/ounit-1.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ounit/ounit-1.0.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ounit/ounit-1.0.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ounit/ounit-1.0.3.ebuild?r1=1.2&r2=1.3

Index: ounit-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ounit-1.0.3.ebuild	9 Aug 2009 16:20:47 -0000	1.2
+++ ounit-1.0.3.ebuild	14 Aug 2009 17:51:53 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.3.ebuild,v 1.2 2009/08/09 16:20:47 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.3.ebuild,v 1.3 2009/08/14 17:51:53 maekke Exp $
 
 EAPI="1"
 
@@ -11,7 +11,7 @@
 SRC_URI="http://www.xs4all.nl/~mmzeeman/ocaml/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 DEPEND="dev-lang/ocaml"
 RDEPEND="${DEPEND}"
 IUSE="+ocamlopt"






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

* [gentoo-commits] gentoo-x86 commit in dev-ml/ounit: ChangeLog ounit-1.0.3.ebuild
@ 2009-09-28 16:26 Petteri Raty (betelgeuse)
  0 siblings, 0 replies; 5+ messages in thread
From: Petteri Raty (betelgeuse) @ 2009-09-28 16:26 UTC (permalink / raw
  To: gentoo-commits

betelgeuse    09/09/28 16:26:14

  Modified:             ChangeLog ounit-1.0.3.ebuild
  Log:
  Migrate to EAPI 2 in order to nuke built_with_use.
  (Portage version: 2.2_rc40/cvs/Linux i686)

Revision  Changes    Path
1.19                 dev-ml/ounit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	20 Sep 2009 13:31:29 -0000	1.18
+++ ChangeLog	28 Sep 2009 16:26:13 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/ounit
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.18 2009/09/20 13:31:29 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.19 2009/09/28 16:26:13 betelgeuse Exp $
+
+  28 Sep 2009; Petteri Räty <betelgeuse@gentoo.org> ounit-1.0.3.ebuild:
+  Migrate to EAPI 2 in order to nuke built_with_use.
 
   20 Sep 2009; Alexis Ballier <aballier@gentoo.org> -ounit-1.0.2.ebuild:
   remove old



1.4                  dev-ml/ounit/ounit-1.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ounit/ounit-1.0.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ounit/ounit-1.0.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ounit/ounit-1.0.3.ebuild?r1=1.3&r2=1.4

Index: ounit-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ounit-1.0.3.ebuild	14 Aug 2009 17:51:53 -0000	1.3
+++ ounit-1.0.3.ebuild	28 Sep 2009 16:26:13 -0000	1.4
@@ -1,8 +1,8 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.3.ebuild,v 1.3 2009/08/14 17:51:53 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.3.ebuild,v 1.4 2009/09/28 16:26:13 betelgeuse Exp $
 
-EAPI="1"
+EAPI="2"
 
 inherit findlib eutils
 
@@ -12,19 +12,10 @@
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-DEPEND="dev-lang/ocaml"
+DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]"
 RDEPEND="${DEPEND}"
 IUSE="+ocamlopt"
 
-pkg_setup() {
-	if use ocamlopt && ! built_with_use --missing true dev-lang/ocaml ocamlopt; then
-		eerror "In order to build ${PN} with native code support from ocaml"
-		eerror "You first need to have a native code ocaml compiler."
-		eerror "You need to install dev-lang/ocaml with ocamlopt useflag on."
-		die "Please install ocaml with ocamlopt useflag"
-	fi
-}
-
 src_compile() {
 	emake all || die "emake failed"
 	if use ocamlopt; then
@@ -36,5 +27,5 @@
 	findlib_src_install
 
 	# install documentation
-	dodoc README changelog
+	dodoc README changelog || die
 }






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

* [gentoo-commits] gentoo-x86 commit in dev-ml/ounit: ChangeLog ounit-1.0.3.ebuild
@ 2011-01-20 19:43 Alexis Ballier (aballier)
  0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier (aballier) @ 2011-01-20 19:43 UTC (permalink / raw
  To: gentoo-commits

aballier    11/01/20 19:43:18

  Modified:             ChangeLog
  Removed:              ounit-1.0.3.ebuild
  Log:
  remove old
  
  (Portage version: 2.2.0_alpha18/cvs/Linux x86_64)

Revision  Changes    Path
1.24                 dev-ml/ounit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	13 Jan 2011 22:16:36 -0000	1.23
+++ ChangeLog	20 Jan 2011 19:43:18 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/ounit
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.23 2011/01/13 22:16:36 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.24 2011/01/20 19:43:18 aballier Exp $
+
+  20 Jan 2011; Alexis Ballier <aballier@gentoo.org> -ounit-1.0.3.ebuild:
+  remove old
 
   13 Jan 2011; Brent Baude <ranger@gentoo.org> ounit-1.1.0.ebuild:
   stable ppc, bug 349760






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

end of thread, other threads:[~2011-01-20 19:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-28 16:26 [gentoo-commits] gentoo-x86 commit in dev-ml/ounit: ChangeLog ounit-1.0.3.ebuild Petteri Raty (betelgeuse)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-20 19:43 Alexis Ballier (aballier)
2009-08-14 17:51 Markus Meier (maekke)
2009-08-09 16:20 Gysbert Wassenaar (nixnut)
2009-06-20 15:53 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