public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/cmdtest: cmdtest-0.10.ebuild cmdtest-0.6.ebuild ChangeLog
@ 2015-01-19 13:17 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 2+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-19 13:17 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/19 13:17:26

  Modified:             cmdtest-0.10.ebuild cmdtest-0.6.ebuild ChangeLog
  Log:
  Add ~ppc, wrt bug #530672
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="~ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-util/cmdtest/cmdtest-0.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmdtest/cmdtest-0.10.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmdtest/cmdtest-0.10.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmdtest/cmdtest-0.10.ebuild?r1=1.3&r2=1.4

Index: cmdtest-0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cmdtest/cmdtest-0.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cmdtest-0.10.ebuild	26 Dec 2014 17:55:44 -0000	1.3
+++ cmdtest-0.10.ebuild	19 Jan 2015 13:17:25 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cmdtest/cmdtest-0.10.ebuild,v 1.3 2014/12/26 17:55:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cmdtest/cmdtest-0.10.ebuild,v 1.4 2015/01/19 13:17:25 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
 
 DEPEND="
 	${PYTHON_DEPS}



1.4                  dev-util/cmdtest/cmdtest-0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmdtest/cmdtest-0.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmdtest/cmdtest-0.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmdtest/cmdtest-0.6.ebuild?r1=1.3&r2=1.4

Index: cmdtest-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cmdtest/cmdtest-0.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cmdtest-0.6.ebuild	2 May 2013 08:35:10 -0000	1.3
+++ cmdtest-0.6.ebuild	19 Jan 2015 13:17:25 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cmdtest/cmdtest-0.6.ebuild,v 1.3 2013/05/02 08:35:10 mschiff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cmdtest/cmdtest-0.6.ebuild,v 1.4 2015/01/19 13:17:25 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 
 DEPEND="
 	${PYTHON_DEPS}



1.7                  dev-util/cmdtest/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cmdtest/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	26 Dec 2014 17:55:44 -0000	1.6
+++ ChangeLog	19 Jan 2015 13:17:25 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/cmdtest
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cmdtest/ChangeLog,v 1.6 2014/12/26 17:55:44 maekke Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cmdtest/ChangeLog,v 1.7 2015/01/19 13:17:25 ago Exp $
+
+  19 Jan 2015; Agostino Sarubbo <ago@gentoo.org> cmdtest-0.10.ebuild,
+  cmdtest-0.6.ebuild:
+  Add ~ppc, wrt bug #530672
 
   26 Dec 2014; Markus Meier <maekke@gentoo.org> cmdtest-0.10.ebuild:
   add ~arm, bug #530672





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

* [gentoo-commits] gentoo-x86 commit in dev-util/cmdtest: cmdtest-0.10.ebuild cmdtest-0.6.ebuild ChangeLog
@ 2015-04-08 17:54 Michal Gorny (mgorny)
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08 17:54 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/04/08 17:54:01

  Modified:             cmdtest-0.10.ebuild cmdtest-0.6.ebuild ChangeLog
  Log:
  Drop old Python implementations
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.9                  dev-util/cmdtest/cmdtest-0.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmdtest/cmdtest-0.10.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmdtest/cmdtest-0.10.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmdtest/cmdtest-0.10.ebuild?r1=1.8&r2=1.9

Index: cmdtest-0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cmdtest/cmdtest-0.10.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- cmdtest-0.10.ebuild	21 Jan 2015 10:07:05 -0000	1.8
+++ cmdtest-0.10.ebuild	8 Apr 2015 17:54:01 -0000	1.9
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cmdtest/cmdtest-0.10.ebuild,v 1.8 2015/01/21 10:07:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cmdtest/cmdtest-0.10.ebuild,v 1.9 2015/04/08 17:54:01 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 



1.9                  dev-util/cmdtest/cmdtest-0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmdtest/cmdtest-0.6.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmdtest/cmdtest-0.6.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmdtest/cmdtest-0.6.ebuild?r1=1.8&r2=1.9

Index: cmdtest-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cmdtest/cmdtest-0.6.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- cmdtest-0.6.ebuild	21 Jan 2015 10:07:05 -0000	1.8
+++ cmdtest-0.6.ebuild	8 Apr 2015 17:54:01 -0000	1.9
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cmdtest/cmdtest-0.6.ebuild,v 1.8 2015/01/21 10:07:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cmdtest/cmdtest-0.6.ebuild,v 1.9 2015/04/08 17:54:01 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 



1.12                 dev-util/cmdtest/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cmdtest/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	21 Jan 2015 10:07:05 -0000	1.11
+++ ChangeLog	8 Apr 2015 17:54:01 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/cmdtest
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cmdtest/ChangeLog,v 1.11 2015/01/21 10:07:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cmdtest/ChangeLog,v 1.12 2015/04/08 17:54:01 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> cmdtest-0.10.ebuild,
+  cmdtest-0.6.ebuild:
+  Drop old Python implementations
 
   21 Jan 2015; Agostino Sarubbo <ago@gentoo.org> cmdtest-0.10.ebuild,
   cmdtest-0.6.ebuild:





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

end of thread, other threads:[~2015-04-08 17:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-08 17:54 [gentoo-commits] gentoo-x86 commit in dev-util/cmdtest: cmdtest-0.10.ebuild cmdtest-0.6.ebuild ChangeLog Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-19 13:17 Agostino Sarubbo (ago)

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