public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-doc/elisp-manual: elisp-manual-24.4.ebuild ChangeLog
@ 2014-10-20 22:53 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-10-20 22:53 UTC (permalink / raw
  To: gentoo-commits

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 <ulm@gentoo.org> +elisp-manual-24.4.ebuild,
+  +files/elisp-manual-24.4-direntry.patch:
+  Version bump.
 
   20 Oct 2014; Ulrich Müller <ulm@gentoo.org> 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
}





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-doc/elisp-manual: elisp-manual-24.4.ebuild ChangeLog
@ 2014-12-27 19:24 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-27 19:24 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/27 19:24:40

  Modified:             elisp-manual-24.4.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #532078
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/elisp-manual/elisp-manual-24.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/elisp-manual/elisp-manual-24.4.ebuild?r1=1.1&r2=1.2

Index: elisp-manual-24.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-doc/elisp-manual/elisp-manual-24.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- elisp-manual-24.4.ebuild	20 Oct 2014 22:53:44 -0000	1.1
+++ elisp-manual-24.4.ebuild	27 Dec 2014 19:24:40 -0000	1.2
@@ -1,6 +1,6 @@
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/elisp-manual/elisp-manual-24.4.ebuild,v 1.2 2014/12/27 19:24:40 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE="FDL-1.3+"
 SLOT="24"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
 
 DEPEND="app-arch/xz-utils
 	sys-apps/texinfo"



1.59                 app-doc/elisp-manual/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-doc/elisp-manual/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	20 Oct 2014 22:53:44 -0000	1.58
+++ ChangeLog	27 Dec 2014 19:24:40 -0000	1.59
@@ -1,6 +1,9 @@
 # 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.58 2014/10/20 22:53:44 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/elisp-manual/ChangeLog,v 1.59 2014/12/27 19:24:40 ago Exp $
+
+  27 Dec 2014; Agostino Sarubbo <ago@gentoo.org> elisp-manual-24.4.ebuild:
+  Stable for amd64, wrt bug #532078
 
 *elisp-manual-24.4 (20 Oct 2014)
 





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-doc/elisp-manual: elisp-manual-24.4.ebuild ChangeLog
@ 2014-12-28 10:08 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-28 10:08 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/28 10:08:54

  Modified:             elisp-manual-24.4.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #532078
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/elisp-manual/elisp-manual-24.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/elisp-manual/elisp-manual-24.4.ebuild?r1=1.2&r2=1.3

Index: elisp-manual-24.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-doc/elisp-manual/elisp-manual-24.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- elisp-manual-24.4.ebuild	27 Dec 2014 19:24:40 -0000	1.2
+++ elisp-manual-24.4.ebuild	28 Dec 2014 10:08:54 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.2 2014/12/27 19:24:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/elisp-manual/elisp-manual-24.4.ebuild,v 1.3 2014/12/28 10:08:54 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE="FDL-1.3+"
 SLOT="24"
-KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
 
 DEPEND="app-arch/xz-utils
 	sys-apps/texinfo"



1.60                 app-doc/elisp-manual/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-doc/elisp-manual/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	27 Dec 2014 19:24:40 -0000	1.59
+++ ChangeLog	28 Dec 2014 10:08:54 -0000	1.60
@@ -1,6 +1,9 @@
 # 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.59 2014/12/27 19:24:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/elisp-manual/ChangeLog,v 1.60 2014/12/28 10:08:54 ago Exp $
+
+  28 Dec 2014; Agostino Sarubbo <ago@gentoo.org> elisp-manual-24.4.ebuild:
+  Stable for x86, wrt bug #532078
 
   27 Dec 2014; Agostino Sarubbo <ago@gentoo.org> elisp-manual-24.4.ebuild:
   Stable for amd64, wrt bug #532078





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-doc/elisp-manual: elisp-manual-24.4.ebuild ChangeLog
@ 2014-12-31 16:17 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-31 16:17 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/31 16:17:20

  Modified:             elisp-manual-24.4.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #532078
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/elisp-manual/elisp-manual-24.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/elisp-manual/elisp-manual-24.4.ebuild?r1=1.3&r2=1.4

Index: elisp-manual-24.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-doc/elisp-manual/elisp-manual-24.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- elisp-manual-24.4.ebuild	28 Dec 2014 10:08:54 -0000	1.3
+++ elisp-manual-24.4.ebuild	31 Dec 2014 16:17:20 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.3 2014/12/28 10:08:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/elisp-manual/elisp-manual-24.4.ebuild,v 1.4 2014/12/31 16:17:20 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE="FDL-1.3+"
 SLOT="24"
-KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc x86 ~x86-fbsd"
 
 DEPEND="app-arch/xz-utils
 	sys-apps/texinfo"



1.61                 app-doc/elisp-manual/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-doc/elisp-manual/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	28 Dec 2014 10:08:54 -0000	1.60
+++ ChangeLog	31 Dec 2014 16:17:20 -0000	1.61
@@ -1,6 +1,9 @@
 # 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.60 2014/12/28 10:08:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/elisp-manual/ChangeLog,v 1.61 2014/12/31 16:17:20 ago Exp $
+
+  31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> elisp-manual-24.4.ebuild:
+  Stable for ppc, wrt bug #532078
 
   28 Dec 2014; Agostino Sarubbo <ago@gentoo.org> elisp-manual-24.4.ebuild:
   Stable for x86, wrt bug #532078





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-12-31 16:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-28 10:08 [gentoo-commits] gentoo-x86 commit in app-doc/elisp-manual: elisp-manual-24.4.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2014-12-31 16:17 Agostino Sarubbo (ago)
2014-12-27 19:24 Agostino Sarubbo (ago)
2014-10-20 22:53 Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox