diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-02-25 18:06:57 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-02-25 18:06:57 +0000 |
commit | 4c9da4b0063ff6439b79485027a8af59933e6682 (patch) | |
tree | 953e6396d3238a5d6aeabf5b3092dd0b1fe9f047 /app-emacs/emacs-w3m | |
parent | Fix installing compat pkg-config files for multilib. (diff) | |
download | gentoo-2-4c9da4b0063ff6439b79485027a8af59933e6682.tar.gz gentoo-2-4c9da4b0063ff6439b79485027a8af59933e6682.tar.bz2 gentoo-2-4c9da4b0063ff6439b79485027a8af59933e6682.zip |
New snapshot from CVS.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/emacs-w3m')
-rw-r--r-- | app-emacs/emacs-w3m/ChangeLog | 10 | ||||
-rw-r--r-- | app-emacs/emacs-w3m/emacs-w3m-1.4.528_pre20140213.ebuild (renamed from app-emacs/emacs-w3m/emacs-w3m-1.4.437_pre20110310.ebuild) | 30 |
2 files changed, 20 insertions, 20 deletions
diff --git a/app-emacs/emacs-w3m/ChangeLog b/app-emacs/emacs-w3m/ChangeLog index c21ecad60e3e..cd6ad36fa6ae 100644 --- a/app-emacs/emacs-w3m/ChangeLog +++ b/app-emacs/emacs-w3m/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emacs/emacs-w3m -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-w3m/ChangeLog,v 1.74 2013/02/26 07:15:14 ulm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-w3m/ChangeLog,v 1.75 2014/02/25 18:06:57 ulm Exp $ + +*emacs-w3m-1.4.528_pre20140213 (25 Feb 2014) + + 25 Feb 2014; Ulrich Müller <ulm@gentoo.org> + -emacs-w3m-1.4.437_pre20110310.ebuild, +emacs-w3m-1.4.528_pre20140213.ebuild: + New snapshot from CVS. *emacs-w3m-1.4.513_pre20130204 (25 Feb 2013) diff --git a/app-emacs/emacs-w3m/emacs-w3m-1.4.437_pre20110310.ebuild b/app-emacs/emacs-w3m/emacs-w3m-1.4.528_pre20140213.ebuild index 1c673eed3e90..7409f3f8417f 100644 --- a/app-emacs/emacs-w3m/emacs-w3m-1.4.437_pre20110310.ebuild +++ b/app-emacs/emacs-w3m/emacs-w3m-1.4.528_pre20140213.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 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.437_pre20110310.ebuild,v 1.3 2013/02/26 07:15:14 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-w3m/emacs-w3m-1.4.528_pre20140213.ebuild,v 1.1 2014/02/25 18:06:57 ulm Exp $ -EAPI=3 +EAPI=5 -inherit elisp autotools +inherit readme.gentoo 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" +HOMEPAGE="http://emacs-w3m.namazu.org/" +SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" @@ -25,31 +25,25 @@ src_prepare() { eautoreconf } -# This is NOT redundant, elisp.eclass redefines src_configure src_configure() { - econf + default } src_compile() { - emake all-en $(use linguas_ja && echo all-ja) || die "emake failed" + emake all-en $(use linguas_ja && echo all-ja) } src_install() { emake lispdir="${ED}${SITELISP}/${PN}" \ infodir="${ED}/usr/share/info" \ ICONDIR="${ED}${SITEETC}/${PN}" \ - install-en $(use linguas_ja && echo install-ja) install-icons \ - || die "emake install failed" + install-en $(use linguas_ja && echo install-ja) install-icons elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die dodoc ChangeLog* NEWS README use linguas_ja && dodoc BUGS.ja NEWS.ja README.ja -} -pkg_postinst() { - elisp-site-regen - einfo "Please see ${EPREFIX}/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." + DOC_CONTENTS="If you want to use the shimbun library, please emerge + app-emacs/apel and app-emacs/flim." + readme.gentoo_create_doc } |