diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-04-04 21:17:47 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-04-04 21:17:47 +0000 |
commit | 06944f92c4e9d99ab8c7cf672e7450afb61140eb (patch) | |
tree | b6c139397c19e70df5b0f14aa1c0611831c704dc /app-emacs/vm/vm-8.2.0_beta.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-06944f92c4e9d99ab8c7cf672e7450afb61140eb.tar.gz gentoo-2-06944f92c4e9d99ab8c7cf672e7450afb61140eb.tar.bz2 gentoo-2-06944f92c4e9d99ab8c7cf672e7450afb61140eb.zip |
Fix build failure with texinfo-5.1, bug 464312. Specify LICENSE more precisely. Remove old.
(Portage version: 2.1.11.60/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/vm/vm-8.2.0_beta.ebuild')
-rw-r--r-- | app-emacs/vm/vm-8.2.0_beta.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/app-emacs/vm/vm-8.2.0_beta.ebuild b/app-emacs/vm/vm-8.2.0_beta.ebuild index 0f609dd3d13b..ee1c3996098f 100644 --- a/app-emacs/vm/vm-8.2.0_beta.ebuild +++ b/app-emacs/vm/vm-8.2.0_beta.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/vm/vm-8.2.0_beta.ebuild,v 1.2 2012/07/29 17:14:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/vm/vm-8.2.0_beta.ebuild,v 1.3 2013/04/04 21:17:46 ulm Exp $ EAPI=4 @@ -12,7 +12,7 @@ DESCRIPTION="The VM mail reader for Emacs" HOMEPAGE="http://www.nongnu.org/viewmail/" SRC_URI="http://launchpad.net/vm/${PV%.*}.x/${MY_PV}/+download/${MY_P}.tgz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="bbdb ssl" @@ -21,12 +21,15 @@ DEPEND="bbdb? ( app-emacs/bbdb )" RDEPEND="!app-emacs/u-vm-color ${DEPEND} ssl? ( net-misc/stunnel )" +DEPEND="${DEPEND} + sys-apps/texinfo" S="${WORKDIR}/${MY_P}" SITEFILE="50${PN}-gentoo.el" src_prepare() { epatch "${FILESDIR}/${P}-datadir.patch" + epatch "${FILESDIR}/${P}-texinfo-5.patch" if ! use bbdb; then elog "Excluding vm-pcrisis.el since the \"bbdb\" USE flag is not set." @@ -49,7 +52,7 @@ src_compile() { src_install() { emake -j1 DESTDIR="${D}" install - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die + elisp-site-file-install "${FILESDIR}/${SITEFILE}" # delete duplicate documentation find "${D}/${SITEETC}/${PN}" -type d -name pixmaps -prune \ |