summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-11-20 15:32:09 +0000
committerMichał Górny <mgorny@gentoo.org>2014-11-20 15:32:09 +0000
commitc135e11315a8469cc173f8f6b959d1975b8ade70 (patch)
tree14feef6a53fa3493a8d287f0ea7c5bcf6ebedeae /eclass
parentRemove the experimental git-r3 testing support. It is not needed anymore, git... (diff)
downloadgentoo-2-c135e11315a8469cc173f8f6b959d1975b8ade70.tar.gz
gentoo-2-c135e11315a8469cc173f8f6b959d1975b8ade70.tar.bz2
gentoo-2-c135e11315a8469cc173f8f6b959d1975b8ade70.zip
Deprecate the few eclasses.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog6
-rw-r--r--eclass/distutils.eclass6
-rw-r--r--eclass/git-2.eclass4
-rw-r--r--eclass/python.eclass7
-rw-r--r--eclass/twisted.eclass8
5 files changed, 22 insertions, 9 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index f87ab47a7c9a..cf705842f5d1 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -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 <mgorny@gentoo.org> git-2.eclass,
+ distutils.eclass, python.eclass, twisted.eclass:
+ Deprecate the few eclasses.
20 Nov 2014; Michał Górny <mgorny@gentoo.org> git-2.eclass:
Remove the experimental git-r3 testing support. It is not needed anymore,
diff --git a/eclass/distutils.eclass b/eclass/distutils.eclass
index 22ebf1379505..8b9140a7719b 100644
--- a/eclass/distutils.eclass
+++ b/eclass/distutils.eclass
@@ -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
diff --git a/eclass/git-2.eclass b/eclass/git-2.eclass
index 674ab562d770..7f72447d7288 100644
--- a/eclass/git-2.eclass
+++ b/eclass/git-2.eclass
@@ -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
diff --git a/eclass/python.eclass b/eclass/python.eclass
index 096822d2fd1c..3164704812d2 100644
--- a/eclass/python.eclass
+++ b/eclass/python.eclass
@@ -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.'
diff --git a/eclass/twisted.eclass b/eclass/twisted.eclass
index 4a8704e81c00..b99d023fdc40 100644
--- a/eclass/twisted.eclass
+++ b/eclass/twisted.eclass
@@ -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