diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-07-22 19:37:02 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-07-22 19:37:02 +0000 |
commit | ac09e60cc1b7193329547e0a37b1efbd53723985 (patch) | |
tree | de1c39622afd3f5e40c214f3488dfae4d25d958d /app-emacs/emacs-w3m | |
parent | Stable on alpha, bug #277184 (diff) | |
download | gentoo-2-ac09e60cc1b7193329547e0a37b1efbd53723985.tar.gz gentoo-2-ac09e60cc1b7193329547e0a37b1efbd53723985.tar.bz2 gentoo-2-ac09e60cc1b7193329547e0a37b1efbd53723985.zip |
clean up
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-emacs/emacs-w3m')
-rw-r--r-- | app-emacs/emacs-w3m/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/emacs-w3m/emacs-w3m-1.4.4-r2.ebuild | 48 | ||||
-rw-r--r-- | app-emacs/emacs-w3m/emacs-w3m-1.4.4_p20080214.ebuild | 57 | ||||
-rw-r--r-- | app-emacs/emacs-w3m/files/71emacs-w3m-gentoo.el | 6 |
4 files changed, 6 insertions, 112 deletions
diff --git a/app-emacs/emacs-w3m/ChangeLog b/app-emacs/emacs-w3m/ChangeLog index 72ce192e8a68..7a14b3df3516 100644 --- a/app-emacs/emacs-w3m/ChangeLog +++ b/app-emacs/emacs-w3m/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/emacs-w3m # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-w3m/ChangeLog,v 1.65 2009/07/22 19:06:25 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-w3m/ChangeLog,v 1.66 2009/07/22 19:37:02 fauli Exp $ + + 22 Jul 2009; Christian Faulhammer <fauli@gentoo.org> + -files/71emacs-w3m-gentoo.el, -emacs-w3m-1.4.4-r2.ebuild, + -emacs-w3m-1.4.4_p20080214.ebuild: + clean up 22 Jul 2009; Tobias Klausmann <klausman@gentoo.org> emacs-w3m-1.4.4-r3.ebuild: diff --git a/app-emacs/emacs-w3m/emacs-w3m-1.4.4-r2.ebuild b/app-emacs/emacs-w3m/emacs-w3m-1.4.4-r2.ebuild deleted file mode 100644 index 488059ec6083..000000000000 --- a/app-emacs/emacs-w3m/emacs-w3m-1.4.4-r2.ebuild +++ /dev/null @@ -1,48 +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/emacs-w3m/emacs-w3m-1.4.4-r2.ebuild,v 1.7 2007/12/02 23:44:18 opfer Exp $ - -inherit elisp - -DESCRIPTION="emacs-w3m is an interface program of w3m on Emacs" -HOMEPAGE="http://emacs-w3m.namazu.org" -SRC_URI="http://emacs-w3m.namazu.org/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ppc sparc x86" -IUSE="" - -DEPEND="virtual/w3m" -RDEPEND="${DEPEND}" - -SITEFILE=71${PN}-gentoo.el - -# This is NOT redundant: elisp.eclass redefines src_compile() from default -src_compile() { - econf || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake lispdir="${D}"/${SITELISP}/${PN} \ - infodir="${D}"/usr/share/info \ - ICONDIR="${D}"/usr/share/pixmaps/${PN} \ - install install-icons || die "emake install failed" - - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - dodoc ChangeLog* README* -} - -pkg_postinst() { - elisp-site-regen - einfo "Please see /usr/share/doc/${PF}/README*" - einfo - elog "If you want to use the shimbun library, please emerge app-emacs/apel" - elog "and app-emacs/flim." - einfo -} - -pkg_postrm() { - elisp-site-regen -} diff --git a/app-emacs/emacs-w3m/emacs-w3m-1.4.4_p20080214.ebuild b/app-emacs/emacs-w3m/emacs-w3m-1.4.4_p20080214.ebuild deleted file mode 100644 index caf6bc6268a7..000000000000 --- a/app-emacs/emacs-w3m/emacs-w3m-1.4.4_p20080214.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-w3m/emacs-w3m-1.4.4_p20080214.ebuild,v 1.2 2008/11/27 00:40:05 ulm Exp $ - -inherit elisp autotools - -DESCRIPTION="emacs-w3m is an interface program of w3m on Emacs" -HOMEPAGE="http://emacs-w3m.namazu.org" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -IUSE="linguas_ja" - -DEPEND="virtual/w3m" -RDEPEND="${DEPEND}" - -SITEFILE=71${PN}-gentoo.el - -S="${WORKDIR}/${PN}" - -src_unpack() { - unpack ${A} - cd "${S}" - eautoreconf -} - -src_compile() { - econf || die "econf failed" - emake all-en $(useq linguas_ja && echo all-ja) || die "emake failed" -} - -src_install() { - emake lispdir="${D}"/${SITELISP}/${PN} \ - infodir="${D}"/usr/share/info \ - ICONDIR="${D}"/usr/share/pixmaps/${PN} \ - install-en $(useq linguas_ja && echo install-ja) install-icons \ - || die "emake install failed" - - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - dodoc ChangeLog* NEWS README - use linguas_ja && dodoc BUGS.ja NEWS.ja README.ja -} - -pkg_postinst() { - elisp-site-regen - einfo "Please see /usr/share/doc/${PF}/README*" - einfo - elog "If you want to use the shimbun library, please emerge app-emacs/apel" - elog "and app-emacs/flim." - einfo -} - -pkg_postrm() { - elisp-site-regen -} diff --git a/app-emacs/emacs-w3m/files/71emacs-w3m-gentoo.el b/app-emacs/emacs-w3m/files/71emacs-w3m-gentoo.el deleted file mode 100644 index 05cd223e6e4d..000000000000 --- a/app-emacs/emacs-w3m/files/71emacs-w3m-gentoo.el +++ /dev/null @@ -1,6 +0,0 @@ - -;;; emacs-w3m site-lisp configuration - -(add-to-list 'load-path "@SITELISP@") -(setq w3m-icon-directory "/usr/share/pixmaps/emacs-w3m") -(require 'w3m-load) |