* [gentoo-commits] gentoo-x86 commit in dev-cpp/gtest: gtest-1.6.0.ebuild ChangeLog
@ 2012-03-30 15:52 Mike Frysinger (vapier)
0 siblings, 0 replies; 10+ messages in thread
From: Mike Frysinger (vapier) @ 2012-03-30 15:52 UTC (permalink / raw
To: gentoo-commits
vapier 12/03/30 15:52:34
Modified: ChangeLog
Added: gtest-1.6.0.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha95/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-cpp/gtest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 9 Dec 2011 12:29:08 -0000 1.2
+++ ChangeLog 30 Mar 2012 15:52:33 -0000 1.3
@@ -1,6 +1,11 @@
# ChangeLog for dev-cpp/gtest
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.2 2011/12/09 12:29:08 naota Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.3 2012/03/30 15:52:33 vapier Exp $
+
+*gtest-1.6.0 (30 Mar 2012)
+
+ 30 Mar 2012; Mike Frysinger <vapier@gentoo.org> +gtest-1.6.0.ebuild:
+ Version bump.
09 Dec 2011; Naohiro Aota <naota@gentoo.org> gtest-1.5.0.ebuild:
Add ~x86-fbsd
1.1 dev-cpp/gtest/gtest-1.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild?rev=1.1&content-type=text/plain
Index: gtest-1.6.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild,v 1.1 2012/03/30 15:52:33 vapier Exp $
EAPI="4"
PYTHON_DEPEND="2"
inherit python
DESCRIPTION="Google C++ Testing Framework"
HOMEPAGE="http://code.google.com/p/googletest/"
SRC_URI="http://googletest.googlecode.com/files/${P}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~ppc-macos"
IUSE="examples threads static-libs"
pkg_setup() {
python_pkg_setup
python_set_active_version 2
}
src_prepare() {
sed -i -e "s|/tmp|${T}|g" test/gtest-filepath_test.cc || die
sed -i -r \
-e '/^install-(data|exec)-local:/s|^.*$|&\ndisabled-&|' \
Makefile.in
python_convert_shebangs -r 2 .
}
src_configure() {
econf \
$(use_enable static-libs static) \
$(use_with threads pthreads)
}
src_test() {
# explicitly use parallel make
emake check || die
}
src_install() {
default
dobin scripts/gtest-config
if ! use static-libs ; then
rm "${ED}"/usr/lib*/*.la || die
fi
if use examples ; then
insinto /usr/share/doc/${PF}/examples
doins samples/*.{cc,h}
fi
}
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-cpp/gtest: gtest-1.6.0.ebuild ChangeLog
@ 2012-05-09 17:20 Alexis Ballier (aballier)
0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-09 17:20 UTC (permalink / raw
To: gentoo-commits
aballier 12/05/09 17:20:04
Modified: gtest-1.6.0.ebuild ChangeLog
Log:
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha102/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-cpp/gtest/gtest-1.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild?r1=1.1&r2=1.2
Index: gtest-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gtest-1.6.0.ebuild 30 Mar 2012 15:52:33 -0000 1.1
+++ gtest-1.6.0.ebuild 9 May 2012 17:20:04 -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-cpp/gtest/gtest-1.6.0.ebuild,v 1.1 2012/03/30 15:52:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild,v 1.2 2012/05/09 17:20:04 aballier Exp $
EAPI="4"
PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos"
IUSE="examples threads static-libs"
pkg_setup() {
1.5 dev-cpp/gtest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 20 Apr 2012 18:18:06 -0000 1.4
+++ ChangeLog 9 May 2012 17:20:04 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for dev-cpp/gtest
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.4 2012/04/20 18:18:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.5 2012/05/09 17:20:04 aballier Exp $
+
+ 09 May 2012; Alexis Ballier <aballier@gentoo.org> gtest-1.6.0.ebuild:
+ keyword ~amd64-fbsd
20 Apr 2012; Mike Frysinger <vapier@gentoo.org> gtest-1.4.0.ebuild,
+files/gtest-1.4.0-gcc-4.7.patch:
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-cpp/gtest: gtest-1.6.0.ebuild ChangeLog
@ 2012-06-01 16:48 Matt Turner (mattst88)
0 siblings, 0 replies; 10+ messages in thread
From: Matt Turner (mattst88) @ 2012-06-01 16:48 UTC (permalink / raw
To: gentoo-commits
mattst88 12/06/01 16:48:47
Modified: gtest-1.6.0.ebuild ChangeLog
Log:
Add app-arch/unzip to DEPEND, bug 410393
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-cpp/gtest/gtest-1.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild?r1=1.2&r2=1.3
Index: gtest-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gtest-1.6.0.ebuild 9 May 2012 17:20:04 -0000 1.2
+++ gtest-1.6.0.ebuild 1 Jun 2012 16:48:47 -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-cpp/gtest/gtest-1.6.0.ebuild,v 1.2 2012/05/09 17:20:04 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild,v 1.3 2012/06/01 16:48:47 mattst88 Exp $
EAPI="4"
PYTHON_DEPEND="2"
@@ -16,6 +16,9 @@
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos"
IUSE="examples threads static-libs"
+DEPEND="app-arch/unzip"
+RDEPEND=""
+
pkg_setup() {
python_pkg_setup
python_set_active_version 2
1.7 dev-cpp/gtest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 22 May 2012 23:43:06 -0000 1.6
+++ ChangeLog 1 Jun 2012 16:48:47 -0000 1.7
@@ -1,6 +1,9 @@
# ChangeLog for dev-cpp/gtest
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.6 2012/05/22 23:43:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.7 2012/06/01 16:48:47 mattst88 Exp $
+
+ 01 Jun 2012; Matt Turner <mattst88@gentoo.org> gtest-1.6.0.ebuild:
+ Add app-arch/unzip to DEPEND, bug 410393.
22 May 2012; Mike Frysinger <vapier@gentoo.org> gtest-1.4.0.ebuild:
Stabilize & add arm love.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-cpp/gtest: gtest-1.6.0.ebuild ChangeLog
@ 2012-06-12 2:18 Mike Frysinger (vapier)
0 siblings, 0 replies; 10+ messages in thread
From: Mike Frysinger (vapier) @ 2012-06-12 2:18 UTC (permalink / raw
To: gentoo-commits
vapier 12/06/12 02:18:54
Modified: gtest-1.6.0.ebuild ChangeLog
Log:
Run elibtoolize to fix cross-compiles.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-cpp/gtest/gtest-1.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild?r1=1.3&r2=1.4
Index: gtest-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gtest-1.6.0.ebuild 1 Jun 2012 16:48:47 -0000 1.3
+++ gtest-1.6.0.ebuild 12 Jun 2012 02:18:53 -0000 1.4
@@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild,v 1.3 2012/06/01 16:48:47 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild,v 1.4 2012/06/12 02:18:53 vapier Exp $
EAPI="4"
PYTHON_DEPEND="2"
-inherit python
+inherit python libtool
DESCRIPTION="Google C++ Testing Framework"
HOMEPAGE="http://code.google.com/p/googletest/"
@@ -29,6 +29,7 @@
sed -i -r \
-e '/^install-(data|exec)-local:/s|^.*$|&\ndisabled-&|' \
Makefile.in
+ elibtoolize
python_convert_shebangs -r 2 .
}
1.8 dev-cpp/gtest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 1 Jun 2012 16:48:47 -0000 1.7
+++ ChangeLog 12 Jun 2012 02:18:53 -0000 1.8
@@ -1,6 +1,8 @@
-# ChangeLog for dev-cpp/gtest
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.7 2012/06/01 16:48:47 mattst88 Exp $
+# ChangeLog for dev-cpp/gtest# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.8 2012/06/12 02:18:53 vapier Exp $
+
+ 12 Jun 2012; Mike Frysinger <vapier@gentoo.org> gtest-1.6.0.ebuild:
+ Run elibtoolize to fix cross-compiles.
01 Jun 2012; Matt Turner <mattst88@gentoo.org> gtest-1.6.0.ebuild:
Add app-arch/unzip to DEPEND, bug 410393.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-cpp/gtest: gtest-1.6.0.ebuild ChangeLog
@ 2012-06-12 18:32 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-06-12 18:32 UTC (permalink / raw
To: gentoo-commits
ago 12/06/12 18:32:33
Modified: gtest-1.6.0.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #420853
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.5 dev-cpp/gtest/gtest-1.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild?r1=1.4&r2=1.5
Index: gtest-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gtest-1.6.0.ebuild 12 Jun 2012 02:18:53 -0000 1.4
+++ gtest-1.6.0.ebuild 12 Jun 2012 18:32:33 -0000 1.5
@@ -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-cpp/gtest/gtest-1.6.0.ebuild,v 1.4 2012/06/12 02:18:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild,v 1.5 2012/06/12 18:32:33 ago Exp $
EAPI="4"
PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos"
IUSE="examples threads static-libs"
DEPEND="app-arch/unzip"
1.9 dev-cpp/gtest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 12 Jun 2012 02:18:53 -0000 1.8
+++ ChangeLog 12 Jun 2012 18:32:33 -0000 1.9
@@ -1,5 +1,8 @@
-# ChangeLog for dev-cpp/gtest# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.8 2012/06/12 02:18:53 vapier Exp $
+# ChangeLog for dev-cpp/gtest
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.9 2012/06/12 18:32:33 ago Exp $
+
+ 12 Jun 2012; Agostino Sarubbo <ago@gentoo.org> gtest-1.6.0.ebuild:
+ Stable for amd64, wrt bug #420853
12 Jun 2012; Mike Frysinger <vapier@gentoo.org> gtest-1.6.0.ebuild:
Run elibtoolize to fix cross-compiles.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-cpp/gtest: gtest-1.6.0.ebuild ChangeLog
@ 2012-06-12 18:55 Jeff Horelick (jdhore)
0 siblings, 0 replies; 10+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-06-12 18:55 UTC (permalink / raw
To: gentoo-commits
jdhore 12/06/12 18:55:16
Modified: gtest-1.6.0.ebuild ChangeLog
Log:
marked x86 per bug 420853
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Revision Changes Path
1.6 dev-cpp/gtest/gtest-1.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild?r1=1.5&r2=1.6
Index: gtest-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gtest-1.6.0.ebuild 12 Jun 2012 18:32:33 -0000 1.5
+++ gtest-1.6.0.ebuild 12 Jun 2012 18:55:16 -0000 1.6
@@ -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-cpp/gtest/gtest-1.6.0.ebuild,v 1.5 2012/06/12 18:32:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild,v 1.6 2012/06/12 18:55:16 jdhore Exp $
EAPI="4"
PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos"
IUSE="examples threads static-libs"
DEPEND="app-arch/unzip"
1.10 dev-cpp/gtest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 12 Jun 2012 18:32:33 -0000 1.9
+++ ChangeLog 12 Jun 2012 18:55:16 -0000 1.10
@@ -1,5 +1,8 @@
# ChangeLog for dev-cpp/gtest
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.9 2012/06/12 18:32:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.10 2012/06/12 18:55:16 jdhore Exp $
+
+ 12 Jun 2012; Jeff Horelick <jdhore@gentoo.org> gtest-1.6.0.ebuild:
+ marked x86 per bug 420853
12 Jun 2012; Agostino Sarubbo <ago@gentoo.org> gtest-1.6.0.ebuild:
Stable for amd64, wrt bug #420853
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-cpp/gtest: gtest-1.6.0.ebuild ChangeLog
@ 2012-06-20 20:15 Markus Meier (maekke)
0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2012-06-20 20:15 UTC (permalink / raw
To: gentoo-commits
maekke 12/06/20 20:15:08
Modified: gtest-1.6.0.ebuild ChangeLog
Log:
arm stable, bug #420853
(Portage version: 2.1.10.65/cvs/Linux i686)
Revision Changes Path
1.7 dev-cpp/gtest/gtest-1.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild?r1=1.6&r2=1.7
Index: gtest-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gtest-1.6.0.ebuild 12 Jun 2012 18:55:16 -0000 1.6
+++ gtest-1.6.0.ebuild 20 Jun 2012 20:15:07 -0000 1.7
@@ -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-cpp/gtest/gtest-1.6.0.ebuild,v 1.6 2012/06/12 18:55:16 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild,v 1.7 2012/06/20 20:15:07 maekke Exp $
EAPI="4"
PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos"
IUSE="examples threads static-libs"
DEPEND="app-arch/unzip"
1.11 dev-cpp/gtest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 12 Jun 2012 18:55:16 -0000 1.10
+++ ChangeLog 20 Jun 2012 20:15:07 -0000 1.11
@@ -1,5 +1,8 @@
# ChangeLog for dev-cpp/gtest
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.10 2012/06/12 18:55:16 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.11 2012/06/20 20:15:07 maekke Exp $
+
+ 20 Jun 2012; Markus Meier <maekke@gentoo.org> gtest-1.6.0.ebuild:
+ arm stable, bug #420853
12 Jun 2012; Jeff Horelick <jdhore@gentoo.org> gtest-1.6.0.ebuild:
marked x86 per bug 420853
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-cpp/gtest: gtest-1.6.0.ebuild ChangeLog
@ 2012-06-28 15:28 Jeroen Roovers (jer)
0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2012-06-28 15:28 UTC (permalink / raw
To: gentoo-commits
jer 12/06/28 15:28:14
Modified: gtest-1.6.0.ebuild ChangeLog
Log:
Stable for HPPA (bug #420853).
(Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
Revision Changes Path
1.8 dev-cpp/gtest/gtest-1.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild?r1=1.7&r2=1.8
Index: gtest-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gtest-1.6.0.ebuild 20 Jun 2012 20:15:07 -0000 1.7
+++ gtest-1.6.0.ebuild 28 Jun 2012 15:28:14 -0000 1.8
@@ -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-cpp/gtest/gtest-1.6.0.ebuild,v 1.7 2012/06/20 20:15:07 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild,v 1.8 2012/06/28 15:28:14 jer Exp $
EAPI="4"
PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos"
IUSE="examples threads static-libs"
DEPEND="app-arch/unzip"
1.12 dev-cpp/gtest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 20 Jun 2012 20:15:07 -0000 1.11
+++ ChangeLog 28 Jun 2012 15:28:14 -0000 1.12
@@ -1,5 +1,8 @@
# ChangeLog for dev-cpp/gtest
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.11 2012/06/20 20:15:07 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.12 2012/06/28 15:28:14 jer Exp $
+
+ 28 Jun 2012; Jeroen Roovers <jer@gentoo.org> gtest-1.6.0.ebuild:
+ Stable for HPPA (bug #420853).
20 Jun 2012; Markus Meier <maekke@gentoo.org> gtest-1.6.0.ebuild:
arm stable, bug #420853
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-cpp/gtest: gtest-1.6.0.ebuild ChangeLog
@ 2012-07-15 18:19 Raul Porcel (armin76)
0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2012-07-15 18:19 UTC (permalink / raw
To: gentoo-commits
armin76 12/07/15 18:19:57
Modified: gtest-1.6.0.ebuild ChangeLog
Log:
alpha/ia64/s390/sh/sparc stable wrt #420853
(Portage version: 2.1.11.5/cvs/Linux ia64)
Revision Changes Path
1.9 dev-cpp/gtest/gtest-1.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild?r1=1.8&r2=1.9
Index: gtest-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gtest-1.6.0.ebuild 28 Jun 2012 15:28:14 -0000 1.8
+++ gtest-1.6.0.ebuild 15 Jul 2012 18:19:56 -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-cpp/gtest/gtest-1.6.0.ebuild,v 1.8 2012/06/28 15:28:14 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild,v 1.9 2012/07/15 18:19:56 armin76 Exp $
EAPI="4"
PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos"
IUSE="examples threads static-libs"
DEPEND="app-arch/unzip"
1.13 dev-cpp/gtest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 28 Jun 2012 15:28:14 -0000 1.12
+++ ChangeLog 15 Jul 2012 18:19:56 -0000 1.13
@@ -1,5 +1,8 @@
# ChangeLog for dev-cpp/gtest
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.12 2012/06/28 15:28:14 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.13 2012/07/15 18:19:56 armin76 Exp $
+
+ 15 Jul 2012; Raúl Porcel <armin76@gentoo.org> gtest-1.6.0.ebuild:
+ alpha/ia64/s390/sh/sparc stable wrt #420853
28 Jun 2012; Jeroen Roovers <jer@gentoo.org> gtest-1.6.0.ebuild:
Stable for HPPA (bug #420853).
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-cpp/gtest: gtest-1.6.0.ebuild ChangeLog
@ 2012-07-16 12:17 Anthony G. Basile (blueness)
0 siblings, 0 replies; 10+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-07-16 12:17 UTC (permalink / raw
To: gentoo-commits
blueness 12/07/16 12:17:56
Modified: gtest-1.6.0.ebuild ChangeLog
Log:
Stable ppc ppc64, bug #420853
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Revision Changes Path
1.10 dev-cpp/gtest/gtest-1.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild?r1=1.9&r2=1.10
Index: gtest-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gtest-1.6.0.ebuild 15 Jul 2012 18:19:56 -0000 1.9
+++ gtest-1.6.0.ebuild 16 Jul 2012 12:17:56 -0000 1.10
@@ -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-cpp/gtest/gtest-1.6.0.ebuild,v 1.9 2012/07/15 18:19:56 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild,v 1.10 2012/07/16 12:17:56 blueness Exp $
EAPI="4"
PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos"
IUSE="examples threads static-libs"
DEPEND="app-arch/unzip"
1.14 dev-cpp/gtest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 15 Jul 2012 18:19:56 -0000 1.13
+++ ChangeLog 16 Jul 2012 12:17:56 -0000 1.14
@@ -1,5 +1,8 @@
# ChangeLog for dev-cpp/gtest
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.13 2012/07/15 18:19:56 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.14 2012/07/16 12:17:56 blueness Exp $
+
+ 16 Jul 2012; Anthony G. Basile <blueness@gentoo.org> gtest-1.6.0.ebuild:
+ Stable ppc ppc64, bug #420853
15 Jul 2012; Raúl Porcel <armin76@gentoo.org> gtest-1.6.0.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #420853
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2012-07-16 12:18 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-09 17:20 [gentoo-commits] gentoo-x86 commit in dev-cpp/gtest: gtest-1.6.0.ebuild ChangeLog Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2012-07-16 12:17 Anthony G. Basile (blueness)
2012-07-15 18:19 Raul Porcel (armin76)
2012-06-28 15:28 Jeroen Roovers (jer)
2012-06-20 20:15 Markus Meier (maekke)
2012-06-12 18:55 Jeff Horelick (jdhore)
2012-06-12 18:32 Agostino Sarubbo (ago)
2012-06-12 2:18 Mike Frysinger (vapier)
2012-06-01 16:48 Matt Turner (mattst88)
2012-03-30 15:52 Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox