* [gentoo-commits] gentoo-x86 commit in dev-util/global: ChangeLog global-5.9.3.ebuild
@ 2010-12-15 14:47 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-12-15 14:47 UTC (permalink / raw
To: gentoo-commits
arfrever 10/12/15 14:47:19
Modified: ChangeLog
Added: global-5.9.3.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha8_p3/cvs/Linux x86_64)
Revision Changes Path
1.73 dev-util/global/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/ChangeLog?r1=1.72&r2=1.73
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog 13 Dec 2010 20:41:22 -0000 1.72
+++ ChangeLog 15 Dec 2010 14:47:18 -0000 1.73
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/global
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.72 2010/12/13 20:41:22 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.73 2010/12/15 14:47:18 arfrever Exp $
+
+*global-5.9.3 (15 Dec 2010)
+
+ 15 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ +global-5.9.3.ebuild:
+ Version bump.
13 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-global-5.9.ebuild, -global-5.9.1.ebuild:
1.1 dev-util/global/global-5.9.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/global-5.9.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/global-5.9.3.ebuild?rev=1.1&content-type=text/plain
Index: global-5.9.3.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-5.9.3.ebuild,v 1.1 2010/12/15 14:47:18 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"
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.3.ebuild
@ 2011-01-15 18:00 Markos Chandras (hwoarang)
0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-01-15 18:00 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/01/15 18:00:12
Modified: ChangeLog global-5.9.3.ebuild
Log:
Stable on amd64 wrt bug #351668
(Portage version: 2.1.9.31/cvs/Linux x86_64)
Revision Changes Path
1.74 dev-util/global/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/ChangeLog?r1=1.73&r2=1.74
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog 15 Dec 2010 14:47:18 -0000 1.73
+++ ChangeLog 15 Jan 2011 18:00:12 -0000 1.74
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/global
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.73 2010/12/15 14:47:18 arfrever Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.74 2011/01/15 18:00:12 hwoarang Exp $
+
+ 15 Jan 2011; Markos Chandras <hwoarang@gentoo.org> global-5.9.3.ebuild:
+ Stable on amd64 wrt bug #351668
*global-5.9.3 (15 Dec 2010)
1.2 dev-util/global/global-5.9.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/global-5.9.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/global-5.9.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/global-5.9.3.ebuild?r1=1.1&r2=1.2
Index: global-5.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/global/global-5.9.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- global-5.9.3.ebuild 15 Dec 2010 14:47:18 -0000 1.1
+++ global-5.9.3.ebuild 15 Jan 2011 18:00:12 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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.3.ebuild,v 1.1 2010/12/15 14:47:18 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-5.9.3.ebuild,v 1.2 2011/01/15 18:00:12 hwoarang Exp $
EAPI="3"
@@ -12,7 +12,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
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.3.ebuild
@ 2011-01-24 8:26 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-01-24 8:26 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/01/24 08:26:38
Modified: ChangeLog global-5.9.3.ebuild
Log:
x86 stable wrt bug #351668
(Portage version: 2.1.9.25/cvs/Linux i686)
Revision Changes Path
1.75 dev-util/global/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/ChangeLog?r1=1.74&r2=1.75
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog 15 Jan 2011 18:00:12 -0000 1.74
+++ ChangeLog 24 Jan 2011 08:26:37 -0000 1.75
@@ -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.74 2011/01/15 18:00:12 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.75 2011/01/24 08:26:37 phajdan.jr Exp $
+
+ 24 Jan 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> global-5.9.3.ebuild:
+ x86 stable wrt bug #351668
15 Jan 2011; Markos Chandras <hwoarang@gentoo.org> global-5.9.3.ebuild:
Stable on amd64 wrt bug #351668
1.3 dev-util/global/global-5.9.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/global-5.9.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/global-5.9.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/global-5.9.3.ebuild?r1=1.2&r2=1.3
Index: global-5.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/global/global-5.9.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- global-5.9.3.ebuild 15 Jan 2011 18:00:12 -0000 1.2
+++ global-5.9.3.ebuild 24 Jan 2011 08:26:37 -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.3.ebuild,v 1.2 2011/01/15 18:00:12 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-5.9.3.ebuild,v 1.3 2011/01/24 08:26:37 phajdan.jr Exp $
EAPI="3"
@@ -12,7 +12,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
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.3.ebuild
@ 2011-02-28 0:57 Brent Baude (ranger)
0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2011-02-28 0:57 UTC (permalink / raw
To: gentoo-commits
ranger 11/02/28 00:57:42
Modified: ChangeLog global-5.9.3.ebuild
Log:
stable ppc, bug 351668
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Revision Changes Path
1.76 dev-util/global/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/ChangeLog?rev=1.76&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/ChangeLog?rev=1.76&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/ChangeLog?r1=1.75&r2=1.76
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog 24 Jan 2011 08:26:37 -0000 1.75
+++ ChangeLog 28 Feb 2011 00:57:42 -0000 1.76
@@ -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.75 2011/01/24 08:26:37 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.76 2011/02/28 00:57:42 ranger Exp $
+
+ 28 Feb 2011; Brent Baude <ranger@gentoo.org> global-5.9.3.ebuild:
+ stable ppc, bug 351668
24 Jan 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> global-5.9.3.ebuild:
x86 stable wrt bug #351668
1.4 dev-util/global/global-5.9.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/global-5.9.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/global-5.9.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/global-5.9.3.ebuild?r1=1.3&r2=1.4
Index: global-5.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/global/global-5.9.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- global-5.9.3.ebuild 24 Jan 2011 08:26:37 -0000 1.3
+++ global-5.9.3.ebuild 28 Feb 2011 00:57:42 -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.3.ebuild,v 1.3 2011/01/24 08:26:37 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-5.9.3.ebuild,v 1.4 2011/02/28 00:57:42 ranger Exp $
EAPI="3"
@@ -12,7 +12,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
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-02-28 0:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-15 14:47 [gentoo-commits] gentoo-x86 commit in dev-util/global: ChangeLog global-5.9.3.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
-- strict thread matches above, loose matches on Subject: below --
2011-01-15 18:00 Markos Chandras (hwoarang)
2011-01-24 8:26 PaweA Hajdan (phajdan.jr)
2011-02-28 0:57 Brent Baude (ranger)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox