summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-emacs/gnus/ChangeLog5
-rw-r--r--app-emacs/gnus/gnus-5.10.8.ebuild45
2 files changed, 4 insertions, 46 deletions
diff --git a/app-emacs/gnus/ChangeLog b/app-emacs/gnus/ChangeLog
index 03fc75cfa454..38363e747c28 100644
--- a/app-emacs/gnus/ChangeLog
+++ b/app-emacs/gnus/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/gnus
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/ChangeLog,v 1.34 2009/02/19 19:38:55 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/ChangeLog,v 1.35 2009/02/19 22:53:43 fauli Exp $
+
+ 19 Feb 2009; Christian Faulhammer <fauli@gentoo.org> -gnus-5.10.8.ebuild:
+ clean up
19 Feb 2009; nixnut <nixnut@gentoo.org> gnus-5.10.10.ebuild:
ppc stable #257697
diff --git a/app-emacs/gnus/gnus-5.10.8.ebuild b/app-emacs/gnus/gnus-5.10.8.ebuild
deleted file mode 100644
index 234d27a976f6..000000000000
--- a/app-emacs/gnus/gnus-5.10.8.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/gnus-5.10.8.ebuild,v 1.14 2007/12/01 16:04:21 ulm Exp $
-
-inherit elisp
-
-DESCRIPTION="The Gnus newsreader and mail-reader"
-HOMEPAGE="http://www.gnus.org/"
-SRC_URI="http://quimby.gnus.org/gnus/dist/${P}.tar.gz"
-
-LICENSE="GPL-2 FDL-1.2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc sparc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="!app-emacs/gnus-cvs
- !app-emacs/ngnus"
-
-SITEFILE=70${PN}-gentoo.el
-
-src_compile() {
- local myconf
- myconf="${myconf} --without-w3 --without-url"
- econf \
- --with-emacs \
- --with-lispdir=${SITELISP}/${PN} \
- --with-etcdir=${SITEETC} \
- ${myconf} || die "econf failed"
- emake || die
-}
-
-src_install() {
- einstall \
- lispdir="${D}${SITELISP}/${PN}" \
- etcdir="${D}${SITEETC}" \
- || die "einstall failed"
-
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-
- dodoc ChangeLog GNUS-NEWS README todo
-
- # fix info documentation
- find "${D}/usr/share/info" -type f -exec mv {} {}.info \;
-}