mgorny 15/04/08 17:51:55
Modified: protobuf-2.5.0-r1.ebuild protobuf-2.5.0.ebuild
ChangeLog
Log:
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
EFB4464E!)
Revision Changes Path
1.4 dev-libs/protobuf/protobuf-2.5.0-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf/protobuf-2.5.0-r1.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf/protobuf-2.5.0-r1.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf/protobuf-2.5.0-r1.ebuild?r1=1.3&r2=1.4
Index: protobuf-2.5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.5.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- protobuf-2.5.0-r1.ebuild 21 Nov 2014 14:04:29 -0000 1.3
+++ protobuf-2.5.0-r1.ebuild 8 Apr 2015 17:51:55 -0000 1.4
@@ -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
1.14 dev-libs/protobuf/protobuf-2.5.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf/protobuf-2.5.0.ebuild?rev=1.14&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf/protobuf-2.5.0.ebuild?rev=1.14&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf/protobuf-2.5.0.ebuild?r1=1.13&r2=1.14
Index: protobuf-2.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.5.0.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- protobuf-2.5.0.ebuild 14 Aug 2014 00:03:40 -0000 1.13
+++ protobuf-2.5.0.ebuild 8 Apr 2015 17:51:55 -0000 1.14
@@ -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
1.82 dev-libs/protobuf/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf/ChangeLog?rev=1.82&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf/ChangeLog?rev=1.82&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf/ChangeLog?r1=1.81&r2=1.82
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/protobuf/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog 10 Mar 2015 21:11:02 -0000 1.81
+++ ChangeLog 8 Apr 2015 17:51:55 -0000 1.82
@@ -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 <[email protected]> protobuf-2.5.0-r1.ebuild,
+ protobuf-2.5.0.ebuild:
+ Drop old Python implementations
*protobuf-2.6.1-r3 (10 Mar 2015)