diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-12-29 13:30:07 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-12-29 13:30:07 +0100 |
commit | b7b732566bb6b5b60c40497c901e66baccc46b80 (patch) | |
tree | 558977860ecf1eaca08605cdcd89fcc9fb125aad /eclass/clutter.eclass | |
parent | net-misc/sparkleshare: Move to maintainer-needed (diff) | |
download | gentoo-b7b732566bb6b5b60c40497c901e66baccc46b80.tar.gz gentoo-b7b732566bb6b5b60c40497c901e66baccc46b80.tar.bz2 gentoo-b7b732566bb6b5b60c40497c901e66baccc46b80.zip |
eclass/clutter.eclass: Mark it as DEAD for removal in a month
Diffstat (limited to 'eclass/clutter.eclass')
-rw-r--r-- | eclass/clutter.eclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/eclass/clutter.eclass b/eclass/clutter.eclass index 7451c173b6b5..9d049fde2ae7 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 <gnome@gentoo.org> @@ -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+}" |