diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-01-29 02:39:46 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-01-29 02:39:46 +0000 |
commit | 016172f24d67790cd4848a421bb0c4cdb4b42f91 (patch) | |
tree | 6a7288d1eb3e63ad99e630bbcbc72e4d2ff5cb5e /app-emacs/ngnus | |
parent | EAPI=2; add use-based dep (diff) | |
download | historical-016172f24d67790cd4848a421bb0c4cdb4b42f91.tar.gz historical-016172f24d67790cd4848a421bb0c4cdb4b42f91.tar.bz2 historical-016172f24d67790cd4848a421bb0c4cdb4b42f91.zip |
clean up
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 i686
Diffstat (limited to 'app-emacs/ngnus')
-rw-r--r-- | app-emacs/ngnus/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/ngnus/ngnus-0.6.ebuild | 46 |
2 files changed, 5 insertions, 48 deletions
diff --git a/app-emacs/ngnus/ChangeLog b/app-emacs/ngnus/ChangeLog index 2b36262d3ae2..085dfe0f245e 100644 --- a/app-emacs/ngnus/ChangeLog +++ b/app-emacs/ngnus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/ngnus -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ngnus/ChangeLog,v 1.4 2008/04/18 06:26:34 ulm Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ngnus/ChangeLog,v 1.5 2009/01/29 02:34:38 fauli Exp $ + + 29 Jan 2009; Christian Faulhammer <fauli@gentoo.org> -ngnus-0.6.ebuild: + clean up *ngnus-0.8 (18 Apr 2008) diff --git a/app-emacs/ngnus/ngnus-0.6.ebuild b/app-emacs/ngnus/ngnus-0.6.ebuild deleted file mode 100644 index ac64a6271080..000000000000 --- a/app-emacs/ngnus/ngnus-0.6.ebuild +++ /dev/null @@ -1,46 +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/ngnus/ngnus-0.6.ebuild,v 1.3 2007/12/01 16:09:49 ulm Exp $ - -inherit elisp - -DESCRIPTION="Current alpha branch of the Gnus news- and mail-reader" -HOMEPAGE="http://gnus.org/" -SRC_URI="http://gnus.org/dist/${P}.tar.gz" - -LICENSE="GPL-2 FDL-1.2" -SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha ~sparc ~amd64" -IUSE="" - -DEPEND="" -RDEPEND="!app-emacs/gnus - !app-emacs/gnus-cvs" - -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" -} |