diff options
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/gnus/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/gnus/gnus-5.10.10.ebuild | 46 |
2 files changed, 4 insertions, 47 deletions
diff --git a/app-emacs/gnus/ChangeLog b/app-emacs/gnus/ChangeLog index 5eea8dfa3a6f..f4b0750bc45e 100644 --- a/app-emacs/gnus/ChangeLog +++ b/app-emacs/gnus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/gnus # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/ChangeLog,v 1.44 2009/12/13 17:04:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/ChangeLog,v 1.45 2009/12/13 17:24:51 ulm Exp $ + + 13 Dec 2009; Ulrich Mueller <ulm@gentoo.org> -gnus-5.10.10.ebuild: + Remove old. 13 Dec 2009; Raúl Porcel <armin76@gentoo.org> gnus-5.10.10-r1.ebuild: alpha stable wrt #294501 diff --git a/app-emacs/gnus/gnus-5.10.10.ebuild b/app-emacs/gnus/gnus-5.10.10.ebuild deleted file mode 100644 index d9bce2a46d17..000000000000 --- a/app-emacs/gnus/gnus-5.10.10.ebuild +++ /dev/null @@ -1,46 +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/gnus/gnus-5.10.10.ebuild,v 1.5 2009/02/19 19:38:55 nixnut Exp $ - -inherit elisp - -DESCRIPTION="The Gnus newsreader and mail-reader" -HOMEPAGE="http://gnus.org/" -SRC_URI="http://quimby.gnus.org/gnus/dist/${P}.tar.gz" - -LICENSE="GPL-3 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() { - econf \ - --with-emacs --without-w3 --without-url \ - --with-lispdir=${SITELISP}/${PN} \ - --with-etcdir=${SITEETC} \ - || die "econf failed" - 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 "elisp-site-file-install failed" - - dodoc ChangeLog GNUS-NEWS README todo || die "dodoc failed" -} |