public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/cunit: ChangeLog cunit-2.1-r1.ebuild
@ 2009-01-08 14:36 Peter Volkov (pva)
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Volkov (pva) @ 2009-01-08 14:36 UTC (permalink / raw
  To: gentoo-commits

pva         09/01/08 14:36:17

  Modified:             ChangeLog
  Added:                cunit-2.1-r1.ebuild
  Log:
  Don't install documentation into /usr/doc, bug #247234, don't call eautoreconf in src_compile, bug #241348, thank Diego E. 'Flameeyes' Pettenò for reports.
  (Portage version: 2.2_rc20/cvs/Linux 2.6.26-openvz.git-89451f9 i686)

Revision  Changes    Path
1.24                 dev-util/cunit/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	27 Oct 2008 07:25:02 -0000	1.23
+++ ChangeLog	8 Jan 2009 14:36:17 -0000	1.24
@@ -1,6 +1,13 @@
 # ChangeLog for dev-util/cunit
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.23 2008/10/27 07:25:02 pva Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.24 2009/01/08 14:36:17 pva Exp $
+
+*cunit-2.1-r1 (08 Jan 2009)
+
+  08 Jan 2009; Peter Volkov <pva@gentoo.org> +cunit-2.1-r1.ebuild:
+  Don't install documentation into /usr/doc, bug #247234, don't call
+  eautoreconf in src_compile, bug #241348, thank Diego E. 'Flameeyes'
+  Pettenò for reports.
 
   27 Oct 2008; Peter Volkov <pva@gentoo.org> cunit-2.1.ebuild:
   ~mips keyworded, bug #242546



1.1                  dev-util/cunit/cunit-2.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: cunit-2.1-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild,v 1.1 2009/01/08 14:36:17 pva Exp $

inherit eutils autotools

MY_PN='CUnit'
MY_PV="${PV}-0"
MY_P="${MY_PN}-${MY_PV}"

DESCRIPTION="CUnit - C Unit Test Framework"
SRC_URI="mirror://sourceforge/cunit/${MY_P}-src.tar.gz"
HOMEPAGE="http://cunit.sourceforge.net"

DEPEND="virtual/libc"
SLOT="0"
LICENSE="LGPL-2"
KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

S=${WORKDIR}/${MY_P}

src_unpack() {
	unpack ${A}
	cd "${S}"
	sed -e "/^docdir/d" -i doc/Makefile.am
	sed -e '/^dochdrdir/{s:$(prefix)/doc/@PACKAGE@:$(docdir):}' \
		-i doc/headers/Makefile.am
	eautoreconf
}

src_compile() {
	econf --docdir=/usr/share/doc/${PF}
	emake || die "make failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "make install failed"
	dodoc AUTHORS NEWS README ChangeLog
}






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

* [gentoo-commits] gentoo-x86 commit in dev-util/cunit: ChangeLog cunit-2.1-r1.ebuild
@ 2009-01-09 21:36 Joseph Jezak (josejx)
  0 siblings, 0 replies; 7+ messages in thread
From: Joseph Jezak (josejx) @ 2009-01-09 21:36 UTC (permalink / raw
  To: gentoo-commits

josejx      09/01/09 21:36:29

  Modified:             ChangeLog cunit-2.1-r1.ebuild
  Log:
  Marked ppc/ppc64 stable for bug #241732.
  (Portage version: 2.1.6.4/cvs/Linux 2.6.23 x86_64)

Revision  Changes    Path
1.25                 dev-util/cunit/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	8 Jan 2009 14:36:17 -0000	1.24
+++ ChangeLog	9 Jan 2009 21:36:29 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/cunit
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.24 2009/01/08 14:36:17 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.25 2009/01/09 21:36:29 josejx Exp $
+
+  09 Jan 2009; Joseph Jezak <josejx@gentoo.org> cunit-2.1-r1.ebuild:
+  Marked ppc/ppc64 stable for bug #241732.
 
 *cunit-2.1-r1 (08 Jan 2009)
 



1.2                  dev-util/cunit/cunit-2.1-r1.ebuild

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

Index: cunit-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cunit-2.1-r1.ebuild	8 Jan 2009 14:36:17 -0000	1.1
+++ cunit-2.1-r1.ebuild	9 Jan 2009 21:36:29 -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-util/cunit/cunit-2.1-r1.ebuild,v 1.1 2009/01/08 14:36:17 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild,v 1.2 2009/01/09 21:36:29 josejx Exp $
 
 inherit eutils autotools
 
@@ -15,7 +15,7 @@
 DEPEND="virtual/libc"
 SLOT="0"
 LICENSE="LGPL-2"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ppc ppc64 ~sparc ~x86"
 IUSE=""
 
 S=${WORKDIR}/${MY_P}






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

* [gentoo-commits] gentoo-x86 commit in dev-util/cunit: ChangeLog cunit-2.1-r1.ebuild
@ 2009-01-10 10:06 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2009-01-10 10:06 UTC (permalink / raw
  To: gentoo-commits

maekke      09/01/10 10:06:42

  Modified:             ChangeLog cunit-2.1-r1.ebuild
  Log:
  amd64/x86 stable, bug #241732
  (Portage version: 2.1.6.4/cvs/Linux 2.6.27.10 x86_64)

Revision  Changes    Path
1.26                 dev-util/cunit/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	9 Jan 2009 21:36:29 -0000	1.25
+++ ChangeLog	10 Jan 2009 10:06:42 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/cunit
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.25 2009/01/09 21:36:29 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.26 2009/01/10 10:06:42 maekke Exp $
+
+  10 Jan 2009; Markus Meier <maekke@gentoo.org> cunit-2.1-r1.ebuild:
+  amd64/x86 stable, bug #241732
 
   09 Jan 2009; Joseph Jezak <josejx@gentoo.org> cunit-2.1-r1.ebuild:
   Marked ppc/ppc64 stable for bug #241732.



1.3                  dev-util/cunit/cunit-2.1-r1.ebuild

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

Index: cunit-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cunit-2.1-r1.ebuild	9 Jan 2009 21:36:29 -0000	1.2
+++ cunit-2.1-r1.ebuild	10 Jan 2009 10:06:42 -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-util/cunit/cunit-2.1-r1.ebuild,v 1.2 2009/01/09 21:36:29 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild,v 1.3 2009/01/10 10:06:42 maekke Exp $
 
 inherit eutils autotools
 
@@ -15,7 +15,7 @@
 DEPEND="virtual/libc"
 SLOT="0"
 LICENSE="LGPL-2"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE=""
 
 S=${WORKDIR}/${MY_P}






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

* [gentoo-commits] gentoo-x86 commit in dev-util/cunit: ChangeLog cunit-2.1-r1.ebuild
@ 2009-01-10 16:14 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2009-01-10 16:14 UTC (permalink / raw
  To: gentoo-commits

armin76     09/01/10 16:14:10

  Modified:             ChangeLog cunit-2.1-r1.ebuild
  Log:
  alpha/ia64/sparc stable wrt #241732
  (Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r2 ia64)

Revision  Changes    Path
1.27                 dev-util/cunit/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	10 Jan 2009 10:06:42 -0000	1.26
+++ ChangeLog	10 Jan 2009 16:14:10 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/cunit
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.26 2009/01/10 10:06:42 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.27 2009/01/10 16:14:10 armin76 Exp $
+
+  10 Jan 2009; Raúl Porcel <armin76@gentoo.org> cunit-2.1-r1.ebuild:
+  alpha/ia64/sparc stable wrt #241732
 
   10 Jan 2009; Markus Meier <maekke@gentoo.org> cunit-2.1-r1.ebuild:
   amd64/x86 stable, bug #241732



1.4                  dev-util/cunit/cunit-2.1-r1.ebuild

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

Index: cunit-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cunit-2.1-r1.ebuild	10 Jan 2009 10:06:42 -0000	1.3
+++ cunit-2.1-r1.ebuild	10 Jan 2009 16:14:10 -0000	1.4
@@ -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-util/cunit/cunit-2.1-r1.ebuild,v 1.3 2009/01/10 10:06:42 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild,v 1.4 2009/01/10 16:14:10 armin76 Exp $
 
 inherit eutils autotools
 
@@ -15,7 +15,7 @@
 DEPEND="virtual/libc"
 SLOT="0"
 LICENSE="LGPL-2"
-KEYWORDS="~alpha amd64 ~ia64 ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
 IUSE=""
 
 S=${WORKDIR}/${MY_P}






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

* [gentoo-commits] gentoo-x86 commit in dev-util/cunit: ChangeLog cunit-2.1-r1.ebuild
@ 2011-04-10  2:59 Jonathan Callen (abcd)
  0 siblings, 0 replies; 7+ messages in thread
From: Jonathan Callen (abcd) @ 2011-04-10  2:59 UTC (permalink / raw
  To: gentoo-commits

abcd        11/04/10 02:59:58

  Modified:             ChangeLog cunit-2.1-r1.ebuild
  Log:
  Add prefix support, bump EAPI to 3, add prefix keywords
  
  (Portage version: 2.2.0_alpha29_p11/cvs/Linux i686)

Revision  Changes    Path
1.29                 dev-util/cunit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	23 Sep 2009 17:42:09 -0000	1.28
+++ ChangeLog	10 Apr 2011 02:59:58 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/cunit
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.28 2009/09/23 17:42:09 patrick Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.29 2011/04/10 02:59:58 abcd Exp $
+
+  10 Apr 2011; Jonathan Callen <abcd@gentoo.org> cunit-2.1-r1.ebuild:
+  Add prefix support, bump EAPI to 3, add prefix keywords
 
   23 Sep 2009; Patrick Lauer <patrick@gentoo.org> cunit-1.0.0.8.ebuild,
   cunit-1.1.0.1-r1.ebuild, cunit-2.0.ebuild, cunit-2.1.ebuild,



1.7                  dev-util/cunit/cunit-2.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild?r1=1.6&r2=1.7

Index: cunit-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cunit-2.1-r1.ebuild	12 Apr 2010 19:03:07 -0000	1.6
+++ cunit-2.1-r1.ebuild	10 Apr 2011 02:59:58 -0000	1.7
@@ -1,7 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild,v 1.6 2010/04/12 19:03:07 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild,v 1.7 2011/04/10 02:59:58 abcd Exp $
 
+EAPI=3
 inherit eutils autotools
 
 MY_PN='CUnit'
@@ -15,23 +16,20 @@
 DEPEND=""
 SLOT="0"
 LICENSE="LGPL-2"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 S=${WORKDIR}/${MY_P}
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	sed -e "/^docdir/d" -i doc/Makefile.am
 	sed -e '/^dochdrdir/{s:$(prefix)/doc/@PACKAGE@:$(docdir):}' \
 		-i doc/headers/Makefile.am
 	eautoreconf
 }
 
-src_compile() {
-	econf --docdir=/usr/share/doc/${PF}
-	emake || die "make failed"
+src_configure() {
+	econf --docdir="${EPREFIX}"/usr/share/doc/${PF}
 }
 
 src_install() {






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

* [gentoo-commits] gentoo-x86 commit in dev-util/cunit: ChangeLog cunit-2.1-r1.ebuild
@ 2012-07-29 13:18 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 7+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-07-29 13:18 UTC (permalink / raw
  To: gentoo-commits

blueness    12/07/29 13:18:19

  Modified:             ChangeLog cunit-2.1-r1.ebuild
  Log:
  Keyword ~arm, needed for libmetalink, needed for curl-7.27.0
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.30                 dev-util/cunit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	10 Apr 2011 02:59:58 -0000	1.29
+++ ChangeLog	29 Jul 2012 13:18:19 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/cunit
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.29 2011/04/10 02:59:58 abcd Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.30 2012/07/29 13:18:19 blueness Exp $
+
+  29 Jul 2012; Anthony G. Basile <blueness@gentoo.org> cunit-2.1-r1.ebuild:
+  Keyword ~arm, needed for libmetalink, needed for curl-7.27.0
 
   10 Apr 2011; Jonathan Callen <abcd@gentoo.org> cunit-2.1-r1.ebuild:
   Add prefix support, bump EAPI to 3, add prefix keywords



1.8                  dev-util/cunit/cunit-2.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild?r1=1.7&r2=1.8

Index: cunit-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- cunit-2.1-r1.ebuild	10 Apr 2011 02:59:58 -0000	1.7
+++ cunit-2.1-r1.ebuild	29 Jul 2012 13:18:19 -0000	1.8
@@ -1,6 +1,6 @@
-# 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-util/cunit/cunit-2.1-r1.ebuild,v 1.7 2011/04/10 02:59:58 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild,v 1.8 2012/07/29 13:18:19 blueness Exp $
 
 EAPI=3
 inherit eutils autotools
@@ -16,7 +16,7 @@
 DEPEND=""
 SLOT="0"
 LICENSE="LGPL-2"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 S=${WORKDIR}/${MY_P}





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

* [gentoo-commits] gentoo-x86 commit in dev-util/cunit: ChangeLog cunit-2.1-r1.ebuild
@ 2012-08-01 13:20 Alexis Ballier (aballier)
  0 siblings, 0 replies; 7+ messages in thread
From: Alexis Ballier (aballier) @ 2012-08-01 13:20 UTC (permalink / raw
  To: gentoo-commits

aballier    12/08/01 13:20:59

  Modified:             ChangeLog cunit-2.1-r1.ebuild
  Log:
  keyword ~amd64-fbsd
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.31                 dev-util/cunit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	29 Jul 2012 13:18:19 -0000	1.30
+++ ChangeLog	1 Aug 2012 13:20:59 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/cunit
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.30 2012/07/29 13:18:19 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.31 2012/08/01 13:20:59 aballier Exp $
+
+  01 Aug 2012; Alexis Ballier <aballier@gentoo.org> cunit-2.1-r1.ebuild:
+  keyword ~amd64-fbsd
 
   29 Jul 2012; Anthony G. Basile <blueness@gentoo.org> cunit-2.1-r1.ebuild:
   Keyword ~arm, needed for libmetalink, needed for curl-7.27.0



1.9                  dev-util/cunit/cunit-2.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild?r1=1.8&r2=1.9

Index: cunit-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- cunit-2.1-r1.ebuild	29 Jul 2012 13:18:19 -0000	1.8
+++ cunit-2.1-r1.ebuild	1 Aug 2012 13:20:59 -0000	1.9
@@ -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-util/cunit/cunit-2.1-r1.ebuild,v 1.8 2012/07/29 13:18:19 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild,v 1.9 2012/08/01 13:20:59 aballier Exp $
 
 EAPI=3
 inherit eutils autotools
@@ -16,7 +16,7 @@
 DEPEND=""
 SLOT="0"
 LICENSE="LGPL-2"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 S=${WORKDIR}/${MY_P}





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

end of thread, other threads:[~2012-08-01 13:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-10 10:06 [gentoo-commits] gentoo-x86 commit in dev-util/cunit: ChangeLog cunit-2.1-r1.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-01 13:20 Alexis Ballier (aballier)
2012-07-29 13:18 Anthony G. Basile (blueness)
2011-04-10  2:59 Jonathan Callen (abcd)
2009-01-10 16:14 Raul Porcel (armin76)
2009-01-09 21:36 Joseph Jezak (josejx)
2009-01-08 14:36 Peter Volkov (pva)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox