summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2013-02-18 09:43:18 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2013-02-18 09:43:18 +0000
commit0c83abf24f04b7d3ae865ac94649d7e834b7063a (patch)
tree37d0c9f8305e4e693b8600e220b356d31a6b2fe3 /eclass/vdr-plugin.eclass
parentAdd ~arm-linux keyword. (diff)
downloadgentoo-2-0c83abf24f04b7d3ae865ac94649d7e834b7063a.tar.gz
gentoo-2-0c83abf24f04b7d3ae865ac94649d7e834b7063a.tar.bz2
gentoo-2-0c83abf24f04b7d3ae865ac94649d7e834b7063a.zip
vdr-plugin.eclass, add eerror to get .eclass depricated
Diffstat (limited to 'eclass/vdr-plugin.eclass')
-rw-r--r--eclass/vdr-plugin.eclass9
1 files changed, 7 insertions, 2 deletions
diff --git a/eclass/vdr-plugin.eclass b/eclass/vdr-plugin.eclass
index 61bed8e4247b..32455e61b785 100644
--- a/eclass/vdr-plugin.eclass
+++ b/eclass/vdr-plugin.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.90 2012/09/27 16:35:42 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.91 2013/02/18 09:43:18 hd_brummy Exp $
# @ECLASS: vdr-plugin.eclass
# @MAINTAINER:
@@ -441,6 +441,11 @@ vdr-plugin_src_util() {
}
vdr-plugin_src_unpack() {
+ # mark vdr-plugin.eclass deprecated
+ eerror "\n\tvdr-plugin.eclass is deprecated"
+ eerror "\tMaintainer: please fix your ebuilds to use"
+ eerror "\tvdr-plugin-2.eclass \n"
+
if [[ -z ${VDR_INCLUDE_DIR} ]]; then
eerror "Wrong use of vdr-plugin.eclass."
eerror "An ebuild for a vdr-plugin will not work without calling vdr-plugin_pkg_setup."