public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/cscope: ChangeLog cscope-15.7a.ebuild
@ 2009-05-02 10:01 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 9+ messages in thread
From: Ulrich Mueller (ulm) @ 2009-05-02 10:01 UTC (permalink / raw
  To: gentoo-commits

ulm         09/05/02 10:01:04

  Modified:             ChangeLog
  Added:                cscope-15.7a.ebuild
  Log:
  Version bump for security bug 263023.
  (Portage version: 2.2_rc31/cvs/Linux i686)

Revision  Changes    Path
1.110                dev-util/cscope/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog	14 Apr 2009 16:38:47 -0000	1.109
+++ ChangeLog	2 May 2009 10:01:04 -0000	1.110
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/cscope
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.109 2009/04/14 16:38:47 jer Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.110 2009/05/02 10:01:04 ulm Exp $
+
+*cscope-15.7a (02 May 2009)
+
+  02 May 2009; Ulrich Mueller <ulm@gentoo.org> +cscope-15.7a.ebuild:
+  Version bump for security bug 263023.
 
   14 Apr 2009; Jeroen Roovers <jer@gentoo.org> cscope-15.7.ebuild:
   Stable for HPPA (bug #264509).



1.1                  dev-util/cscope/cscope-15.7a.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild?rev=1.1&content-type=text/plain

Index: cscope-15.7a.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild,v 1.1 2009/05/02 10:01:04 ulm Exp $

inherit elisp-common eutils

DESCRIPTION="Interactively examine a C program"
HOMEPAGE="http://cscope.sourceforge.net/"
SRC_URI="mirror://sourceforge/cscope/${P}.tar.bz2"

LICENSE="BSD GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE="emacs"

RDEPEND=">=sys-libs/ncurses-5.2"
DEPEND="${RDEPEND}
	sys-devel/flex
	sys-devel/bison
	>=sys-devel/autoconf-2.60
	emacs? ( virtual/emacs )"

SITEFILE="50${PN}-gentoo.el"

src_compile() {
	STRIP="no"

	econf || die "econf failed"
	make clean || die "make clean failed"
	emake || die "emake failed"

	if use emacs ; then
		cd "${S}"/contrib/xcscope || die
		elisp-compile *.el || die
	fi
}

src_install() {
	einstall || die "einstall failed"
	dodoc AUTHORS ChangeLog NEWS README* TODO || die "dodoc failed"

	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 || die "dobin failed"
	fi

	cd "${S}"/contrib/webcscope || die
	docinto webcscope
	dodoc INSTALL TODO cgi-lib.pl cscope hilite.c || die "dodoc failed"
	insinto /usr/share/doc/${PF}/webcscope/icons; doins icons/*.gif
}

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

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






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

* [gentoo-commits] gentoo-x86 commit in dev-util/cscope: ChangeLog cscope-15.7a.ebuild
@ 2009-05-02 14:15 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2009-05-02 14:15 UTC (permalink / raw
  To: gentoo-commits

jer         09/05/02 14:15:59

  Modified:             ChangeLog cscope-15.7a.ebuild
  Log:
  Stable for HPPA (bug #263023).
  (Portage version: 2.2_rc31/cvs/Linux i686)

Revision  Changes    Path
1.111                dev-util/cscope/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog	2 May 2009 10:01:04 -0000	1.110
+++ ChangeLog	2 May 2009 14:15:59 -0000	1.111
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/cscope
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.110 2009/05/02 10:01:04 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.111 2009/05/02 14:15:59 jer Exp $
+
+  02 May 2009; Jeroen Roovers <jer@gentoo.org> cscope-15.7a.ebuild:
+  Stable for HPPA (bug #263023).
 
 *cscope-15.7a (02 May 2009)
 



1.2                  dev-util/cscope/cscope-15.7a.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild?r1=1.1&r2=1.2

Index: cscope-15.7a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cscope-15.7a.ebuild	2 May 2009 10:01:04 -0000	1.1
+++ cscope-15.7a.ebuild	2 May 2009 14:15:59 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild,v 1.1 2009/05/02 10:01:04 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild,v 1.2 2009/05/02 14:15:59 jer Exp $
 
 inherit elisp-common eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
 IUSE="emacs"
 
 RDEPEND=">=sys-libs/ncurses-5.2"






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

* [gentoo-commits] gentoo-x86 commit in dev-util/cscope: ChangeLog cscope-15.7a.ebuild
@ 2009-05-03 12:18 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 9+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-05-03 12:18 UTC (permalink / raw
  To: gentoo-commits

klausman    09/05/03 12:18:33

  Modified:             ChangeLog cscope-15.7a.ebuild
  Log:
  Stable on alpha, bug #263023
  (Portage version: 2.1.6.12/cvs/Linux x86_64)

Revision  Changes    Path
1.112                dev-util/cscope/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/ChangeLog?rev=1.112&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/ChangeLog?rev=1.112&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/ChangeLog?r1=1.111&r2=1.112

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog	2 May 2009 14:15:59 -0000	1.111
+++ ChangeLog	3 May 2009 12:18:33 -0000	1.112
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/cscope
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.111 2009/05/02 14:15:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.112 2009/05/03 12:18:33 klausman Exp $
+
+  03 May 2009; Tobias Klausmann <klausman@gentoo.org> cscope-15.7a.ebuild:
+  Stable on alpha, bug #263023
 
   02 May 2009; Jeroen Roovers <jer@gentoo.org> cscope-15.7a.ebuild:
   Stable for HPPA (bug #263023).



1.3                  dev-util/cscope/cscope-15.7a.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild?r1=1.2&r2=1.3

Index: cscope-15.7a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cscope-15.7a.ebuild	2 May 2009 14:15:59 -0000	1.2
+++ cscope-15.7a.ebuild	3 May 2009 12:18:33 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild,v 1.2 2009/05/02 14:15:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild,v 1.3 2009/05/03 12:18:33 klausman Exp $
 
 inherit elisp-common eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
 IUSE="emacs"
 
 RDEPEND=">=sys-libs/ncurses-5.2"






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

* [gentoo-commits] gentoo-x86 commit in dev-util/cscope: ChangeLog cscope-15.7a.ebuild
@ 2009-05-03 12:34 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2009-05-03 12:34 UTC (permalink / raw
  To: gentoo-commits

maekke      09/05/03 12:34:58

  Modified:             ChangeLog cscope-15.7a.ebuild
  Log:
  amd64/x86 stable, bug #263023
  (Portage version: 2.1.6.12/cvs/Linux x86_64)

Revision  Changes    Path
1.113                dev-util/cscope/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/ChangeLog?rev=1.113&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/ChangeLog?rev=1.113&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/ChangeLog?r1=1.112&r2=1.113

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog	3 May 2009 12:18:33 -0000	1.112
+++ ChangeLog	3 May 2009 12:34:58 -0000	1.113
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/cscope
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.112 2009/05/03 12:18:33 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.113 2009/05/03 12:34:58 maekke Exp $
+
+  03 May 2009; Markus Meier <maekke@gentoo.org> cscope-15.7a.ebuild:
+  amd64/x86 stable, bug #263023
 
   03 May 2009; Tobias Klausmann <klausman@gentoo.org> cscope-15.7a.ebuild:
   Stable on alpha, bug #263023



1.4                  dev-util/cscope/cscope-15.7a.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild?r1=1.3&r2=1.4

Index: cscope-15.7a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cscope-15.7a.ebuild	3 May 2009 12:18:33 -0000	1.3
+++ cscope-15.7a.ebuild	3 May 2009 12:34:58 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild,v 1.3 2009/05/03 12:18:33 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild,v 1.4 2009/05/03 12:34:58 maekke Exp $
 
 inherit elisp-common eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd"
 IUSE="emacs"
 
 RDEPEND=">=sys-libs/ncurses-5.2"






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

* [gentoo-commits] gentoo-x86 commit in dev-util/cscope: ChangeLog cscope-15.7a.ebuild
@ 2009-05-03 12:41 Brent Baude (ranger)
  0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2009-05-03 12:41 UTC (permalink / raw
  To: gentoo-commits

ranger      09/05/03 12:41:41

  Modified:             ChangeLog cscope-15.7a.ebuild
  Log:
  Marking cscope-15.7a ppc for bug 263023
  (Portage version: 2.1.6.12/cvs/Linux ppc64)

Revision  Changes    Path
1.114                dev-util/cscope/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/ChangeLog?rev=1.114&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/ChangeLog?rev=1.114&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/ChangeLog?r1=1.113&r2=1.114

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog	3 May 2009 12:34:58 -0000	1.113
+++ ChangeLog	3 May 2009 12:41:41 -0000	1.114
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/cscope
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.113 2009/05/03 12:34:58 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.114 2009/05/03 12:41:41 ranger Exp $
+
+  03 May 2009; Brent Baude <ranger@gentoo.org> cscope-15.7a.ebuild:
+  Marking cscope-15.7a ppc for bug 263023
 
   03 May 2009; Markus Meier <maekke@gentoo.org> cscope-15.7a.ebuild:
   amd64/x86 stable, bug #263023



1.5                  dev-util/cscope/cscope-15.7a.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild?r1=1.4&r2=1.5

Index: cscope-15.7a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cscope-15.7a.ebuild	3 May 2009 12:34:58 -0000	1.4
+++ cscope-15.7a.ebuild	3 May 2009 12:41:41 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild,v 1.4 2009/05/03 12:34:58 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild,v 1.5 2009/05/03 12:41:41 ranger Exp $
 
 inherit elisp-common eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd"
 IUSE="emacs"
 
 RDEPEND=">=sys-libs/ncurses-5.2"






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

* [gentoo-commits] gentoo-x86 commit in dev-util/cscope: ChangeLog cscope-15.7a.ebuild
@ 2009-05-03 12:46 Brent Baude (ranger)
  0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2009-05-03 12:46 UTC (permalink / raw
  To: gentoo-commits

ranger      09/05/03 12:46:57

  Modified:             ChangeLog cscope-15.7a.ebuild
  Log:
  Marking cscope-15.7a ppc64 for bug 263023
  (Portage version: 2.1.6.12/cvs/Linux ppc64)

Revision  Changes    Path
1.115                dev-util/cscope/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/ChangeLog?rev=1.115&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/ChangeLog?rev=1.115&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/ChangeLog?r1=1.114&r2=1.115

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog	3 May 2009 12:41:41 -0000	1.114
+++ ChangeLog	3 May 2009 12:46:57 -0000	1.115
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/cscope
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.114 2009/05/03 12:41:41 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.115 2009/05/03 12:46:57 ranger Exp $
+
+  03 May 2009; Brent Baude <ranger@gentoo.org> cscope-15.7a.ebuild:
+  Marking cscope-15.7a ppc64 for bug 263023
 
   03 May 2009; Brent Baude <ranger@gentoo.org> cscope-15.7a.ebuild:
   Marking cscope-15.7a ppc for bug 263023



1.6                  dev-util/cscope/cscope-15.7a.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild?r1=1.5&r2=1.6

Index: cscope-15.7a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cscope-15.7a.ebuild	3 May 2009 12:41:41 -0000	1.5
+++ cscope-15.7a.ebuild	3 May 2009 12:46:57 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild,v 1.5 2009/05/03 12:41:41 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild,v 1.6 2009/05/03 12:46:57 ranger Exp $
 
 inherit elisp-common eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd"
 IUSE="emacs"
 
 RDEPEND=">=sys-libs/ncurses-5.2"






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

* [gentoo-commits] gentoo-x86 commit in dev-util/cscope: ChangeLog cscope-15.7a.ebuild
@ 2009-05-03 17:59 Tiago Cunha (tcunha)
  0 siblings, 0 replies; 9+ messages in thread
From: Tiago Cunha (tcunha) @ 2009-05-03 17:59 UTC (permalink / raw
  To: gentoo-commits

tcunha      09/05/03 17:59:25

  Modified:             ChangeLog cscope-15.7a.ebuild
  Log:
  stable sparc, security bug 263023
  (Portage version: 2.1.6.11/cvs/Linux sparc64)

Revision  Changes    Path
1.116                dev-util/cscope/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/ChangeLog?rev=1.116&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/ChangeLog?rev=1.116&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/ChangeLog?r1=1.115&r2=1.116

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog	3 May 2009 12:46:57 -0000	1.115
+++ ChangeLog	3 May 2009 17:59:25 -0000	1.116
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/cscope
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.115 2009/05/03 12:46:57 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.116 2009/05/03 17:59:25 tcunha Exp $
+
+  03 May 2009; Tiago Cunha <tcunha@gentoo.org> cscope-15.7a.ebuild:
+  stable sparc, security bug 263023
 
   03 May 2009; Brent Baude <ranger@gentoo.org> cscope-15.7a.ebuild:
   Marking cscope-15.7a ppc64 for bug 263023



1.7                  dev-util/cscope/cscope-15.7a.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild?r1=1.6&r2=1.7

Index: cscope-15.7a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cscope-15.7a.ebuild	3 May 2009 12:46:57 -0000	1.6
+++ cscope-15.7a.ebuild	3 May 2009 17:59:25 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild,v 1.6 2009/05/03 12:46:57 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild,v 1.7 2009/05/03 17:59:25 tcunha Exp $
 
 inherit elisp-common eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd"
 IUSE="emacs"
 
 RDEPEND=">=sys-libs/ncurses-5.2"






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

* [gentoo-commits] gentoo-x86 commit in dev-util/cscope: ChangeLog cscope-15.7a.ebuild
@ 2009-05-06 15:22 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2009-05-06 15:22 UTC (permalink / raw
  To: gentoo-commits

armin76     09/05/06 15:22:25

  Modified:             ChangeLog cscope-15.7a.ebuild
  Log:
  arm/ia64/m68k/s390/sh stable wrt #263023
  (Portage version: 2.1.6.11/cvs/Linux ia64)

Revision  Changes    Path
1.117                dev-util/cscope/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/ChangeLog?rev=1.117&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/ChangeLog?rev=1.117&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/ChangeLog?r1=1.116&r2=1.117

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog	3 May 2009 17:59:25 -0000	1.116
+++ ChangeLog	6 May 2009 15:22:25 -0000	1.117
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/cscope
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.116 2009/05/03 17:59:25 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.117 2009/05/06 15:22:25 armin76 Exp $
+
+  06 May 2009; Raúl Porcel <armin76@gentoo.org> cscope-15.7a.ebuild:
+  arm/ia64/m68k/s390/sh stable wrt #263023
 
   03 May 2009; Tiago Cunha <tcunha@gentoo.org> cscope-15.7a.ebuild:
   stable sparc, security bug 263023



1.8                  dev-util/cscope/cscope-15.7a.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild?r1=1.7&r2=1.8

Index: cscope-15.7a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- cscope-15.7a.ebuild	3 May 2009 17:59:25 -0000	1.7
+++ cscope-15.7a.ebuild	6 May 2009 15:22:25 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild,v 1.7 2009/05/03 17:59:25 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild,v 1.8 2009/05/06 15:22:25 armin76 Exp $
 
 inherit elisp-common eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
 IUSE="emacs"
 
 RDEPEND=">=sys-libs/ncurses-5.2"






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

* [gentoo-commits] gentoo-x86 commit in dev-util/cscope: ChangeLog cscope-15.7a.ebuild
@ 2012-03-02 23:06 Tim Harder (radhermit)
  0 siblings, 0 replies; 9+ messages in thread
From: Tim Harder (radhermit) @ 2012-03-02 23:06 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/03/02 23:06:30

  Modified:             ChangeLog
  Removed:              cscope-15.7a.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

Revision  Changes    Path
1.128                dev-util/cscope/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog	2 Mar 2012 20:42:34 -0000	1.127
+++ ChangeLog	2 Mar 2012 23:06:29 -0000	1.128
@@ -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.127 2012/03/02 20:42:34 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.128 2012/03/02 23:06:29 radhermit Exp $
+
+  02 Mar 2012; Tim Harder <radhermit@gentoo.org> -cscope-15.7a.ebuild:
+  Remove old.
 
   02 Mar 2012; Brent Baude <ranger@gentoo.org> cscope-15.7a-r1.ebuild:
   Marking cscope-15.7a-r1 ppc64 for bug 391291






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

end of thread, other threads:[~2012-03-02 23:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-03 12:41 [gentoo-commits] gentoo-x86 commit in dev-util/cscope: ChangeLog cscope-15.7a.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-02 23:06 Tim Harder (radhermit)
2009-05-06 15:22 Raul Porcel (armin76)
2009-05-03 17:59 Tiago Cunha (tcunha)
2009-05-03 12:46 Brent Baude (ranger)
2009-05-03 12:34 Markus Meier (maekke)
2009-05-03 12:18 Tobias Klausmann (klausman)
2009-05-02 14:15 Jeroen Roovers (jer)
2009-05-02 10:01 Ulrich Mueller (ulm)

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