summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2009-11-30 04:19:36 +0000
committerJonathan Callen <abcd@gentoo.org>2009-11-30 04:19:36 +0000
commit919d8676c7be258c142e09e161f29a3dbe5ca490 (patch)
tree23491b364c9c55e6d81cb39ba21cd4af1a32c174 /eclass/xfce42.eclass
parentDrop usage of xfce44.eclass (deprecated) (diff)
downloadgentoo-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/xfce42.eclass')
-rw-r--r--eclass/xfce42.eclass63
1 files changed, 4 insertions, 59 deletions
diff --git a/eclass/xfce42.eclass b/eclass/xfce42.eclass
index 54ce0f9a3eb2..aaf54166fb1f 100644
--- a/eclass/xfce42.eclass
+++ b/eclass/xfce42.eclass
@@ -1,62 +1,7 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xfce42.eclass,v 1.9 2009/09/30 09:22:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xfce42.eclass,v 1.10 2009/11/30 04:19:36 abcd Exp $
-# OBSOLETE ECLASS. Unused and doesn't work. Delete soon as allowed.
-
-COMPRESS=".tar.gz"
-ZIP=""
-INSTALL="make DESTDIR=${D} install"
-XFCE_VERSION="4.2"
-HOMEPAGE=""
-
-bzipped() {
- COMPRESS=".tar.bz2"
- ZIP="-bz2"
-}
-
-plugin() {
- [[ -z ${MY_P} ]] && MY_P="${PN}-plugin-${PV}"
- S="${WORKDIR}/${MY_P}"
- RDEPEND="${RDEPEND}
- =xfce-base/xfce4-panel-${XFCE_VERSION}*
- !>=xfce-base/xfce4-panel-4.3"
-}
-
-goodies() {
- SRC_URI="http://download.berlios.de/xfce-goodies/${MY_P:-${P}}${COMPRESS}"
- [[ -z ${HOMEPAGE} ]] && HOMEPAGE="http://xfce-goodies.berlios.de/"
- S="${WORKDIR}/${MY_P:-${P}}"
-}
-
-goodies_plugin() {
- plugin
- goodies
- S="${WORKDIR}/${MY_P}"
-}
-
-core_package() {
- SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src${ZIP}/${P}${COMPRESS}"
-}
-
-single_make() {
- JOBS=""
-}
-
-want_einstall() {
- INSTALL="true"
-}
-
-LICENSE=""
-SLOT="0"
-IUSE="${IUSE}"
-
-xfce42_src_compile() {
- true
-}
-
-xfce42_src_install() {
- true
-}
-
-EXPORT_FUNCTIONS src_compile src_install
+# @DEAD
+# To be removed on 2011/09/30.
+ewarn "Please fix your package (${CATEGORY}/${PF}) to not use ${ECLASS}.eclass"