ulm         14/10/20 22:53:44

  Modified:             ChangeLog
  Added:                elisp-manual-24.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  Changes    Path
1.58                 app-doc/elisp-manual/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/elisp-manual/ChangeLog?rev=1.58&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/elisp-manual/ChangeLog?rev=1.58&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/elisp-manual/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-doc/elisp-manual/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   20 Oct 2014 22:23:44 -0000      1.57
+++ ChangeLog   20 Oct 2014 22:53:44 -0000      1.58
@@ -1,6 +1,12 @@
 # ChangeLog for app-doc/elisp-manual
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/elisp-manual/ChangeLog,v 1.57 
2014/10/20 22:23:44 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/elisp-manual/ChangeLog,v 1.58 
2014/10/20 22:53:44 ulm Exp $
+
+*elisp-manual-24.4 (20 Oct 2014)
+
+  20 Oct 2014; Ulrich Müller <[email protected]> +elisp-manual-24.4.ebuild,
+  +files/elisp-manual-24.4-direntry.patch:
+  Version bump.
 
   20 Oct 2014; Ulrich Müller <[email protected]> elisp-manual-18.1.03.ebuild,
   elisp-manual-19.2.4.2.ebuild, elisp-manual-20.2.5.ebuild,



1.1                  app-doc/elisp-manual/elisp-manual-24.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/elisp-manual/elisp-manual-24.4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/elisp-manual/elisp-manual-24.4.ebuild?rev=1.1&content-type=text/plain

Index: elisp-manual-24.4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-doc/elisp-manual/elisp-manual-24.4.ebuild,v 1.1 
2014/10/20 22:53:44 ulm Exp $

EAPI=5

inherit eutils

DESCRIPTION="The GNU Emacs Lisp Reference Manual"
HOMEPAGE="http://www.gnu.org/software/emacs/manual/";
# taken from doc/lispref/ of emacs-${PV}
SRC_URI="http://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";

LICENSE="FDL-1.3+"
SLOT="24"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"

DEPEND="app-arch/xz-utils
        sys-apps/texinfo"

S="${WORKDIR}/lispref"

src_prepare() {
        epatch "${FILESDIR}/${P}-direntry.patch"
        echo "@set EMACSVER ${PV}" >emacsver.texi || die
}

src_compile() {
        makeinfo elisp.texi || die
}

src_install() {
        doinfo elisp${SLOT}.info*
        dodoc ChangeLog README
}




Reply via email to