diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-03-12 22:34:40 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-03-12 22:34:40 +0000 |
commit | 6e81db0ba6b0fb09498a194d098e304a4001170f (patch) | |
tree | deee905b682f6a8f700c151e398e9d0a63b0aa4b /app-emacs/emacs-w3m/emacs-w3m-1.4.4-r3.ebuild | |
parent | Update to EAPI 2 and use slot dep for gtk+. (diff) | |
download | historical-6e81db0ba6b0fb09498a194d098e304a4001170f.tar.gz historical-6e81db0ba6b0fb09498a194d098e304a4001170f.tar.bz2 historical-6e81db0ba6b0fb09498a194d098e304a4001170f.zip |
New snapshot from CVS. Remove old.
Package-Manager: portage-2.1.9.42/cvs/Linux x86_64
Diffstat (limited to 'app-emacs/emacs-w3m/emacs-w3m-1.4.4-r3.ebuild')
-rw-r--r-- | app-emacs/emacs-w3m/emacs-w3m-1.4.4-r3.ebuild | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/app-emacs/emacs-w3m/emacs-w3m-1.4.4-r3.ebuild b/app-emacs/emacs-w3m/emacs-w3m-1.4.4-r3.ebuild deleted file mode 100644 index 740a9a412693..000000000000 --- a/app-emacs/emacs-w3m/emacs-w3m-1.4.4-r3.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2010 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-r3.ebuild,v 1.7 2010/11/07 10:36:46 ulm 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="linguas_ja" - -DEPEND="virtual/w3m - <app-editors/emacs-23" -RDEPEND="${DEPEND}" - -SITEFILE="70${PN}-gentoo.el" - -pkg_setup() { - local have_emacs=$(elisp-emacs-version) - if [ "${have_emacs%%.*}" -ge 23 ]; then - eerror "${P} does not support Emacs 23 or later." - eerror "Try the development version of ${PN} instead, or use" - eerror "\"eselect emacs\" to select a lower active Emacs version." - die "Emacs 23 not supported" - fi -} - -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}${SITEETC}/${PN}" \ - install-en $(useq linguas_ja && echo install-ja) install-icons \ - || die "emake install failed" - - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die - dodoc ChangeLog* README - use linguas_ja && dodoc 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." -} |