public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/eselect-ctags: eselect-ctags-1.3.ebuild
@ 2008-01-10  9:32 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2008-01-10  9:32 UTC (permalink / raw
  To: gentoo-commits

vapier      08/01/10 09:32:02

  Modified:             eselect-ctags-1.3.ebuild
  Log:
  s390 love
  (Portage version: 2.1.4_rc14)

Revision  Changes    Path
1.2                  app-admin/eselect-ctags/eselect-ctags-1.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.3.ebuild?r1=1.1&r2=1.2

Index: eselect-ctags-1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eselect-ctags-1.3.ebuild	21 Dec 2007 08:45:39 -0000	1.1
+++ eselect-ctags-1.3.ebuild	10 Jan 2008 09:32:01 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.3.ebuild,v 1.1 2007/12/21 08:45:39 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.3.ebuild,v 1.2 2008/01/10 09:32:01 vapier Exp $
 
 MY_P="eselect-emacs-${PV}"
 DESCRIPTION="Manages ctags implementations"
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=""



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in app-admin/eselect-ctags: eselect-ctags-1.3.ebuild
@ 2008-01-22  8:14 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2008-01-22  8:14 UTC (permalink / raw
  To: gentoo-commits

vapier      08/01/22 08:14:00

  Modified:             eselect-ctags-1.3.ebuild
  Log:
  arm/s390/sh stable
  (Portage version: 2.1.4)

Revision  Changes    Path
1.9                  app-admin/eselect-ctags/eselect-ctags-1.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.3.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.3.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.3.ebuild?r1=1.8&r2=1.9

Index: eselect-ctags-1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- eselect-ctags-1.3.ebuild	20 Jan 2008 19:06:45 -0000	1.8
+++ eselect-ctags-1.3.ebuild	22 Jan 2008 08:13:59 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.3.ebuild,v 1.8 2008/01/20 19:06:45 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.3.ebuild,v 1.9 2008/01/22 08:13:59 vapier Exp $
 
 MY_P="eselect-emacs-${PV}"
 DESCRIPTION="Manages ctags implementations"
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=""



-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-01-22  8:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-10  9:32 [gentoo-commits] gentoo-x86 commit in app-admin/eselect-ctags: eselect-ctags-1.3.ebuild Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2008-01-22  8:14 Mike Frysinger (vapier)

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