summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2013-05-06 05:07:34 +0000
committerUlrich Müller <ulm@gentoo.org>2013-05-06 05:07:34 +0000
commit40378ee49b8a31a336993eca42b7db9d6ce0a437 (patch)
treeac6699369ad6923d71ef6c2087c87b28571ff940 /app-emacs
parentAutomake 1.13 fix (diff)
downloadgentoo-2-40378ee49b8a31a336993eca42b7db9d6ce0a437.tar.gz
gentoo-2-40378ee49b8a31a336993eca42b7db9d6ce0a437.tar.bz2
gentoo-2-40378ee49b8a31a336993eca42b7db9d6ce0a437.zip
Also define infodir, bug 468574.
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/org-mode/ChangeLog6
-rw-r--r--app-emacs/org-mode/org-mode-7.9.2.ebuild3
-rw-r--r--app-emacs/org-mode/org-mode-8.0.2.ebuild3
3 files changed, 9 insertions, 3 deletions
diff --git a/app-emacs/org-mode/ChangeLog b/app-emacs/org-mode/ChangeLog
index b1f80296ba37..7f549042b320 100644
--- a/app-emacs/org-mode/ChangeLog
+++ b/app-emacs/org-mode/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/org-mode
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.157 2013/05/05 16:51:24 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.158 2013/05/06 05:07:34 ulm Exp $
+
+ 06 May 2013; Ulrich Müller <ulm@gentoo.org> org-mode-7.9.2.ebuild,
+ org-mode-8.0.2.ebuild:
+ Also define infodir, bug 468574.
05 May 2013; Ulrich Müller <ulm@gentoo.org> org-mode-7.9.2.ebuild,
org-mode-8.0.2.ebuild:
diff --git a/app-emacs/org-mode/org-mode-7.9.2.ebuild b/app-emacs/org-mode/org-mode-7.9.2.ebuild
index 79bf54edc682..784d5bccfe61 100644
--- a/app-emacs/org-mode/org-mode-7.9.2.ebuild
+++ b/app-emacs/org-mode/org-mode-7.9.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-7.9.2.ebuild,v 1.8 2013/05/05 16:51:24 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-7.9.2.ebuild,v 1.9 2013/05/06 05:07:34 ulm Exp $
EAPI=4
NEED_EMACS=22
@@ -36,6 +36,7 @@ src_install() {
ETCDIRS="styles $(use odt-schema && echo schema)" \
lispdir="${EPREFIX}${SITELISP}/${PN}" \
datadir="${EPREFIX}${SITEETC}/${PN}" \
+ infodir="${EPREFIX}/usr/share/info" \
install
cp "${FILESDIR}/${SITEFILE}" "${T}/${SITEFILE}"
diff --git a/app-emacs/org-mode/org-mode-8.0.2.ebuild b/app-emacs/org-mode/org-mode-8.0.2.ebuild
index 0bac9f4ef6c5..f585e19c1c0c 100644
--- a/app-emacs/org-mode/org-mode-8.0.2.ebuild
+++ b/app-emacs/org-mode/org-mode-8.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.0.2.ebuild,v 1.2 2013/05/05 16:51:24 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.0.2.ebuild,v 1.3 2013/05/06 05:07:34 ulm Exp $
EAPI=5
NEED_EMACS=23
@@ -33,6 +33,7 @@ src_install() {
ETCDIRS="styles $(use odt-schema && echo schema)" \
lispdir="${EPREFIX}${SITELISP}/${PN}" \
datadir="${EPREFIX}${SITEETC}/${PN}" \
+ infodir="${EPREFIX}/usr/share/info" \
install
cp "${FILESDIR}/${SITEFILE}" "${T}/${SITEFILE}"