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/iiimf.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/iiimf.eclass')
-rw-r--r--eclass/iiimf.eclass61
1 files changed, 5 insertions, 56 deletions
diff --git a/eclass/iiimf.eclass b/eclass/iiimf.eclass
index ad6cdd3740c3..05bb9c7b5918 100644
--- a/eclass/iiimf.eclass
+++ b/eclass/iiimf.eclass
@@ -1,58 +1,7 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/iiimf.eclass,v 1.15 2006/11/01 17:32:00 flameeyes Exp $
-#
-# Author: Mamoru KOMACHI <usata@gentoo.org>
-#
-# The IIIMF eclass is used for compilation and installation of IIIMF
-# libraries, servers, clients and modules within the Portage system.
-#
-
-WANT_AUTOMAKE="1.4"
-WANT_AUTOCONF="2.5"
-
-inherit autotools
-
-EXPORT_FUNCTIONS src_compile src_install
-
-IMSDK_PV="r${PV//./_}"
-MY_PV="${IMSDK_PV/_pre/-svn}"
-MY_PV="${MY_PV/_p/-svn}"
-IMSDK_P="im-sdk-src-${MY_PV}"
-IMSDK="${IMSDK_P/-src/}"
-
-DESCRIPTION="Based on the $ECLASS eclass"
-HOMEPAGE="http://www.openi18n.org/subgroups/im/IIIMF/"
-SRC_URI="mirror://gentoo/${IMSDK_P}.tgz
- http://dev.gentoo.org/~usata/distfiles/${IMSDK_P}.tgz"
-
-LICENSE="MIT X11"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="debug"
-
-S="${WORKDIR}/${IMSDK}/${PN}"
-
-RDEPEND=""
-DEPEND="dev-util/pkgconfig"
-
-iiimf_src_compile() {
-
- if [ "${PV:0:2}" -eq 12 ] ; then
- eautoreconf
- fi
-
- econf --enable-optimize \
- --localstatedir=/var \
- $(use_enable debug) || die
- # emake doesn't work on some libraries
- emake -j1 || die
-}
-
-iiimf_src_install() {
-
- einstall || die
-
- dodoc ChangeLog
-}
+# $Header: /var/cvsroot/gentoo-x86/eclass/iiimf.eclass,v 1.16 2009/11/30 04:19:36 abcd Exp $
+# @DEAD
+# To be removed on 2011/11/30.
+ewarn "Please fix your package (${CATEGORY}/${PF}) to not use ${ECLASS}.eclass"