summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-09-17 15:00:04 +0000
committerUlrich Müller <ulm@gentoo.org>2009-09-17 15:00:04 +0000
commit06b717395201614c375f653e33b1fab188840cd8 (patch)
tree9fc3905a850a1b80b2f8818c847bce8851dad9e9 /app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild
parentstable on amd64; does not need php imap library (diff)
downloadgentoo-2-06b717395201614c375f653e33b1fab188840cd8.tar.gz
gentoo-2-06b717395201614c375f653e33b1fab188840cd8.tar.bz2
gentoo-2-06b717395201614c375f653e33b1fab188840cd8.zip
Add manuals for versions 19 and 20. Patchsets moved to mirrors.
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild')
-rw-r--r--app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild b/app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild
index 8b9e20e243aa..a6dc27561b06 100644
--- a/app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild
+++ b/app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild
@@ -1,13 +1,14 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild,v 1.8 2009/09/05 23:40:01 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild,v 1.9 2009/09/17 15:00:02 ulm Exp $
inherit eutils
MY_P=${PN}-${PV/./-}
DESCRIPTION="The GNU Emacs Lisp Reference Manual"
HOMEPAGE="http://www.gnu.org/software/emacs/manual/"
-SRC_URI="mirror://gnu/emacs/${MY_P}.tar.gz"
+SRC_URI="mirror://gnu/emacs/${MY_P}.tar.gz
+ mirror://gentoo/${P}-patches.tar.gz"
LICENSE="FDL-1.1"
SLOT="21"
@@ -21,8 +22,7 @@ src_unpack() {
cd "${S}"
# remove pre-made info files
rm -f elisp elisp-[0-9]*
- epatch "${FILESDIR}/${P}-fix-texinfo.patch"
- epatch "${FILESDIR}/${P}-direntry.patch"
+ EPATCH_SUFFIX=patch epatch
}
src_compile() {