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.1.0.ebuild
@ 2010-10-09  0:52 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2010-10-09  0:52 UTC (permalink / raw
  To: gentoo-commits

aballier    10/10/09 00:52:50

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

Revision  Changes    Path
1.20                 dev-ml/ounit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	28 Sep 2009 16:26:13 -0000	1.19
+++ ChangeLog	9 Oct 2010 00:52:50 -0000	1.20
@@ -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.19 2009/09/28 16:26:13 betelgeuse Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.20 2010/10/09 00:52:50 aballier Exp $
+
+*ounit-1.1.0 (09 Oct 2010)
+
+  09 Oct 2010; Alexis Ballier <aballier@gentoo.org> +ounit-1.1.0.ebuild:
+  version bump
 
   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.



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

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

Index: ounit-1.1.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.1.0.ebuild,v 1.1 2010/10/09 00:52:50 aballier Exp $

EAPI="2"

inherit findlib multilib

DESCRIPTION="Unit testing framework for OCaml"
HOMEPAGE="http://ounit.forge.ocamlcore.org/"
SRC_URI="https://forge.ocamlcore.org/frs/download.php/495/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]"
RDEPEND="${DEPEND}"
IUSE="debug doc +ocamlopt"

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

src_configure() {
	chmod +x configure
	./configure --prefix usr \
		--libdir /usr/$(get_libdir) \
		--docdir /usr/share/doc/${PF}/html \
		--destdir "${D}" \
		$(oasis_use_enable debug debug) \
		$(oasis_use_enable ocamlopt is_native) \
		|| die
}

src_compile() {
	emake || die
	if use doc ; then
		emake doc || die
	fi
}

src_install() {
	findlib_src_install

	# install documentation
	dodoc README* AUTHORS* changelog || die
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ml/ounit: ChangeLog ounit-1.1.0.ebuild
@ 2011-01-02  0:46 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-01-02  0:46 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/01/02 00:46:31

  Modified:             ChangeLog ounit-1.1.0.ebuild
  Log:
  Stable on amd64 wrt bug #349760
  
  (Portage version: 2.1.9.26/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 dev-ml/ounit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	29 Dec 2010 15:13:49 -0000	1.21
+++ ChangeLog	2 Jan 2011 00:46:31 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/ounit
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.21 2010/12/29 15:13:49 tomka Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.22 2011/01/02 00:46:31 hwoarang Exp $
+
+  02 Jan 2011; Markos Chandras <hwoarang@gentoo.org> ounit-1.1.0.ebuild:
+  Stable on amd64 wrt bug #349760
 
   29 Dec 2010; Thomas Kahle <tomka@gentoo.org> ounit-1.1.0.ebuild:
   x86 stable per bug 349760



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

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

Index: ounit-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ounit-1.1.0.ebuild	29 Dec 2010 15:13:49 -0000	1.2
+++ ounit-1.1.0.ebuild	2 Jan 2011 00:46:31 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.1.0.ebuild,v 1.2 2010/12/29 15:13:49 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.1.0.ebuild,v 1.3 2011/01/02 00:46:31 hwoarang Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 SRC_URI="https://forge.ocamlcore.org/frs/download.php/495/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]"
 RDEPEND="${DEPEND}"
 IUSE="debug doc +ocamlopt"






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

* [gentoo-commits] gentoo-x86 commit in dev-ml/ounit: ChangeLog ounit-1.1.0.ebuild
@ 2011-01-13 22:16 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2011-01-13 22:16 UTC (permalink / raw
  To: gentoo-commits

ranger      11/01/13 22:16:36

  Modified:             ChangeLog ounit-1.1.0.ebuild
  Log:
  stable ppc, bug 349760
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.23                 dev-ml/ounit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	2 Jan 2011 00:46:31 -0000	1.22
+++ ChangeLog	13 Jan 2011 22:16:36 -0000	1.23
@@ -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.22 2011/01/02 00:46:31 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.23 2011/01/13 22:16:36 ranger Exp $
+
+  13 Jan 2011; Brent Baude <ranger@gentoo.org> ounit-1.1.0.ebuild:
+  stable ppc, bug 349760
 
   02 Jan 2011; Markos Chandras <hwoarang@gentoo.org> ounit-1.1.0.ebuild:
   Stable on amd64 wrt bug #349760



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

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

Index: ounit-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ounit-1.1.0.ebuild	2 Jan 2011 00:46:31 -0000	1.3
+++ ounit-1.1.0.ebuild	13 Jan 2011 22:16:36 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.1.0.ebuild,v 1.3 2011/01/02 00:46:31 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.1.0.ebuild,v 1.4 2011/01/13 22:16:36 ranger Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 SRC_URI="https://forge.ocamlcore.org/frs/download.php/495/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]"
 RDEPEND="${DEPEND}"
 IUSE="debug doc +ocamlopt"






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

* [gentoo-commits] gentoo-x86 commit in dev-ml/ounit: ChangeLog ounit-1.1.0.ebuild
@ 2012-06-12 12:44 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2012-06-12 12:44 UTC (permalink / raw
  To: gentoo-commits

aballier    12/06/12 12:44:08

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

Revision  Changes    Path
1.31                 dev-ml/ounit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	12 Jun 2012 12:42:34 -0000	1.30
+++ ChangeLog	12 Jun 2012 12:44:08 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/ounit
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.30 2012/06/12 12:42:34 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.31 2012/06/12 12:44:08 aballier Exp $
+
+  12 Jun 2012; Alexis Ballier <aballier@gentoo.org> -ounit-1.1.0.ebuild:
+  remove old
 
 *ounit-1.1.2 (12 Jun 2012)
 






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

end of thread, other threads:[~2012-06-12 12:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-09  0:52 [gentoo-commits] gentoo-x86 commit in dev-ml/ounit: ChangeLog ounit-1.1.0.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-02  0:46 Markos Chandras (hwoarang)
2011-01-13 22:16 Brent Baude (ranger)
2012-06-12 12:44 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