diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 17:46:42 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 17:46:42 +0000 |
commit | c7d857cfabd6bd18fa369d4c40721667ce1371c7 (patch) | |
tree | c39b844d480550ab37099a4e95e3fc269e424e01 /dev-cpp/gtest | |
parent | Remove old. (diff) | |
download | gentoo-2-c7d857cfabd6bd18fa369d4c40721667ce1371c7.tar.gz gentoo-2-c7d857cfabd6bd18fa369d4c40721667ce1371c7.tar.bz2 gentoo-2-c7d857cfabd6bd18fa369d4c40721667ce1371c7.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-cpp/gtest')
-rw-r--r-- | dev-cpp/gtest/ChangeLog | 6 | ||||
-rw-r--r-- | dev-cpp/gtest/gtest-1.6.0-r2.ebuild | 6 | ||||
-rw-r--r-- | dev-cpp/gtest/gtest-1.7.0.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-cpp/gtest/ChangeLog b/dev-cpp/gtest/ChangeLog index 90a4e728b604..345c12d0e096 100644 --- a/dev-cpp/gtest/ChangeLog +++ b/dev-cpp/gtest/ChangeLog @@ -1,5 +1,9 @@ # ChangeLog for dev-cpp/gtest -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.41 2014/11/19 11:33:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.42 2015/04/08 17:46:42 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> gtest-1.6.0-r2.ebuild, + gtest-1.7.0.ebuild: + Drop old Python implementations 19 Nov 2014; Agostino Sarubbo <ago@gentoo.org> gtest-1.7.0.ebuild: Stable for ppc64, wrt bug #529822 diff --git a/dev-cpp/gtest/gtest-1.6.0-r2.ebuild b/dev-cpp/gtest/gtest-1.6.0-r2.ebuild index adaf258c3c8f..1934c0033c49 100644 --- a/dev-cpp/gtest/gtest-1.6.0-r2.ebuild +++ b/dev-cpp/gtest/gtest-1.6.0-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 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-r2.ebuild,v 1.4 2013/10/19 01:54:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.6.0-r2.ebuild,v 1.5 2015/04/08 17:46:42 mgorny Exp $ EAPI="5" # Python is required for tests and some build tasks. -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit eutils python-any-r1 autotools-multilib diff --git a/dev-cpp/gtest/gtest-1.7.0.ebuild b/dev-cpp/gtest/gtest-1.7.0.ebuild index a06d529133c2..3590b64777ca 100644 --- a/dev-cpp/gtest/gtest-1.7.0.ebuild +++ b/dev-cpp/gtest/gtest-1.7.0.ebuild @@ -1,13 +1,13 @@ -# 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-cpp/gtest/gtest-1.7.0.ebuild,v 1.7 2014/11/19 11:33:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.7.0.ebuild,v 1.8 2015/04/08 17:46:42 mgorny Exp $ EAPI="5" AUTOTOOLS_AUTORECONF=1 AUTOTOOLS_IN_SOURCE_BUILD=1 # Python is required for tests and some build tasks. -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit eutils python-any-r1 autotools-multilib |