summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/ngnus/ngnus-9999.ebuild')
-rw-r--r--app-emacs/ngnus/ngnus-9999.ebuild51
1 files changed, 0 insertions, 51 deletions
diff --git a/app-emacs/ngnus/ngnus-9999.ebuild b/app-emacs/ngnus/ngnus-9999.ebuild
deleted file mode 100644
index ce10e7eaffc4..000000000000
--- a/app-emacs/ngnus/ngnus-9999.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/ngnus/ngnus-9999.ebuild,v 1.6 2009/11/15 13:53:16 scarabeus Exp $
-
-ECVS_SERVER="cvs.gnus.org:/usr/local/cvsroot"
-ECVS_MODULE="gnus"
-ECVS_USER="gnus"
-ECVS_PASS="gnus"
-ECVS_CVS_OPTIONS="-dP"
-
-inherit elisp cvs
-
-DESCRIPTION="Current alpha branch of the Gnus news- and mail-reader"
-HOMEPAGE="http://gnus.org/"
-SRC_URI=""
-
-LICENSE="GPL-3 FDL-1.2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND=""
-RDEPEND="!app-emacs/gnus
- !app-emacs/gnus-cvs"
-
-S="${WORKDIR}/${ECVS_MODULE}"
-SITEFILE="70${PN}-gentoo.el"
-
-src_compile() {
- econf \
- --with-emacs --without-w3 --without-url \
- --with-lispdir=${SITELISP}/${PN} \
- --with-etcdir=${SITEETC}
- emake || die "emake failed"
-}
-
-src_install() {
- einstall \
- lispdir="${D}${SITELISP}/${PN}" \
- etcdir="${D}${SITEETC}" \
- || die "einstall failed"
-
- # fix info documentation
- for i in "${D}"/usr/share/info/*; do
- mv "${i}" "${i}".info || die "mv info failed"
- done
-
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
-
- dodoc ChangeLog GNUS-NEWS README todo || die "dodoc failed"
-}