* [gentoo-commits] gentoo-x86 commit in dev-util/cscope: ChangeLog cscope-15.8a.ebuild
@ 2012-08-07 6:49 Tim Harder (radhermit)
0 siblings, 0 replies; 8+ messages in thread
From: Tim Harder (radhermit) @ 2012-08-07 6:49 UTC (permalink / raw
To: gentoo-commits
radhermit 12/08/07 06:49:13
Modified: ChangeLog
Added: cscope-15.8a.ebuild
Log:
Version bump (bug #430272).
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Revision Changes Path
1.131 dev-util/cscope/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/ChangeLog?rev=1.131&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/ChangeLog?rev=1.131&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/ChangeLog?r1=1.130&r2=1.131
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog 5 Jul 2012 21:46:18 -0000 1.130
+++ ChangeLog 7 Aug 2012 06:49:13 -0000 1.131
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/cscope
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.130 2012/07/05 21:46:18 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.131 2012/08/07 06:49:13 radhermit Exp $
+
+*cscope-15.8a (07 Aug 2012)
+
+ 07 Aug 2012; Tim Harder <radhermit@gentoo.org> +cscope-15.8a.ebuild:
+ Version bump (bug #430272).
*cscope-15.8 (05 Jul 2012)
1.1 dev-util/cscope/cscope-15.8a.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild?rev=1.1&content-type=text/plain
Index: cscope-15.8a.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v 1.1 2012/08/07 06:49:13 radhermit Exp $
EAPI=4
inherit autotools elisp-common eutils
DESCRIPTION="Interactively examine a C program"
HOMEPAGE="http://cscope.sourceforge.net/"
SRC_URI="mirror://sourceforge/cscope/${P}.tar.gz"
LICENSE="BSD GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="emacs"
RDEPEND=">=sys-libs/ncurses-5.2
emacs? ( virtual/emacs )"
DEPEND="${RDEPEND}
sys-devel/flex
virtual/yacc"
SITEFILE="50${PN}-gentoo.el"
src_prepare() {
epatch "${FILESDIR}/${PN}-15.7a-ocs-sysdir.patch" #269305
eautoreconf # prevent maintainer mode later on
}
src_compile() {
emake
if use emacs; then
cd "${S}"/contrib/xcscope || die
elisp-compile *.el || die
fi
}
src_install() {
default
if use emacs; then
cd "${S}"/contrib/xcscope || die
elisp-install ${PN} *.el *.elc || die
elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
dobin cscope-indexer
fi
cd "${S}"/contrib/webcscope || die
docinto webcscope
dodoc INSTALL TODO cgi-lib.pl cscope hilite.c
docinto webcscope/icons
dodoc icons/*.gif
}
pkg_postinst() {
use emacs && elisp-site-regen
}
pkg_postrm() {
use emacs && elisp-site-regen
}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/cscope: ChangeLog cscope-15.8a.ebuild
@ 2012-09-08 12:38 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-09-08 12:38 UTC (permalink / raw
To: gentoo-commits
ago 12/09/08 12:38:02
Modified: ChangeLog cscope-15.8a.ebuild
Log:
Stable for amd64, wrt bug #434292
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.132 dev-util/cscope/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/ChangeLog?rev=1.132&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/ChangeLog?rev=1.132&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/ChangeLog?r1=1.131&r2=1.132
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog 7 Aug 2012 06:49:13 -0000 1.131
+++ ChangeLog 8 Sep 2012 12:38:02 -0000 1.132
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/cscope
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.131 2012/08/07 06:49:13 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.132 2012/09/08 12:38:02 ago Exp $
+
+ 08 Sep 2012; Agostino Sarubbo <ago@gentoo.org> cscope-15.8a.ebuild:
+ Stable for amd64, wrt bug #434292
*cscope-15.8a (07 Aug 2012)
1.2 dev-util/cscope/cscope-15.8a.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild?r1=1.1&r2=1.2
Index: cscope-15.8a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cscope-15.8a.ebuild 7 Aug 2012 06:49:13 -0000 1.1
+++ cscope-15.8a.ebuild 8 Sep 2012 12:38:02 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v 1.1 2012/08/07 06:49:13 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v 1.2 2012/09/08 12:38:02 ago Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="BSD GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="emacs"
RDEPEND=">=sys-libs/ncurses-5.2
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/cscope: ChangeLog cscope-15.8a.ebuild
@ 2012-09-10 22:40 Anthony G. Basile (blueness)
0 siblings, 0 replies; 8+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-09-10 22:40 UTC (permalink / raw
To: gentoo-commits
blueness 12/09/10 22:40:26
Modified: ChangeLog cscope-15.8a.ebuild
Log:
Stable ppc, bug #434292
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.133 dev-util/cscope/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/ChangeLog?rev=1.133&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/ChangeLog?rev=1.133&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/ChangeLog?r1=1.132&r2=1.133
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog 8 Sep 2012 12:38:02 -0000 1.132
+++ ChangeLog 10 Sep 2012 22:40:26 -0000 1.133
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/cscope
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.132 2012/09/08 12:38:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.133 2012/09/10 22:40:26 blueness Exp $
+
+ 10 Sep 2012; Anthony G. Basile <blueness@gentoo.org> cscope-15.8a.ebuild:
+ Stable ppc, bug #434292
08 Sep 2012; Agostino Sarubbo <ago@gentoo.org> cscope-15.8a.ebuild:
Stable for amd64, wrt bug #434292
1.3 dev-util/cscope/cscope-15.8a.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild?r1=1.2&r2=1.3
Index: cscope-15.8a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cscope-15.8a.ebuild 8 Sep 2012 12:38:02 -0000 1.2
+++ cscope-15.8a.ebuild 10 Sep 2012 22:40:26 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v 1.2 2012/09/08 12:38:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v 1.3 2012/09/10 22:40:26 blueness Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="BSD GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="emacs"
RDEPEND=">=sys-libs/ncurses-5.2
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/cscope: ChangeLog cscope-15.8a.ebuild
@ 2012-09-10 23:04 Anthony G. Basile (blueness)
0 siblings, 0 replies; 8+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-09-10 23:04 UTC (permalink / raw
To: gentoo-commits
blueness 12/09/10 23:04:45
Modified: ChangeLog cscope-15.8a.ebuild
Log:
Stable ppc64, bug #434292
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.134 dev-util/cscope/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/ChangeLog?rev=1.134&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/ChangeLog?rev=1.134&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/ChangeLog?r1=1.133&r2=1.134
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog 10 Sep 2012 22:40:26 -0000 1.133
+++ ChangeLog 10 Sep 2012 23:04:45 -0000 1.134
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/cscope
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.133 2012/09/10 22:40:26 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.134 2012/09/10 23:04:45 blueness Exp $
+
+ 10 Sep 2012; Anthony G. Basile <blueness@gentoo.org> cscope-15.8a.ebuild:
+ Stable ppc64, bug #434292
10 Sep 2012; Anthony G. Basile <blueness@gentoo.org> cscope-15.8a.ebuild:
Stable ppc, bug #434292
1.4 dev-util/cscope/cscope-15.8a.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild?r1=1.3&r2=1.4
Index: cscope-15.8a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cscope-15.8a.ebuild 10 Sep 2012 22:40:26 -0000 1.3
+++ cscope-15.8a.ebuild 10 Sep 2012 23:04:45 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v 1.3 2012/09/10 22:40:26 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v 1.4 2012/09/10 23:04:45 blueness Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="BSD GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="emacs"
RDEPEND=">=sys-libs/ncurses-5.2
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/cscope: ChangeLog cscope-15.8a.ebuild
@ 2012-09-11 1:16 Anthony G. Basile (blueness)
0 siblings, 0 replies; 8+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-09-11 1:16 UTC (permalink / raw
To: gentoo-commits
blueness 12/09/11 01:16:05
Modified: ChangeLog cscope-15.8a.ebuild
Log:
Stable arm, bug #434292
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.135 dev-util/cscope/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/ChangeLog?rev=1.135&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/ChangeLog?rev=1.135&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/ChangeLog?r1=1.134&r2=1.135
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- ChangeLog 10 Sep 2012 23:04:45 -0000 1.134
+++ ChangeLog 11 Sep 2012 01:16:05 -0000 1.135
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/cscope
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.134 2012/09/10 23:04:45 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.135 2012/09/11 01:16:05 blueness Exp $
+
+ 11 Sep 2012; Anthony G. Basile <blueness@gentoo.org> cscope-15.8a.ebuild:
+ Stable arm, bug #434292
10 Sep 2012; Anthony G. Basile <blueness@gentoo.org> cscope-15.8a.ebuild:
Stable ppc64, bug #434292
1.5 dev-util/cscope/cscope-15.8a.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild?r1=1.4&r2=1.5
Index: cscope-15.8a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cscope-15.8a.ebuild 10 Sep 2012 23:04:45 -0000 1.4
+++ cscope-15.8a.ebuild 11 Sep 2012 01:16:05 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v 1.4 2012/09/10 23:04:45 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v 1.5 2012/09/11 01:16:05 blueness Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="BSD GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="emacs"
RDEPEND=">=sys-libs/ncurses-5.2
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/cscope: ChangeLog cscope-15.8a.ebuild
@ 2012-09-18 16:59 Jeroen Roovers (jer)
0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2012-09-18 16:59 UTC (permalink / raw
To: gentoo-commits
jer 12/09/18 16:59:55
Modified: ChangeLog cscope-15.8a.ebuild
Log:
Stable for HPPA (bug #434292).
(Portage version: 2.2.0_alpha129/cvs/Linux x86_64)
Revision Changes Path
1.136 dev-util/cscope/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/ChangeLog?rev=1.136&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/ChangeLog?rev=1.136&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/ChangeLog?r1=1.135&r2=1.136
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog 11 Sep 2012 01:16:05 -0000 1.135
+++ ChangeLog 18 Sep 2012 16:59:55 -0000 1.136
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/cscope
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.135 2012/09/11 01:16:05 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.136 2012/09/18 16:59:55 jer Exp $
+
+ 18 Sep 2012; Jeroen Roovers <jer@gentoo.org> cscope-15.8a.ebuild:
+ Stable for HPPA (bug #434292).
11 Sep 2012; Anthony G. Basile <blueness@gentoo.org> cscope-15.8a.ebuild:
Stable arm, bug #434292
1.6 dev-util/cscope/cscope-15.8a.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild?r1=1.5&r2=1.6
Index: cscope-15.8a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cscope-15.8a.ebuild 11 Sep 2012 01:16:05 -0000 1.5
+++ cscope-15.8a.ebuild 18 Sep 2012 16:59:55 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v 1.5 2012/09/11 01:16:05 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v 1.6 2012/09/18 16:59:55 jer Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="BSD GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="emacs"
RDEPEND=">=sys-libs/ncurses-5.2
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/cscope: ChangeLog cscope-15.8a.ebuild
@ 2012-09-20 13:37 Johannes Huber (johu)
0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber (johu) @ 2012-09-20 13:37 UTC (permalink / raw
To: gentoo-commits
johu 12/09/20 13:37:15
Modified: ChangeLog cscope-15.8a.ebuild
Log:
Stable for x86, wrt bug #434292
(Portage version: 2.2.0_alpha129/cvs/Linux x86_64)
Revision Changes Path
1.137 dev-util/cscope/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/ChangeLog?rev=1.137&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/ChangeLog?rev=1.137&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/ChangeLog?r1=1.136&r2=1.137
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- ChangeLog 18 Sep 2012 16:59:55 -0000 1.136
+++ ChangeLog 20 Sep 2012 13:37:15 -0000 1.137
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/cscope
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.136 2012/09/18 16:59:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.137 2012/09/20 13:37:15 johu Exp $
+
+ 20 Sep 2012; Johannes Huber <johu@gentoo.org> cscope-15.8a.ebuild:
+ Stable for x86, wrt bug #434292
18 Sep 2012; Jeroen Roovers <jer@gentoo.org> cscope-15.8a.ebuild:
Stable for HPPA (bug #434292).
1.7 dev-util/cscope/cscope-15.8a.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild?r1=1.6&r2=1.7
Index: cscope-15.8a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cscope-15.8a.ebuild 18 Sep 2012 16:59:55 -0000 1.6
+++ cscope-15.8a.ebuild 20 Sep 2012 13:37:15 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v 1.6 2012/09/18 16:59:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v 1.7 2012/09/20 13:37:15 johu Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="BSD GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE="emacs"
RDEPEND=">=sys-libs/ncurses-5.2
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/cscope: ChangeLog cscope-15.8a.ebuild
@ 2012-09-29 18:45 Raul Porcel (armin76)
0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2012-09-29 18:45 UTC (permalink / raw
To: gentoo-commits
armin76 12/09/29 18:45:43
Modified: ChangeLog cscope-15.8a.ebuild
Log:
alpha/ia64/m68k/s390/sh/sparc stable wrt #434292
(Portage version: 2.1.11.16/cvs/Linux ia64)
Revision Changes Path
1.138 dev-util/cscope/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/ChangeLog?rev=1.138&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/ChangeLog?rev=1.138&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/ChangeLog?r1=1.137&r2=1.138
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog 20 Sep 2012 13:37:15 -0000 1.137
+++ ChangeLog 29 Sep 2012 18:45:43 -0000 1.138
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/cscope
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.137 2012/09/20 13:37:15 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.138 2012/09/29 18:45:43 armin76 Exp $
+
+ 29 Sep 2012; Raúl Porcel <armin76@gentoo.org> cscope-15.8a.ebuild:
+ alpha/ia64/m68k/s390/sh/sparc stable wrt #434292
20 Sep 2012; Johannes Huber <johu@gentoo.org> cscope-15.8a.ebuild:
Stable for x86, wrt bug #434292
1.8 dev-util/cscope/cscope-15.8a.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild?r1=1.7&r2=1.8
Index: cscope-15.8a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- cscope-15.8a.ebuild 20 Sep 2012 13:37:15 -0000 1.7
+++ cscope-15.8a.ebuild 29 Sep 2012 18:45:43 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v 1.7 2012/09/20 13:37:15 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v 1.8 2012/09/29 18:45:43 armin76 Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="BSD GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE="emacs"
RDEPEND=">=sys-libs/ncurses-5.2
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-09-29 18:46 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-08 12:38 [gentoo-commits] gentoo-x86 commit in dev-util/cscope: ChangeLog cscope-15.8a.ebuild Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2012-09-29 18:45 Raul Porcel (armin76)
2012-09-20 13:37 Johannes Huber (johu)
2012-09-18 16:59 Jeroen Roovers (jer)
2012-09-11 1:16 Anthony G. Basile (blueness)
2012-09-10 23:04 Anthony G. Basile (blueness)
2012-09-10 22:40 Anthony G. Basile (blueness)
2012-08-07 6:49 Tim Harder (radhermit)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox