public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ml/ounit: ChangeLog ounit-2.0.0.ebuild
@ 2013-10-12 18:28 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2013-10-12 18:28 UTC (permalink / raw
  To: gentoo-commits

aballier    13/10/12 18:28:41

  Modified:             ChangeLog
  Added:                ounit-2.0.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.37                 dev-ml/ounit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	2 Mar 2013 18:55:25 -0000	1.36
+++ ChangeLog	12 Oct 2013 18:28:41 -0000	1.37
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/ounit
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.36 2013/03/02 18:55:25 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.37 2013/10/12 18:28:41 aballier Exp $
+
+*ounit-2.0.0 (12 Oct 2013)
+
+  12 Oct 2013; Alexis Ballier <aballier@gentoo.org> +ounit-2.0.0.ebuild:
+  version bump
 
   02 Mar 2013; Alexis Ballier <aballier@gentoo.org> ounit-1.1.2.ebuild:
   eapi5 and define subslot



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

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

Index: ounit-2.0.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-2.0.0.ebuild,v 1.1 2013/10/12 18:28:41 aballier Exp $

EAPI="5"

OASIS_BUILD_DOCS=1

inherit oasis

DESCRIPTION="Unit testing framework for OCaml"
HOMEPAGE="http://ounit.forge.ocamlcore.org/"
SRC_URI="http://forge.ocamlcore.org/frs/download.php/1258/${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~ppc ~x86"
DEPEND=""
RDEPEND="${DEPEND}"
IUSE=""

DOCS=( "README.txt" "AUTHORS.txt" "changelog" )





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

* [gentoo-commits] gentoo-x86 commit in dev-ml/ounit: ChangeLog ounit-2.0.0.ebuild
@ 2015-03-28  6:55 Markus Meier (maekke)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2015-03-28  6:55 UTC (permalink / raw
  To: gentoo-commits

maekke      15/03/28 06:55:39

  Modified:             ChangeLog ounit-2.0.0.ebuild
  Log:
  add ~arm, bug #543604
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.41                 dev-ml/ounit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	14 Jan 2014 15:33:02 -0000	1.40
+++ ChangeLog	28 Mar 2015 06:55:39 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/ounit
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.40 2014/01/14 15:33:02 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.41 2015/03/28 06:55:39 maekke Exp $
+
+  28 Mar 2015; Markus Meier <maekke@gentoo.org> ounit-2.0.0.ebuild:
+  add ~arm, bug #543604
 
   14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> ounit-2.0.0.ebuild:
   Stable for ppc, wrt bug #495418



1.5                  dev-ml/ounit/ounit-2.0.0.ebuild

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

Index: ounit-2.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-2.0.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ounit-2.0.0.ebuild	14 Jan 2014 15:33:02 -0000	1.4
+++ ounit-2.0.0.ebuild	28 Mar 2015 06:55:39 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-2.0.0.ebuild,v 1.4 2014/01/14 15:33:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-2.0.0.ebuild,v 1.5 2015/03/28 06:55:39 maekke Exp $
 
 EAPI="5"
 
@@ -13,7 +13,7 @@
 SRC_URI="http://forge.ocamlcore.org/frs/download.php/1258/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ~arm ppc x86"
 DEPEND=""
 RDEPEND="${DEPEND}"
 IUSE=""





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

end of thread, other threads:[~2015-03-28  6:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-28  6:55 [gentoo-commits] gentoo-x86 commit in dev-ml/ounit: ChangeLog ounit-2.0.0.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2013-10-12 18:28 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