diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 17:51:56 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 17:51:56 +0000 |
commit | 72c098bc8c560c0284efd6a0a537c97a57016c43 (patch) | |
tree | 8a75c77beed265f861f99a46190162756d288551 /dev-libs/protobuf | |
parent | Version bump. (diff) | |
download | gentoo-2-72c098bc8c560c0284efd6a0a537c97a57016c43.tar.gz gentoo-2-72c098bc8c560c0284efd6a0a537c97a57016c43.tar.bz2 gentoo-2-72c098bc8c560c0284efd6a0a537c97a57016c43.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-libs/protobuf')
-rw-r--r-- | dev-libs/protobuf/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/protobuf/protobuf-2.5.0-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/protobuf/protobuf-2.5.0.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-libs/protobuf/ChangeLog b/dev-libs/protobuf/ChangeLog index 08c0a00d286f..9fa48ee78076 100644 --- a/dev-libs/protobuf/ChangeLog +++ b/dev-libs/protobuf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/protobuf # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/ChangeLog,v 1.81 2015/03/10 21:11:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/ChangeLog,v 1.82 2015/04/08 17:51:55 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> protobuf-2.5.0-r1.ebuild, + protobuf-2.5.0.ebuild: + Drop old Python implementations *protobuf-2.6.1-r3 (10 Mar 2015) diff --git a/dev-libs/protobuf/protobuf-2.5.0-r1.ebuild b/dev-libs/protobuf/protobuf-2.5.0-r1.ebuild index ee42014e135a..2045e7218f46 100644 --- a/dev-libs/protobuf/protobuf-2.5.0-r1.ebuild +++ b/dev-libs/protobuf/protobuf-2.5.0-r1.ebuild @@ -1,10 +1,10 @@ -# 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-libs/protobuf/protobuf-2.5.0-r1.ebuild,v 1.3 2014/11/21 14:04:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.5.0-r1.ebuild,v 1.4 2015/04/08 17:51:55 mgorny Exp $ EAPI=5 JAVA_PKG_IUSE="source" -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) DISTUTILS_OPTIONAL=1 inherit autotools eutils flag-o-matic distutils-r1 java-pkg-opt-2 elisp-common diff --git a/dev-libs/protobuf/protobuf-2.5.0.ebuild b/dev-libs/protobuf/protobuf-2.5.0.ebuild index 5c80f2dd5bd2..2460214a8bfa 100644 --- a/dev-libs/protobuf/protobuf-2.5.0.ebuild +++ b/dev-libs/protobuf/protobuf-2.5.0.ebuild @@ -1,10 +1,10 @@ -# 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-libs/protobuf/protobuf-2.5.0.ebuild,v 1.13 2014/08/14 00:03:40 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.5.0.ebuild,v 1.14 2015/04/08 17:51:55 mgorny Exp $ EAPI=5 JAVA_PKG_IUSE="source" -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) DISTUTILS_OPTIONAL=1 inherit autotools eutils distutils-r1 java-pkg-opt-2 elisp-common |