summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2014-12-25 23:35:18 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2014-12-25 23:35:18 +0000
commit8bc982a8a4335426c8cb7e2b923d39c933be4705 (patch)
tree4e989e434d14b206a16d86134424abda4085ff4e /eclass
parentConvert to distutils-r1. (diff)
downloadhistorical-8bc982a8a4335426c8cb7e2b923d39c933be4705.tar.gz
historical-8bc982a8a4335426c8cb7e2b923d39c933be4705.tar.bz2
historical-8bc982a8a4335426c8cb7e2b923d39c933be4705.zip
Reflect reality of the status of waf-utils eclass maintenance as announced months ago on gentoo-dev mailing list
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog6
-rw-r--r--eclass/waf-utils.eclass4
2 files changed, 7 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 47bdd197ee73..c607795038a5 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.1472 2014/12/24 09:58:27 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1473 2014/12/25 23:35:18 eva Exp $
+
+ 25 Dec 2014; Gilles Dartiguelongue <eva@gentoo.org> waf-utils.eclass:
+ Reflect reality of the status of waf-utils eclass maintenance as announced
+ months ago on gentoo-dev mailing list.
24 Dec 2014; Michael Weber <xmw@gentoo.org> netsurf.eclass:
remove base.eclass inherit
diff --git a/eclass/waf-utils.eclass b/eclass/waf-utils.eclass
index 2013f4d775ca..5a70d4a7713e 100644
--- a/eclass/waf-utils.eclass
+++ b/eclass/waf-utils.eclass
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/waf-utils.eclass,v 1.19 2014/04/16 11:33:18 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/waf-utils.eclass,v 1.20 2014/12/25 23:35:18 eva Exp $
# @ECLASS: waf-utils.eclass
# @MAINTAINER:
-# gnome@gentoo.org
+# maintainer-needed@gentoo.org
# @AUTHOR:
# Original Author: Gilles Dartiguelongue <eva@gentoo.org>
# Various improvements based on cmake-utils.eclass: Tomáš Chvátal <scarabeus@gentoo.org>