diff options
author | Jonathan Callen <abcd@gentoo.org> | 2009-11-30 04:19:36 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2009-11-30 04:19:36 +0000 |
commit | 919d8676c7be258c142e09e161f29a3dbe5ca490 (patch) | |
tree | 23491b364c9c55e6d81cb39ba21cd4af1a32c174 /eclass/kde-dist.eclass | |
parent | Drop usage of xfce44.eclass (deprecated) (diff) | |
download | gentoo-2-919d8676c7be258c142e09e161f29a3dbe5ca490.tar.gz gentoo-2-919d8676c7be258c142e09e161f29a3dbe5ca490.tar.bz2 gentoo-2-919d8676c7be258c142e09e161f29a3dbe5ca490.zip |
Remove eclasses that have been marked as deprecated for >=2 years; schedule other deprecated eclasses for removal
Diffstat (limited to 'eclass/kde-dist.eclass')
-rw-r--r-- | eclass/kde-dist.eclass | 31 |
1 files changed, 3 insertions, 28 deletions
diff --git a/eclass/kde-dist.eclass b/eclass/kde-dist.eclass index 723fffeef9a4..fcdc637df437 100644 --- a/eclass/kde-dist.eclass +++ b/eclass/kde-dist.eclass @@ -1,32 +1,7 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.76 2009/11/01 08:23:56 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.77 2009/11/30 04:19:36 abcd Exp $ # @DEAD -# This eclass was only used for the old monolithic ebuilds; just enough -# functionality remains to install 3.5.9 or remove old versions - -inherit kde - -need-kde ${PV} - -DESCRIPTION="KDE ${PV} - " -HOMEPAGE="http://www.kde.org/" -SRC_URI="mirror://kde/stable/${PV}/src/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="${KDEMAJORVER}.${KDEMINORVER}" - -# add blockers on split packages derived from this one -for x in $(get-child-packages ${CATEGORY}/${PN}); do - case ${EAPI:-0} in - # Add EAPIs without SLOT dependencies. - 0) DEPEND="${DEPEND} !=${x}-${KDEMAJORVER}.${KDEMINORVER}*" - RDEPEND="${RDEPEND} !=${x}-${KDEMAJORVER}.${KDEMINORVER}*" - ;; - # EAPIs with SLOT dependencies. - *) DEPEND="${DEPEND} !${x}:${SLOT}" - RDEPEND="${RDEPEND} !${x}:${SLOT}" - ;; - esac -done +# To be removed 2011/11/01. +ewarn "Please fix your package (${CATEGORY}/${PF}) to not use ${ECLASS}.eclass" |