diff options
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/elisp-manual/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/elisp-manual/elisp-manual-21.2.8-r1.ebuild | 31 | ||||
-rw-r--r-- | app-editors/elisp-manual/files/digest-elisp-manual-21.2.8-r1 | 3 |
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 |