Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Tue, 29 Dec 2015 12:30:38
Message-Id: 1451392207.b7b732566bb6b5b60c40497c901e66baccc46b80.pacho@gentoo
1 commit: b7b732566bb6b5b60c40497c901e66baccc46b80
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 29 12:30:07 2015 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 29 12:30:07 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7b73256
7
8 eclass/clutter.eclass: Mark it as DEAD for removal in a month
9
10 eclass/clutter.eclass | 4 ++++
11 1 file changed, 4 insertions(+)
12
13 diff --git a/eclass/clutter.eclass b/eclass/clutter.eclass
14 index 7451c17..9d049fd 100644
15 --- a/eclass/clutter.eclass
16 +++ b/eclass/clutter.eclass
17 @@ -2,6 +2,8 @@
18 # Distributed under the terms of the GNU General Public License v2
19 # $Id$
20
21 +# @DEAD
22 +
23 # @ECLASS: clutter.eclass
24 # @MAINTAINER:
25 # GNOME Herd <gnome@g.o>
26 @@ -16,6 +18,8 @@ HOMEPAGE="http://www.clutter-project.org/"
27 RV=($(get_version_components))
28 SRC_URI="http://www.clutter-project.org/sources/${PN}/${RV[0]}.${RV[1]}/${P}.tar.bz2"
29
30 +eqawarn "emul-linux-x86.eclass is last rited and will be removed on 2016-01-29."
31 +
32 # All official clutter packages use LGPL-2.1 or later
33 LICENSE="${LICENSE:-LGPL-2.1+}"