public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/IO-Interface: IO-Interface-1.03.ebuild IO-Interface-1.60.0.ebuild ChangeLog
@ 2012-03-25 16:10 Raul Porcel (armin76)
  0 siblings, 0 replies; only message in thread
From: Raul Porcel (armin76) @ 2012-03-25 16:10 UTC (permalink / raw
  To: gentoo-commits

armin76     12/03/25 16:10:50

  Modified:             IO-Interface-1.03.ebuild IO-Interface-1.60.0.ebuild
                        ChangeLog
  Log:
  Drop alpha/ia64/sparc keywords
  
  (Portage version: 2.1.10.49/cvs/Linux ia64)

Revision  Changes    Path
1.7                  dev-perl/IO-Interface/IO-Interface-1.03.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Interface/IO-Interface-1.03.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Interface/IO-Interface-1.03.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Interface/IO-Interface-1.03.ebuild?r1=1.6&r2=1.7

Index: IO-Interface-1.03.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-Interface/IO-Interface-1.03.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- IO-Interface-1.03.ebuild	11 Jul 2007 20:18:07 -0000	1.6
+++ IO-Interface-1.03.ebuild	25 Mar 2012 16:10:50 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Interface/IO-Interface-1.03.ebuild,v 1.6 2007/07/11 20:18:07 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Interface/IO-Interface-1.03.ebuild,v 1.7 2012/03/25 16:10:50 armin76 Exp $
 
 inherit perl-module
 
@@ -12,6 +12,6 @@
 
 SLOT="0"
 LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~alpha amd64 ia64 ppc sparc x86"
+KEYWORDS="amd64 ppc x86"
 
 SRC_TEST="do"



1.5                  dev-perl/IO-Interface/IO-Interface-1.60.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Interface/IO-Interface-1.60.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Interface/IO-Interface-1.60.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Interface/IO-Interface-1.60.0.ebuild?r1=1.4&r2=1.5

Index: IO-Interface-1.60.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-Interface/IO-Interface-1.60.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- IO-Interface-1.60.0.ebuild	8 Mar 2012 15:30:28 -0000	1.4
+++ IO-Interface-1.60.0.ebuild	25 Mar 2012 16:10:50 -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-perl/IO-Interface/IO-Interface-1.60.0.ebuild,v 1.4 2012/03/08 15:30:28 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Interface/IO-Interface-1.60.0.ebuild,v 1.5 2012/03/25 16:10:50 armin76 Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Perl extension for access to network card configuration information"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 IUSE=""
 
 SRC_TEST="do"



1.28                 dev-perl/IO-Interface/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Interface/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Interface/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Interface/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-Interface/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	9 Mar 2012 08:38:32 -0000	1.27
+++ ChangeLog	25 Mar 2012 16:10:50 -0000	1.28
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/IO-Interface
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Interface/ChangeLog,v 1.27 2012/03/09 08:38:32 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Interface/ChangeLog,v 1.28 2012/03/25 16:10:50 armin76 Exp $
+
+  25 Mar 2012; Raúl Porcel <armin76@gentoo.org> IO-Interface-1.03.ebuild,
+  IO-Interface-1.60.0.ebuild:
+  Drop alpha/ia64/sparc keywords
 
   09 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   IO-Interface-1.60.0.ebuild:






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-25 16:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-25 16:10 [gentoo-commits] gentoo-x86 commit in dev-perl/IO-Interface: IO-Interface-1.03.ebuild IO-Interface-1.60.0.ebuild ChangeLog Raul Porcel (armin76)

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