public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/global: global-6.2.11.ebuild ChangeLog
@ 2014-03-15  2:57 Mike Gilbert (floppym)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Gilbert (floppym) @ 2014-03-15  2:57 UTC (permalink / raw
  To: gentoo-commits

floppym     14/03/15 02:57:36

  Modified:             ChangeLog
  Added:                global-6.2.11.ebuild
  Log:
  Version bump. Ebuild by Arfrever.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.123                dev-util/global/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/ChangeLog?rev=1.123&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/ChangeLog?rev=1.123&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/ChangeLog?r1=1.122&r2=1.123

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog	11 Mar 2014 22:23:53 -0000	1.122
+++ ChangeLog	15 Mar 2014 02:57:36 -0000	1.123
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/global
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.122 2014/03/11 22:23:53 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.123 2014/03/15 02:57:36 floppym Exp $
+
+*global-6.2.11 (15 Mar 2014)
+
+  15 Mar 2014; Mike Gilbert <floppym@gentoo.org> +global-6.2.11.ebuild:
+  Version bump. Ebuild by Arfrever.
 
   11 Mar 2014; Mike Gilbert <floppym@gentoo.org> -global-6.2.8.ebuild,
   -global-6.2.9.ebuild:



1.1                  dev-util/global/global-6.2.11.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/global-6.2.11.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/global-6.2.11.ebuild?rev=1.1&content-type=text/plain

Index: global-6.2.11.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-6.2.11.ebuild,v 1.1 2014/03/15 02:57:36 floppym Exp $

EAPI="5"

inherit autotools elisp-common eutils

DESCRIPTION="GNU Global is a tag system to find the locations of a specified object in various sources."
HOMEPAGE="http://www.gnu.org/software/global/global.html"
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
IUSE="doc emacs vim"

RDEPEND="sys-devel/libtool
	sys-libs/ncurses
	emacs? ( virtual/emacs )
	vim? ( || ( app-editors/vim app-editors/gvim ) )"
DEPEND="${DEPEND}
	doc? ( app-text/texi2html sys-apps/texinfo )"

SITEFILE="50gtags-gentoo.el"

src_prepare() {
	epatch "${FILESDIR}/${PN}-6.2.9-tinfo.patch"
	eautoreconf
}

src_configure() {
	econf "$(use_with emacs lispdir "${SITELISP}/${PN}")"
}

src_compile() {
	if use doc; then
		texi2pdf -q -o doc/global.pdf doc/global.texi
		texi2html -o doc/global.html doc/global.texi
	fi

	if use emacs; then
		elisp-compile *.el || die "elisp-compile failed"
	fi

	emake
}

src_install() {
	emake DESTDIR="${D}" install

	if use doc; then
		dohtml doc/global.html
		[[ -f doc/global.pdf ]] && dodoc doc/global.pdf
	fi

	dodoc AUTHORS FAQ NEWS README THANKS

	insinto /etc
	doins gtags.conf

	if use vim; then
		insinto /usr/share/vim/vimfiles/plugin
		doins gtags.vim
	fi

	if use emacs; then
		elisp-install ${PN} *.{el,elc} || die "elisp-install failed"
		elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die "elisp-site-file-install failed"
	fi

	prune_libtool_files
}

pkg_postinst() {
	use emacs && elisp-site-regen
}

pkg_postrm() {
	use emacs && elisp-site-regen
}





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

* [gentoo-commits] gentoo-x86 commit in dev-util/global: global-6.2.11.ebuild ChangeLog
@ 2014-06-08 11:11 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-06-08 11:11 UTC (permalink / raw
  To: gentoo-commits

ago         14/06/08 11:11:06

  Modified:             global-6.2.11.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #512456
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-util/global/global-6.2.11.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/global-6.2.11.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/global-6.2.11.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/global-6.2.11.ebuild?r1=1.2&r2=1.3

Index: global-6.2.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/global/global-6.2.11.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- global-6.2.11.ebuild	8 Jun 2014 10:38:38 -0000	1.2
+++ global-6.2.11.ebuild	8 Jun 2014 11:11:06 -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/dev-util/global/global-6.2.11.ebuild,v 1.2 2014/06/08 10:38:38 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-6.2.11.ebuild,v 1.3 2014/06/08 11:11:06 ago Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc ~x86 ~x86-fbsd"
 IUSE="doc emacs vim"
 
 RDEPEND="sys-devel/libtool



1.125                dev-util/global/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/ChangeLog?rev=1.125&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/ChangeLog?rev=1.125&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/ChangeLog?r1=1.124&r2=1.125

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog	8 Jun 2014 10:38:38 -0000	1.124
+++ ChangeLog	8 Jun 2014 11:11:06 -0000	1.125
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/global
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.124 2014/06/08 10:38:38 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.125 2014/06/08 11:11:06 ago Exp $
+
+  08 Jun 2014; Agostino Sarubbo <ago@gentoo.org> global-6.2.11.ebuild:
+  Stable for ppc, wrt bug #512456
 
   08 Jun 2014; Chema Alonso <nimiux@gentoo.org> global-6.2.11.ebuild:
   Stable for amd64 wrt bug #512456





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

* [gentoo-commits] gentoo-x86 commit in dev-util/global: global-6.2.11.ebuild ChangeLog
@ 2014-06-24 17:06 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-06-24 17:06 UTC (permalink / raw
  To: gentoo-commits

ago         14/06/24 17:06:35

  Modified:             global-6.2.11.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #512456
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-util/global/global-6.2.11.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/global-6.2.11.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/global-6.2.11.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/global-6.2.11.ebuild?r1=1.3&r2=1.4

Index: global-6.2.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/global/global-6.2.11.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- global-6.2.11.ebuild	8 Jun 2014 11:11:06 -0000	1.3
+++ global-6.2.11.ebuild	24 Jun 2014 17:06:35 -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/dev-util/global/global-6.2.11.ebuild,v 1.3 2014/06/08 11:11:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-6.2.11.ebuild,v 1.4 2014/06/24 17:06:35 ago Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc x86 ~x86-fbsd"
 IUSE="doc emacs vim"
 
 RDEPEND="sys-devel/libtool



1.127                dev-util/global/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/ChangeLog?rev=1.127&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/ChangeLog?rev=1.127&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/ChangeLog?r1=1.126&r2=1.127

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog	10 Jun 2014 01:22:13 -0000	1.126
+++ ChangeLog	24 Jun 2014 17:06:35 -0000	1.127
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/global
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.126 2014/06/10 01:22:13 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.127 2014/06/24 17:06:35 ago Exp $
+
+  24 Jun 2014; Agostino Sarubbo <ago@gentoo.org> global-6.2.11.ebuild:
+  Stable for x86, wrt bug #512456
 
 *global-6.3 (10 Jun 2014)
 *global-6.2.12 (10 Jun 2014)





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

end of thread, other threads:[~2014-06-24 17:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-15  2:57 [gentoo-commits] gentoo-x86 commit in dev-util/global: global-6.2.11.ebuild ChangeLog Mike Gilbert (floppym)
  -- strict thread matches above, loose matches on Subject: below --
2014-06-08 11:11 Agostino Sarubbo (ago)
2014-06-24 17:06 Agostino Sarubbo (ago)

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