commit: b7b732566bb6b5b60c40497c901e66baccc46b80 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Tue Dec 29 12:30:07 2015 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Tue Dec 29 12:30:07 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7b73256
eclass/clutter.eclass: Mark it as DEAD for removal in a month eclass/clutter.eclass | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eclass/clutter.eclass b/eclass/clutter.eclass index 7451c17..9d049fd 100644 --- a/eclass/clutter.eclass +++ b/eclass/clutter.eclass @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# @DEAD + # @ECLASS: clutter.eclass # @MAINTAINER: # GNOME Herd <[email protected]> @@ -16,6 +18,8 @@ HOMEPAGE="http://www.clutter-project.org/" RV=($(get_version_components)) SRC_URI="http://www.clutter-project.org/sources/${PN}/${RV[0]}.${RV[1]}/${P}.tar.bz2" +eqawarn "emul-linux-x86.eclass is last rited and will be removed on 2016-01-29." + # All official clutter packages use LGPL-2.1 or later LICENSE="${LICENSE:-LGPL-2.1+}"
