[gentoo-commits] gentoo-x86 commit in app-portage/overlint: overlint-0.5.2.ebuild ChangeLog

2014-07-06 Thread Michal Gorny (mgorny)
mgorny  14/07/06 12:36:20

  Modified: overlint-0.5.2.ebuild ChangeLog
  Log:
  Clean up obsolete dependencies on virtual/python-argparse and 
virtual/python-unittest2 (those packages were only required for =python-2.6).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.8  app-portage/overlint/overlint-0.5.2.ebuild

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

Index: overlint-0.5.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/overlint/overlint-0.5.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- overlint-0.5.2.ebuild   20 May 2014 22:56:00 -  1.7
+++ overlint-0.5.2.ebuild   6 Jul 2014 12:36:20 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-portage/overlint/overlint-0.5.2.ebuild,v 1.7 
2014/05/20 22:56:00 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-portage/overlint/overlint-0.5.2.ebuild,v 1.8 
2014/07/06 12:36:20 mgorny Exp $
 
 EAPI=5
 
@@ -16,6 +16,3 @@
 SLOT=0
 KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux
 IUSE=
-
-DEPEND=
-RDEPEND=virtual/python-argparse[${PYTHON_USEDEP}]



1.12 app-portage/overlint/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/overlint/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/overlint/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/overlint/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/overlint/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   20 May 2014 22:56:00 -  1.11
+++ ChangeLog   6 Jul 2014 12:36:20 -   1.12
@@ -1,6 +1,10 @@
 # ChangeLog for app-portage/overlint
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/ChangeLog,v 1.11 
2014/05/20 22:56:00 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/ChangeLog,v 1.12 
2014/07/06 12:36:20 mgorny Exp $
+
+  06 Jul 2014; Michał Górny mgo...@gentoo.org overlint-0.5.2.ebuild:
+  Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
+  unittest2 (those packages were only required for =python-2.6).
 
   20 May 2014; Manuel Rüger mr...@gentoo.org overlint-0.5.2.ebuild:
   Add ~arm keyword.






[gentoo-commits] gentoo-x86 commit in app-portage/overlint: overlint-0.5.2.ebuild ChangeLog

2014-05-20 Thread Manuel Rueger (mrueg)
mrueg   14/05/20 22:56:00

  Modified: overlint-0.5.2.ebuild ChangeLog
  Log:
  Add ~arm keyword.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.7  app-portage/overlint/overlint-0.5.2.ebuild

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

Index: overlint-0.5.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/overlint/overlint-0.5.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- overlint-0.5.2.ebuild   28 Apr 2014 19:46:54 -  1.6
+++ overlint-0.5.2.ebuild   20 May 2014 22:56:00 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-portage/overlint/overlint-0.5.2.ebuild,v 1.6 
2014/04/28 19:46:54 bicatali Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-portage/overlint/overlint-0.5.2.ebuild,v 1.7 
2014/05/20 22:56:00 mrueg Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=|| ( GPL-2 GPL-3 )
 SLOT=0
-KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux
 IUSE=
 
 DEPEND=



1.11 app-portage/overlint/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/overlint/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/overlint/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/overlint/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/overlint/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   28 Apr 2014 19:46:54 -  1.10
+++ ChangeLog   20 May 2014 22:56:00 -  1.11
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/overlint
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/ChangeLog,v 1.10 
2014/04/28 19:46:54 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/ChangeLog,v 1.11 
2014/05/20 22:56:00 mrueg Exp $
+
+  20 May 2014; Manuel Rüger mr...@gentoo.org overlint-0.5.2.ebuild:
+  Add ~arm keyword.
 
   28 Apr 2014; Sébastien Fabbro bicat...@gentoo.org overlint-0.5.2.ebuild:
   Keyword ~amd64-linux ~x86-linux






[gentoo-commits] gentoo-x86 commit in app-portage/overlint: overlint-0.5.2.ebuild ChangeLog

2014-04-28 Thread Sebastien Fabbro (bicatali)
bicatali14/04/28 19:46:54

  Modified: overlint-0.5.2.ebuild ChangeLog
  Log:
  Keyword ~amd64-linux ~x86-linux
  
  (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with 
key 0x13CB1360)

Revision  ChangesPath
1.6  app-portage/overlint/overlint-0.5.2.ebuild

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

Index: overlint-0.5.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/overlint/overlint-0.5.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- overlint-0.5.2.ebuild   13 Oct 2013 07:15:27 -  1.5
+++ overlint-0.5.2.ebuild   28 Apr 2014 19:46:54 -  1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-portage/overlint/overlint-0.5.2.ebuild,v 1.5 
2013/10/13 07:15:27 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-portage/overlint/overlint-0.5.2.ebuild,v 1.6 
2014/04/28 19:46:54 bicatali Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=|| ( GPL-2 GPL-3 )
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=
 
 DEPEND=



1.10 app-portage/overlint/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/overlint/ChangeLog?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/overlint/ChangeLog?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/overlint/ChangeLog?r1=1.9r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/overlint/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   13 Oct 2013 07:15:27 -  1.9
+++ ChangeLog   28 Apr 2014 19:46:54 -  1.10
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/overlint
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/ChangeLog,v 1.9 
2013/10/13 07:15:27 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/ChangeLog,v 1.10 
2014/04/28 19:46:54 bicatali Exp $
+
+  28 Apr 2014; Sébastien Fabbro bicat...@gentoo.org overlint-0.5.2.ebuild:
+  Keyword ~amd64-linux ~x86-linux
 
   13 Oct 2013; Pacho Ramos pa...@gentoo.org overlint-0.5.2.ebuild:
   Also compatible with python3_3