mgorny 14/11/20 15:32:09
Modified: ChangeLog distutils.eclass git-2.eclass
python.eclass twisted.eclass
Log:
Deprecate the few eclasses.
Revision Changes Path
1.1434 eclass/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1434&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1434&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1433&r2=1.1434
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1433
retrieving revision 1.1434
diff -u -r1.1433 -r1.1434
--- ChangeLog 20 Nov 2014 15:25:52 -0000 1.1433
+++ ChangeLog 20 Nov 2014 15:32:09 -0000 1.1434
@@ -1,6 +1,10 @@
# ChangeLog for eclass directory
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1433 2014/11/20
15:25:52 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1434 2014/11/20
15:32:09 mgorny Exp $
+
+ 20 Nov 2014; Michał Górny <[email protected]> git-2.eclass,
+ distutils.eclass, python.eclass, twisted.eclass:
+ Deprecate the few eclasses.
20 Nov 2014; Michał Górny <[email protected]> git-2.eclass:
Remove the experimental git-r3 testing support. It is not needed anymore,
1.85 eclass/distutils.eclass
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/distutils.eclass?rev=1.85&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/distutils.eclass?rev=1.85&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/distutils.eclass?r1=1.84&r2=1.85
Index: distutils.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- distutils.eclass 3 Aug 2013 13:28:22 -0000 1.84
+++ distutils.eclass 20 Nov 2014 15:32:09 -0000 1.85
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.84 2013/08/03
13:28:22 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.85 2014/11/20
15:32:09 mgorny Exp $
# @ECLASS: distutils.eclass
# @MAINTAINER:
@@ -8,6 +8,8 @@
# @BLURB: Eclass for packages with build systems using Distutils
# @DESCRIPTION:
# The distutils eclass defines phase functions for packages with build systems
using Distutils.
+#
+# This eclass is DEPRECATED. Please use distutils-r1 instead.
if [[ -z "${_PYTHON_ECLASS_INHERITED}" ]]; then
inherit python
1.35 eclass/git-2.eclass
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/git-2.eclass?rev=1.35&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/git-2.eclass?rev=1.35&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/git-2.eclass?r1=1.34&r2=1.35
Index: git-2.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/git-2.eclass,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- git-2.eclass 20 Nov 2014 15:25:52 -0000 1.34
+++ git-2.eclass 20 Nov 2014 15:32:09 -0000 1.35
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/git-2.eclass,v 1.34 2014/11/20
15:25:52 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/git-2.eclass,v 1.35 2014/11/20
15:32:09 mgorny Exp $
# @ECLASS: git-2.eclass
# @MAINTAINER:
@@ -10,6 +10,8 @@
# @DESCRIPTION:
# Eclass for easing maitenance of live ebuilds using git as remote repository.
# Eclass support working with git submodules and branching.
+#
+# This eclass is DEPRECATED. Please use git-r3 instead.
# This eclass support all EAPIs
EXPORT_FUNCTIONS src_unpack
1.170 eclass/python.eclass
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python.eclass?rev=1.170&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python.eclass?rev=1.170&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python.eclass?r1=1.169&r2=1.170
Index: python.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/python.eclass,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- python.eclass 6 Feb 2014 05:34:07 -0000 1.169
+++ python.eclass 20 Nov 2014 15:32:09 -0000 1.170
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.169 2014/02/06
05:34:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.170 2014/11/20
15:32:09 mgorny Exp $
# @ECLASS: python.eclass
# @MAINTAINER:
@@ -8,6 +8,9 @@
# @BLURB: Eclass for Python packages
# @DESCRIPTION:
# The python eclass contains miscellaneous, useful functions for Python
packages.
+#
+# This eclass is DEPRECATED. Please use python-r1, python-single-r1
+# or python-any-r1 instead.
if [[ ${_PYTHON_UTILS_R1} ]]; then
die 'python.eclass can not be used with python-r1 suite eclasses.'
1.11 eclass/twisted.eclass
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/twisted.eclass?rev=1.11&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/twisted.eclass?rev=1.11&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/twisted.eclass?r1=1.10&r2=1.11
Index: twisted.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/twisted.eclass,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- twisted.eclass 27 Dec 2011 06:54:23 -0000 1.10
+++ twisted.eclass 20 Nov 2014 15:32:09 -0000 1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/eclass/twisted.eclass,v 1.10 2011/12/27
06:54:23 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/twisted.eclass,v 1.11 2014/11/20
15:32:09 mgorny Exp $
# @ECLASS: twisted.eclass
# @MAINTAINER:
@@ -8,10 +8,12 @@
# @BLURB: Eclass for Twisted packages
# @DESCRIPTION:
# The twisted eclass defines phase functions for Twisted packages.
-
+#
# The following variables can be set in dev-python/twisted* packages before
inheriting this eclass:
# MY_PACKAGE - Package name suffix (required)
# MY_PV - Package version (optional)
+#
+# This eclass is DEPRECATED. Please use twisted-r1 instead.
inherit distutils versionator