summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-12-16 00:04:31 +0000
committerPacho Ramos <pacho@gentoo.org>2014-12-16 00:04:31 +0000
commit9aded6b1fa6f93a899ea7c174d1c484078d7fabd (patch)
treea1303951af9d3cfab843b173c1eab6cae754b1a8 /eclass
parentFix bad edit, DEPEND -> RDEPEND. (diff)
downloadgentoo-2-9aded6b1fa6f93a899ea7c174d1c484078d7fabd.tar.gz
gentoo-2-9aded6b1fa6f93a899ea7c174d1c484078d7fabd.tar.bz2
gentoo-2-9aded6b1fa6f93a899ea7c174d1c484078d7fabd.zip
Deprecate USE_EINSTALL (#482082)
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/gnome2.eclass6
2 files changed, 9 insertions, 2 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 395e44c4ff61..968b256728b0 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1463 2014/12/13 21:06:07 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1464 2014/12/16 00:04:31 pacho Exp $
+
+ 16 Dec 2014; Pacho Ramos <pacho@gentoo.org> gnome2.eclass:
+ Deprecate USE_EINSTALL (#482082)
13 Dec 2014; Andreas K. Huettel <dilfridge@gentoo.org> perl-module.eclass:
Make perl-module_src_prep throw a real warning, not just eqawarn
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass
index 1fbd7a3a0833..4cc2dcbdd207 100644
--- a/eclass/gnome2.eclass
+++ b/eclass/gnome2.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/gnome2.eclass,v 1.126 2014/11/23 19:56:53 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.127 2014/12/16 00:04:31 pacho Exp $
# @ECLASS: gnome2.eclass
# @MAINTAINER:
@@ -208,6 +208,10 @@ gnome2_src_install() {
emake DESTDIR="${D}" "scrollkeeper_localstate_dir=${ED}${sk_tmp_dir} " "$@" install || die "install failed"
else
debug-print "Installing with 'einstall'"
+ eqawarn
+ eqawarn "Support for USE_EINSTALL will be dropped in a month,"
+ eqawarn "please stop using it (#482082)"
+ eqawarn
einstall "scrollkeeper_localstate_dir=${ED}${sk_tmp_dir} " "$@" || die "einstall failed"
fi