summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-04-18 06:21:51 +0000
committerUlrich Müller <ulm@gentoo.org>2007-04-18 06:21:51 +0000
commit402a31a35afec322d9d07c77f11014fabcf34880 (patch)
treeb8e73a787e62806f134fd52d6823f32ef3d50b12 /app-editors
parentGet ant-core jar with --build-only, bug #174981 reported by Christopher Schwa... (diff)
downloadgentoo-2-402a31a35afec322d9d07c77f11014fabcf34880.tar.gz
gentoo-2-402a31a35afec322d9d07c77f11014fabcf34880.tar.bz2
gentoo-2-402a31a35afec322d9d07c77f11014fabcf34880.zip
Corrected Info dir section.
(Portage version: 2.1.2.4)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/elisp-manual/ChangeLog8
-rw-r--r--app-editors/elisp-manual/elisp-manual-21.2.8-r1.ebuild31
-rw-r--r--app-editors/elisp-manual/files/digest-elisp-manual-21.2.8-r13
3 files changed, 41 insertions, 1 deletions
diff --git a/app-editors/elisp-manual/ChangeLog b/app-editors/elisp-manual/ChangeLog
index 1c5f5287560a..a2ce95eebe78 100644
--- a/app-editors/elisp-manual/ChangeLog
+++ b/app-editors/elisp-manual/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-editors/elisp-manual
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/elisp-manual/ChangeLog,v 1.13 2007/04/12 07:03:56 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/elisp-manual/ChangeLog,v 1.14 2007/04/18 06:21:51 ulm Exp $
+
+*elisp-manual-21.2.8-r1 (18 Apr 2007)
+
+ 18 Apr 2007; Ulrich Mueller <ulm@gentoo.org>
+ +elisp-manual-21.2.8-r1.ebuild:
+ Info dir section changed to Emacs (as it is for elisp manual v.22).
12 Apr 2007; Christian Faulhammer <opfer@gentoo.org>
elisp-manual-21.2.8.ebuild:
diff --git a/app-editors/elisp-manual/elisp-manual-21.2.8-r1.ebuild b/app-editors/elisp-manual/elisp-manual-21.2.8-r1.ebuild
new file mode 100644
index 000000000000..103dad24d990
--- /dev/null
+++ b/app-editors/elisp-manual/elisp-manual-21.2.8-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/elisp-manual/elisp-manual-21.2.8-r1.ebuild,v 1.1 2007/04/18 06:21:51 ulm Exp $
+
+inherit versionator
+
+MY_PV=$(replace_version_separator 1 '-' )
+DESCRIPTION="The GNU Emacs Lisp Reference Manual"
+HOMEPAGE="http://ftp.gnu.org/gnu/Manuals/elisp-manual-${MY_PV}/elisp.html"
+SRC_URI="mirror://gnu/Manuals/elisp-manual-${MY_PV}/info/elisp-info.tar.gz"
+
+LICENSE="FDL-1.1"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~s390 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ sed -i -e '/^INFO-DIR-SECTION/s/Editors/Emacs/' elisp.info* \
+ || die "sed failed"
+}
+
+src_install() {
+ doinfo elisp.info*
+}
diff --git a/app-editors/elisp-manual/files/digest-elisp-manual-21.2.8-r1 b/app-editors/elisp-manual/files/digest-elisp-manual-21.2.8-r1
new file mode 100644
index 000000000000..3ac1794e9dde
--- /dev/null
+++ b/app-editors/elisp-manual/files/digest-elisp-manual-21.2.8-r1
@@ -0,0 +1,3 @@
+MD5 e70ecf8e9dd177f19eb687dc1cfb0961 elisp-info.tar.gz 687236
+RMD160 5c0205a543967f72a4832fcf7a992c3fbbfdc863 elisp-info.tar.gz 687236
+SHA256 dc8fe63a70dac38a789fc515217e811526516f50d470ba00d97cd46b3f17cc8f elisp-info.tar.gz 687236