diff options
author | 2009-11-30 04:19:36 +0000 | |
---|---|---|
committer | 2009-11-30 04:19:36 +0000 | |
commit | 25e23d78c44428acf7b0fa4e3d78c2ad0841ad9d (patch) | |
tree | 472c481305df0e16f21798cf35d39108c7798b13 /eclass/aolserver.eclass | |
parent | Drop usage of xfce44.eclass (deprecated) (diff) | |
download | historical-25e23d78c44428acf7b0fa4e3d78c2ad0841ad9d.tar.gz historical-25e23d78c44428acf7b0fa4e3d78c2ad0841ad9d.tar.bz2 historical-25e23d78c44428acf7b0fa4e3d78c2ad0841ad9d.zip |
Remove eclasses that have been marked as deprecated for >=2 years; schedule other deprecated eclasses for removal
Diffstat (limited to 'eclass/aolserver.eclass')
-rw-r--r-- | eclass/aolserver.eclass | 58 |
1 files changed, 5 insertions, 53 deletions
diff --git a/eclass/aolserver.eclass b/eclass/aolserver.eclass index e23cd7962fbc..e7fb181f4779 100644 --- a/eclass/aolserver.eclass +++ b/eclass/aolserver.eclass @@ -1,55 +1,7 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/aolserver.eclass,v 1.8 2005/07/11 15:08:06 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/aolserver.eclass,v 1.9 2009/11/30 04:19:36 abcd Exp $ -# Authors: -# Ian Leitch <port001@gentoo.org> - -EXPORT_FUNCTIONS src_compile src_install pkg_postinst - -DEPEND="www-servers/aolserver" -RDEPEND="${DEPEND}" - -NS_CONF="/usr/share/aolserver" # /include/ is implied by the Makefile -NS_BASE="/usr/lib/aolserver" - -SRC_URI="mirror://sourceforge/aolserver/${P}.tar.gz" -HOMEPAGE="http://www.aolserver.com" -LICENSE="MPL-1.1" -SLOT="0" - -aolserver_src_compile() { - - emake NSBUILD=1 INST=${NS_CONF} AOLSERVER=${NS_CONF} ${MAKE_FLAGS} || die "emake failed" -} - -aolserver_src_install() { - - find ${S} -type d -name CVS -prune | xargs rm -rf - - into ${NS_BASE} - - if [[ -e "${S}/${PN}.so" ]] ; then - dobin ${S}/${PN}.so - fi - - if [[ -e "${S}/lib${PN}.so" ]] ; then - dolib.so ${S}/lib${PN}.so - fi - - for mod in ${TCL_MODS} ; do - insinto /usr/lib/aolserver/modules/tcl - doins ${mod} - done - - for doc in ${DOCS} ; do - dodoc ${doc} - done -} - -aolserver_pkg_postinst() { - - echo - einfo "To enable the use of ${PN} you must add the module to your AOLServer configuration" - echo -} +# @DEAD +# To be removed on 2011/11/30. +ewarn "Please fix your package (${CATEGORY}/${PF}) to not use ${ECLASS}.eclass" |