public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/global: ChangeLog global-5.9.5.ebuild
@ 2011-05-17  0:10 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-05-17  0:10 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/05/17 00:10:38

  Modified:             ChangeLog
  Added:                global-5.9.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha33_p31/cvs/Linux x86_64)

Revision  Changes    Path
1.82                 dev-util/global/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog	10 May 2011 11:24:55 -0000	1.81
+++ ChangeLog	17 May 2011 00:10:38 -0000	1.82
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/global
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.81 2011/05/10 11:24:55 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.82 2011/05/17 00:10:38 arfrever Exp $
+
+*global-5.9.5 (17 May 2011)
+
+  17 May 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  +global-5.9.5.ebuild:
+  Version bump.
 
   10 May 2011; Naohiro Aota <naota@gentoo.org> global-5.9.4.ebuild:
   Add ~x86-fbsd keyword



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

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

Index: global-5.9.5.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-5.9.5.ebuild,v 1.1 2011/05/17 00:10:38 arfrever Exp $

EAPI="3"

inherit elisp-common

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="ftp://ftp.gnu.org/pub/gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3"

SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE="doc vim emacs"

RDEPEND="vim? ( || ( app-editors/vim app-editors/gvim ) )
	emacs? ( virtual/emacs )"
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 || die "emake failed"
}

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

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

	dodoc AUTHORS FAQ NEWS README THANKS || die "dodoc failed"

	insinto /etc
	doins gtags.conf || die "doins gtags.conf failed"

	if use vim; then
		insinto /usr/share/vim/vimfiles/plugin
		doins gtags.vim || die "doins gtags.vim failed"
	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
}

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: ChangeLog global-5.9.5.ebuild
@ 2011-06-20  8:06 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-06-20  8:06 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/06/20 08:06:05

  Modified:             ChangeLog global-5.9.5.ebuild
  Log:
  Stable on amd64 wrt bug #372303
  
  (Portage version: 2.1.9.49/cvs/Linux x86_64)

Revision  Changes    Path
1.84                 dev-util/global/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog	24 May 2011 14:59:24 -0000	1.83
+++ ChangeLog	20 Jun 2011 08:06:05 -0000	1.84
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/global
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.83 2011/05/24 14:59:24 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.84 2011/06/20 08:06:05 hwoarang Exp $
+
+  20 Jun 2011; Markos Chandras <hwoarang@gentoo.org> global-5.9.5.ebuild:
+  Stable on amd64 wrt bug #372303
 
   24 May 2011; Brent Baude <ranger@gentoo.org> global-5.9.4.ebuild:
   Marking global-5.9.4 ppc for bug 362761



1.2                  dev-util/global/global-5.9.5.ebuild

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

Index: global-5.9.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/global/global-5.9.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- global-5.9.5.ebuild	17 May 2011 00:10:38 -0000	1.1
+++ global-5.9.5.ebuild	20 Jun 2011 08:06:05 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-5.9.5.ebuild,v 1.1 2011/05/17 00:10:38 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-5.9.5.ebuild,v 1.2 2011/06/20 08:06:05 hwoarang Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 LICENSE="GPL-3"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
 IUSE="doc vim emacs"
 
 RDEPEND="vim? ( || ( app-editors/vim app-editors/gvim ) )






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

* [gentoo-commits] gentoo-x86 commit in dev-util/global: ChangeLog global-5.9.5.ebuild
@ 2011-06-26 15:01 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2011-06-26 15:01 UTC (permalink / raw
  To: gentoo-commits

ranger      11/06/26 15:01:13

  Modified:             ChangeLog global-5.9.5.ebuild
  Log:
  Marking global-5.9.5 ppc for bug 372303
  
  (Portage version: 2.1.9.42/cvs/Linux ppc64)

Revision  Changes    Path
1.85                 dev-util/global/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	20 Jun 2011 08:06:05 -0000	1.84
+++ ChangeLog	26 Jun 2011 15:01:13 -0000	1.85
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/global
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.84 2011/06/20 08:06:05 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.85 2011/06/26 15:01:13 ranger Exp $
+
+  26 Jun 2011; Brent Baude <ranger@gentoo.org> global-5.9.5.ebuild:
+  Marking global-5.9.5 ppc for bug 372303
 
   20 Jun 2011; Markos Chandras <hwoarang@gentoo.org> global-5.9.5.ebuild:
   Stable on amd64 wrt bug #372303



1.3                  dev-util/global/global-5.9.5.ebuild

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

Index: global-5.9.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/global/global-5.9.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- global-5.9.5.ebuild	20 Jun 2011 08:06:05 -0000	1.2
+++ global-5.9.5.ebuild	26 Jun 2011 15:01:13 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-5.9.5.ebuild,v 1.2 2011/06/20 08:06:05 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-5.9.5.ebuild,v 1.3 2011/06/26 15:01:13 ranger Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 LICENSE="GPL-3"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc ~sparc ~x86 ~x86-fbsd"
 IUSE="doc vim emacs"
 
 RDEPEND="vim? ( || ( app-editors/vim app-editors/gvim ) )






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

* [gentoo-commits] gentoo-x86 commit in dev-util/global: ChangeLog global-5.9.5.ebuild
@ 2011-07-13 20:09 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2011-07-13 20:09 UTC (permalink / raw
  To: gentoo-commits

maekke      11/07/13 20:09:15

  Modified:             ChangeLog global-5.9.5.ebuild
  Log:
  x86 stable, bug #372303
  
  (Portage version: 2.1.10.4/cvs/Linux x86_64)

Revision  Changes    Path
1.86                 dev-util/global/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	26 Jun 2011 15:01:13 -0000	1.85
+++ ChangeLog	13 Jul 2011 20:09:15 -0000	1.86
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/global
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.85 2011/06/26 15:01:13 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.86 2011/07/13 20:09:15 maekke Exp $
+
+  13 Jul 2011; Markus Meier <maekke@gentoo.org> global-5.9.5.ebuild:
+  x86 stable, bug #372303
 
   26 Jun 2011; Brent Baude <ranger@gentoo.org> global-5.9.5.ebuild:
   Marking global-5.9.5 ppc for bug 372303



1.4                  dev-util/global/global-5.9.5.ebuild

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

Index: global-5.9.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/global/global-5.9.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- global-5.9.5.ebuild	26 Jun 2011 15:01:13 -0000	1.3
+++ global-5.9.5.ebuild	13 Jul 2011 20:09:15 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-5.9.5.ebuild,v 1.3 2011/06/26 15:01:13 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-5.9.5.ebuild,v 1.4 2011/07/13 20:09:15 maekke Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 LICENSE="GPL-3"
 
 SLOT="0"
-KEYWORDS="amd64 ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc ~sparc x86 ~x86-fbsd"
 IUSE="doc vim emacs"
 
 RDEPEND="vim? ( || ( app-editors/vim app-editors/gvim ) )






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

end of thread, other threads:[~2011-07-13 20:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-20  8:06 [gentoo-commits] gentoo-x86 commit in dev-util/global: ChangeLog global-5.9.5.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2011-07-13 20:09 Markus Meier (maekke)
2011-06-26 15:01 Brent Baude (ranger)
2011-05-17  0:10 Arfrever Frehtes Taifersar Arahesis (arfrever)

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