diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-18 10:35:39 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-18 10:35:39 +0000 |
commit | 96a674d6b2b29afa6d6e80b624a437ced900a82e (patch) | |
tree | ac04ebb1a83b7b037176c754a23d41bfd8d78406 | |
parent | bump; add IUSE doc, examples, update deps, remove old (diff) | |
download | historical-96a674d6b2b29afa6d6e80b624a437ced900a82e.tar.gz historical-96a674d6b2b29afa6d6e80b624a437ced900a82e.tar.bz2 historical-96a674d6b2b29afa6d6e80b624a437ced900a82e.zip |
Mark @DEAD.
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/boost-utils.eclass | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 62bd74a730c0..c6a445511850 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.1178 2014/03/17 08:17:27 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1179 2014/03/18 10:35:39 mgorny Exp $ + + 18 Mar 2014; Michał Górny <mgorny@gentoo.org> boost-utils.eclass: + Mark @DEAD. 17 Mar 2014; Justin Lecher <jlec@gentoo.org> python-utils-r1.eclass, readme.gentoo.eclass: diff --git a/eclass/boost-utils.eclass b/eclass/boost-utils.eclass index 1f946a416a14..7dde0031b586 100644 --- a/eclass/boost-utils.eclass +++ b/eclass/boost-utils.eclass @@ -1,9 +1,11 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/boost-utils.eclass,v 1.3 2012/10/07 08:29:49 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/boost-utils.eclass,v 1.4 2014/03/18 10:35:39 mgorny Exp $ if [[ ! ${_BOOST_ECLASS} ]]; then +# @DEAD + # @ECLASS: boost-utils.eclass # @MAINTAINER: # Michał Górny <mgorny@gentoo.org> |