public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-vim/taglist: taglist-4.6.ebuild ChangeLog
@ 2013-03-02 10:08 Tim Harder (radhermit)
  0 siblings, 0 replies; 8+ messages in thread
From: Tim Harder (radhermit) @ 2013-03-02 10:08 UTC (permalink / raw
  To: gentoo-commits

radhermit    13/03/02 10:08:14

  Modified:             ChangeLog
  Added:                taglist-4.6.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.58                 app-vim/taglist/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	17 Dec 2009 10:58:20 -0000	1.57
+++ ChangeLog	2 Mar 2013 10:08:14 -0000	1.58
@@ -1,6 +1,11 @@
 # ChangeLog for app-vim/taglist
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.57 2009/12/17 10:58:20 fauli Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.58 2013/03/02 10:08:14 radhermit Exp $
+
+*taglist-4.6 (02 Mar 2013)
+
+  02 Mar 2013; Tim Harder <radhermit@gentoo.org> +taglist-4.6.ebuild:
+  Version bump.
 
   17 Dec 2009; Christian Faulhammer <fauli@gentoo.org>
   -files/taglist-2.6-exuberant.patch, -taglist-3.4-r1.ebuild,



1.1                  app-vim/taglist/taglist-4.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild?rev=1.1&content-type=text/plain

Index: taglist-4.6.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild,v 1.1 2013/03/02 10:08:13 radhermit Exp $

EAPI=5

inherit vim-plugin eutils

DESCRIPTION="vim plugin: ctags-based source code browser"
HOMEPAGE="http://vim-taglist.sourceforge.net/"
LICENSE="vim"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"

RDEPEND="dev-util/ctags"

VIM_PLUGIN_HELPFILES="${PN}.txt"

src_prepare() {
	epatch "${FILESDIR}"/${PN}-3.4-ebuilds.patch
}





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

* [gentoo-commits] gentoo-x86 commit in app-vim/taglist: taglist-4.6.ebuild ChangeLog
@ 2013-04-08  8:21 JosA MarAa Alonso (nimiux)
  0 siblings, 0 replies; 8+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2013-04-08  8:21 UTC (permalink / raw
  To: gentoo-commits

nimiux      13/04/08 08:21:02

  Modified:             taglist-4.6.ebuild ChangeLog
  Log:
  Stable for amd64 wrt bug #464418
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key D628E536)

Revision  Changes    Path
1.2                  app-vim/taglist/taglist-4.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild?r1=1.1&r2=1.2

Index: taglist-4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- taglist-4.6.ebuild	2 Mar 2013 10:08:13 -0000	1.1
+++ taglist-4.6.ebuild	8 Apr 2013 08:21: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/app-vim/taglist/taglist-4.6.ebuild,v 1.1 2013/03/02 10:08:13 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild,v 1.2 2013/04/08 08:21:02 nimiux Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 DESCRIPTION="vim plugin: ctags-based source code browser"
 HOMEPAGE="http://vim-taglist.sourceforge.net/"
 LICENSE="vim"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 
 RDEPEND="dev-util/ctags"
 



1.59                 app-vim/taglist/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	2 Mar 2013 10:08:14 -0000	1.58
+++ ChangeLog	8 Apr 2013 08:21:02 -0000	1.59
@@ -1,6 +1,9 @@
 # ChangeLog for app-vim/taglist
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.58 2013/03/02 10:08:14 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.59 2013/04/08 08:21:02 nimiux Exp $
+
+  08 Apr 2013; Chema Alonso <nimiux@gentoo.org> taglist-4.6.ebuild:
+  Stable for amd64 wrt bug #464418
 
 *taglist-4.6 (02 Mar 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in app-vim/taglist: taglist-4.6.ebuild ChangeLog
@ 2013-04-10 17:04 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2013-04-10 17:04 UTC (permalink / raw
  To: gentoo-commits

jer         13/04/10 17:04:31

  Modified:             taglist-4.6.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #464418).
  
  (Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.3                  app-vim/taglist/taglist-4.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild?r1=1.2&r2=1.3

Index: taglist-4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- taglist-4.6.ebuild	8 Apr 2013 08:21:02 -0000	1.2
+++ taglist-4.6.ebuild	10 Apr 2013 17:04:31 -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/app-vim/taglist/taglist-4.6.ebuild,v 1.2 2013/04/08 08:21:02 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild,v 1.3 2013/04/10 17:04:31 jer Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 DESCRIPTION="vim plugin: ctags-based source code browser"
 HOMEPAGE="http://vim-taglist.sourceforge.net/"
 LICENSE="vim"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 
 RDEPEND="dev-util/ctags"
 



1.60                 app-vim/taglist/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	8 Apr 2013 08:21:02 -0000	1.59
+++ ChangeLog	10 Apr 2013 17:04:31 -0000	1.60
@@ -1,6 +1,9 @@
 # ChangeLog for app-vim/taglist
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.59 2013/04/08 08:21:02 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.60 2013/04/10 17:04:31 jer Exp $
+
+  10 Apr 2013; Jeroen Roovers <jer@gentoo.org> taglist-4.6.ebuild:
+  Stable for HPPA (bug #464418).
 
   08 Apr 2013; Chema Alonso <nimiux@gentoo.org> taglist-4.6.ebuild:
   Stable for amd64 wrt bug #464418





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

* [gentoo-commits] gentoo-x86 commit in app-vim/taglist: taglist-4.6.ebuild ChangeLog
@ 2013-04-11 18:57 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-11 18:57 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/11 18:57:25

  Modified:             taglist-4.6.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #464418
  
  (Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  app-vim/taglist/taglist-4.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild?r1=1.3&r2=1.4

Index: taglist-4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- taglist-4.6.ebuild	10 Apr 2013 17:04:31 -0000	1.3
+++ taglist-4.6.ebuild	11 Apr 2013 18:57:25 -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/app-vim/taglist/taglist-4.6.ebuild,v 1.3 2013/04/10 17:04:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild,v 1.4 2013/04/11 18:57:25 ago Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 DESCRIPTION="vim plugin: ctags-based source code browser"
 HOMEPAGE="http://vim-taglist.sourceforge.net/"
 LICENSE="vim"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 
 RDEPEND="dev-util/ctags"
 



1.61                 app-vim/taglist/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	10 Apr 2013 17:04:31 -0000	1.60
+++ ChangeLog	11 Apr 2013 18:57:25 -0000	1.61
@@ -1,6 +1,9 @@
 # ChangeLog for app-vim/taglist
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.60 2013/04/10 17:04:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.61 2013/04/11 18:57:25 ago Exp $
+
+  11 Apr 2013; Agostino Sarubbo <ago@gentoo.org> taglist-4.6.ebuild:
+  Stable for ppc, wrt bug #464418
 
   10 Apr 2013; Jeroen Roovers <jer@gentoo.org> taglist-4.6.ebuild:
   Stable for HPPA (bug #464418).
@@ -229,4 +232,3 @@
   Yegappan Lakshmanan. His response: "Feel free to include the Vim plugins in
   the Gentoo Linux ebuilds. You can use the license used by Vim for the Vim
   plugins also."
-





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

* [gentoo-commits] gentoo-x86 commit in app-vim/taglist: taglist-4.6.ebuild ChangeLog
@ 2013-04-12  8:51 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-12  8:51 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/12 08:51:17

  Modified:             taglist-4.6.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #464418
  
  (Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  app-vim/taglist/taglist-4.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild?r1=1.4&r2=1.5

Index: taglist-4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- taglist-4.6.ebuild	11 Apr 2013 18:57:25 -0000	1.4
+++ taglist-4.6.ebuild	12 Apr 2013 08:51:17 -0000	1.5
@@ -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/app-vim/taglist/taglist-4.6.ebuild,v 1.4 2013/04/11 18:57:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild,v 1.5 2013/04/12 08:51:17 ago Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 DESCRIPTION="vim plugin: ctags-based source code browser"
 HOMEPAGE="http://vim-taglist.sourceforge.net/"
 LICENSE="vim"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 hppa ~ia64 ~mips ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 
 RDEPEND="dev-util/ctags"
 



1.62                 app-vim/taglist/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	11 Apr 2013 18:57:25 -0000	1.61
+++ ChangeLog	12 Apr 2013 08:51:17 -0000	1.62
@@ -1,6 +1,9 @@
 # ChangeLog for app-vim/taglist
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.61 2013/04/11 18:57:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.62 2013/04/12 08:51:17 ago Exp $
+
+  12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> taglist-4.6.ebuild:
+  Stable for alpha, wrt bug #464418
 
   11 Apr 2013; Agostino Sarubbo <ago@gentoo.org> taglist-4.6.ebuild:
   Stable for ppc, wrt bug #464418





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

* [gentoo-commits] gentoo-x86 commit in app-vim/taglist: taglist-4.6.ebuild ChangeLog
@ 2013-04-12 17:22 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-12 17:22 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/12 17:22:13

  Modified:             taglist-4.6.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #464418
  
  (Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  app-vim/taglist/taglist-4.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild?r1=1.5&r2=1.6

Index: taglist-4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- taglist-4.6.ebuild	12 Apr 2013 08:51:17 -0000	1.5
+++ taglist-4.6.ebuild	12 Apr 2013 17:22:13 -0000	1.6
@@ -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/app-vim/taglist/taglist-4.6.ebuild,v 1.5 2013/04/12 08:51:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild,v 1.6 2013/04/12 17:22:13 ago Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 DESCRIPTION="vim plugin: ctags-based source code browser"
 HOMEPAGE="http://vim-taglist.sourceforge.net/"
 LICENSE="vim"
-KEYWORDS="alpha amd64 hppa ~ia64 ~mips ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 
 RDEPEND="dev-util/ctags"
 



1.63                 app-vim/taglist/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	12 Apr 2013 08:51:17 -0000	1.62
+++ ChangeLog	12 Apr 2013 17:22:13 -0000	1.63
@@ -1,6 +1,9 @@
 # ChangeLog for app-vim/taglist
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.62 2013/04/12 08:51:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.63 2013/04/12 17:22:13 ago Exp $
+
+  12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> taglist-4.6.ebuild:
+  Stable for ia64, wrt bug #464418
 
   12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> taglist-4.6.ebuild:
   Stable for alpha, wrt bug #464418





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

* [gentoo-commits] gentoo-x86 commit in app-vim/taglist: taglist-4.6.ebuild ChangeLog
@ 2013-04-13  7:35 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-13  7:35 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/13 07:35:12

  Modified:             taglist-4.6.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #464418
  
  (Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  app-vim/taglist/taglist-4.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild?r1=1.6&r2=1.7

Index: taglist-4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- taglist-4.6.ebuild	12 Apr 2013 17:22:13 -0000	1.6
+++ taglist-4.6.ebuild	13 Apr 2013 07:35:12 -0000	1.7
@@ -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/app-vim/taglist/taglist-4.6.ebuild,v 1.6 2013/04/12 17:22:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild,v 1.7 2013/04/13 07:35:12 ago Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 DESCRIPTION="vim plugin: ctags-based source code browser"
 HOMEPAGE="http://vim-taglist.sourceforge.net/"
 LICENSE="vim"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 
 RDEPEND="dev-util/ctags"
 



1.64                 app-vim/taglist/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	12 Apr 2013 17:22:13 -0000	1.63
+++ ChangeLog	13 Apr 2013 07:35:12 -0000	1.64
@@ -1,6 +1,9 @@
 # ChangeLog for app-vim/taglist
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.63 2013/04/12 17:22:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.64 2013/04/13 07:35:12 ago Exp $
+
+  13 Apr 2013; Agostino Sarubbo <ago@gentoo.org> taglist-4.6.ebuild:
+  Stable for sparc, wrt bug #464418
 
   12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> taglist-4.6.ebuild:
   Stable for ia64, wrt bug #464418





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

* [gentoo-commits] gentoo-x86 commit in app-vim/taglist: taglist-4.6.ebuild ChangeLog
@ 2013-04-15  8:39 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-15  8:39 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/15 08:39:01

  Modified:             taglist-4.6.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #464418
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  app-vim/taglist/taglist-4.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild?r1=1.7&r2=1.8

Index: taglist-4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- taglist-4.6.ebuild	13 Apr 2013 07:35:12 -0000	1.7
+++ taglist-4.6.ebuild	15 Apr 2013 08:39:01 -0000	1.8
@@ -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/app-vim/taglist/taglist-4.6.ebuild,v 1.7 2013/04/13 07:35:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild,v 1.8 2013/04/15 08:39:01 ago Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 DESCRIPTION="vim plugin: ctags-based source code browser"
 HOMEPAGE="http://vim-taglist.sourceforge.net/"
 LICENSE="vim"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 
 RDEPEND="dev-util/ctags"
 



1.65                 app-vim/taglist/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/taglist/ChangeLog?r1=1.64&r2=1.65

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	13 Apr 2013 07:35:12 -0000	1.64
+++ ChangeLog	15 Apr 2013 08:39:01 -0000	1.65
@@ -1,6 +1,9 @@
 # ChangeLog for app-vim/taglist
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.64 2013/04/13 07:35:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.65 2013/04/15 08:39:01 ago Exp $
+
+  15 Apr 2013; Agostino Sarubbo <ago@gentoo.org> taglist-4.6.ebuild:
+  Stable for x86, wrt bug #464418
 
   13 Apr 2013; Agostino Sarubbo <ago@gentoo.org> taglist-4.6.ebuild:
   Stable for sparc, wrt bug #464418





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

end of thread, other threads:[~2013-04-15  8:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-12  8:51 [gentoo-commits] gentoo-x86 commit in app-vim/taglist: taglist-4.6.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-04-15  8:39 Agostino Sarubbo (ago)
2013-04-13  7:35 Agostino Sarubbo (ago)
2013-04-12 17:22 Agostino Sarubbo (ago)
2013-04-11 18:57 Agostino Sarubbo (ago)
2013-04-10 17:04 Jeroen Roovers (jer)
2013-04-08  8:21 JosA MarAa Alonso (nimiux)
2013-03-02 10:08 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