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.8.ebuild ChangeLog
@ 2013-03-05  2:38 Mike Gilbert (floppym)
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Gilbert (floppym) @ 2013-03-05  2:38 UTC (permalink / raw
  To: gentoo-commits

floppym     13/03/05 02:38:24

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

Revision  Changes    Path
1.107                dev-util/global/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog	18 Feb 2013 08:32:53 -0000	1.106
+++ ChangeLog	5 Mar 2013 02:38:24 -0000	1.107
@@ -1,10 +1,15 @@
 # ChangeLog for dev-util/global
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.106 2013/02/18 08:32:53 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.107 2013/03/05 02:38:24 floppym Exp $
+
+*global-6.2.8 (05 Mar 2013)
+
+  05 Mar 2013; Mike Gilbert <floppym@gentoo.org> +global-6.2.8.ebuild:
+  Version bump. Ebuild by Arfrever.
 
 *global-6.2.7-r1 (18 Feb 2013)
 
-  18 Feb 2013; Naohiro Aota +global-6.2.7-r1.ebuild:
+  18 Feb 2013; Naohiro Aota <naota@gentoo.org> +global-6.2.7-r1.ebuild:
   Do not drop all .la files. #457856
 
 *global-6.2.7 (20 Jan 2013)



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

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

Index: global-6.2.8.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-6.2.8.ebuild,v 1.1 2013/03/05 02:38:24 floppym Exp $

EAPI="5"

inherit 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_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] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/global: global-6.2.8.ebuild ChangeLog
@ 2013-05-20  8:55 JosA MarAa Alonso (nimiux)
  0 siblings, 0 replies; 4+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2013-05-20  8:55 UTC (permalink / raw
  To: gentoo-commits

nimiux      13/05/20 08:55:02

  Modified:             global-6.2.8.ebuild ChangeLog
  Log:
  Stable for amd64 wrt bug #470490
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key D628E536)

Revision  Changes    Path
1.2                  dev-util/global/global-6.2.8.ebuild

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

Index: global-6.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/global/global-6.2.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- global-6.2.8.ebuild	5 Mar 2013 02:38:24 -0000	1.1
+++ global-6.2.8.ebuild	20 May 2013 08:55:02 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-6.2.8.ebuild,v 1.1 2013/03/05 02:38:24 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-6.2.8.ebuild,v 1.2 2013/05/20 08:55:02 nimiux 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.109                dev-util/global/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog	17 Mar 2013 15:48:26 -0000	1.108
+++ ChangeLog	20 May 2013 08:55:02 -0000	1.109
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/global
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.108 2013/03/17 15:48:26 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.109 2013/05/20 08:55:02 nimiux Exp $
+
+  20 May 2013; Chema Alonso <nimiux@gentoo.org> global-6.2.8.ebuild:
+  Stable for amd64 wrt bug #470490
 
   17 Mar 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
   Add proxy-maintainers to metadata.xml





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

* [gentoo-commits] gentoo-x86 commit in dev-util/global: global-6.2.8.ebuild ChangeLog
@ 2013-05-20 12:41 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-20 12:41 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/20 12:41:36

  Modified:             global-6.2.8.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #470490
  
  (Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

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

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

Index: global-6.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/global/global-6.2.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- global-6.2.8.ebuild	20 May 2013 08:55:02 -0000	1.2
+++ global-6.2.8.ebuild	20 May 2013 12:41:36 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-6.2.8.ebuild,v 1.2 2013/05/20 08:55:02 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-6.2.8.ebuild,v 1.3 2013/05/20 12:41:36 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.110                dev-util/global/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog	20 May 2013 08:55:02 -0000	1.109
+++ ChangeLog	20 May 2013 12:41:36 -0000	1.110
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/global
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.109 2013/05/20 08:55:02 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.110 2013/05/20 12:41:36 ago Exp $
+
+  20 May 2013; Agostino Sarubbo <ago@gentoo.org> global-6.2.8.ebuild:
+  Stable for ppc, wrt bug #470490
 
   20 May 2013; Chema Alonso <nimiux@gentoo.org> global-6.2.8.ebuild:
   Stable for amd64 wrt bug #470490





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

* [gentoo-commits] gentoo-x86 commit in dev-util/global: global-6.2.8.ebuild ChangeLog
@ 2013-05-26 15:57 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-26 15:57 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/26 15:57:52

  Modified:             global-6.2.8.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #470490
  
  (Portage version: 2.1.12.2/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.8.ebuild

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

Index: global-6.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/global/global-6.2.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- global-6.2.8.ebuild	20 May 2013 12:41:36 -0000	1.3
+++ global-6.2.8.ebuild	26 May 2013 15:57:52 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-6.2.8.ebuild,v 1.3 2013/05/20 12:41:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-6.2.8.ebuild,v 1.4 2013/05/26 15:57:52 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.111                dev-util/global/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog	20 May 2013 12:41:36 -0000	1.110
+++ ChangeLog	26 May 2013 15:57:52 -0000	1.111
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/global
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.110 2013/05/20 12:41:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.111 2013/05/26 15:57:52 ago Exp $
+
+  26 May 2013; Agostino Sarubbo <ago@gentoo.org> global-6.2.8.ebuild:
+  Stable for x86, wrt bug #470490
 
   20 May 2013; Agostino Sarubbo <ago@gentoo.org> global-6.2.8.ebuild:
   Stable for ppc, wrt bug #470490





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

end of thread, other threads:[~2013-05-26 15:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-20  8:55 [gentoo-commits] gentoo-x86 commit in dev-util/global: global-6.2.8.ebuild ChangeLog JosA MarAa Alonso (nimiux)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-26 15:57 Agostino Sarubbo (ago)
2013-05-20 12:41 Agostino Sarubbo (ago)
2013-03-05  2:38 Mike Gilbert (floppym)

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