public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pylirc: pylirc-0.0.5-r1.ebuild ChangeLog
@ 2013-07-01  8:38 Ian Delaney (idella4)
  0 siblings, 0 replies; 6+ messages in thread
From: Ian Delaney (idella4) @ 2013-07-01  8:38 UTC (permalink / raw
  To: gentoo-commits

idella4     13/07/01 08:38:36

  Modified:             ChangeLog
  Added:                pylirc-0.0.5-r1.ebuild
  Log:
  revbump; migrate -> distutils-r1
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.17                 dev-python/pylirc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylirc/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	23 Jul 2010 22:34:03 -0000	1.16
+++ ChangeLog	1 Jul 2013 08:38:36 -0000	1.17
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pylirc
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/ChangeLog,v 1.16 2010/07/23 22:34:03 arfrever Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/ChangeLog,v 1.17 2013/07/01 08:38:36 idella4 Exp $
+
+*pylirc-0.0.5-r1 (01 Jul 2013)
+
+  01 Jul 2013; Ian Delaney <idella4@gentoo.org> +pylirc-0.0.5-r1.ebuild:
+  revbump; migrate -> distutils-r1
 
   23 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   pylirc-0.0.5.ebuild:
@@ -53,4 +58,3 @@
 
   10 Sep 2003; Max Kalika <max@gentoo.org> pylirc-0.0.4.ebuild:
   Initial version.
-



1.1                  dev-python/pylirc/pylirc-0.0.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/pylirc-0.0.5-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/pylirc-0.0.5-r1.ebuild?rev=1.1&content-type=text/plain

Index: pylirc-0.0.5-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/pylirc-0.0.5-r1.ebuild,v 1.1 2013/07/01 08:38:36 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7} )

inherit distutils-r1

DESCRIPTION="lirc module for Python"
HOMEPAGE="http://sourceforge.net/projects/pylirc/ http://pypi.python.org/pypi/pylirc"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

DEPEND="app-misc/lirc"
RDEPEND="${DEPEND}"





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

* [gentoo-commits] gentoo-x86 commit in dev-python/pylirc: pylirc-0.0.5-r1.ebuild ChangeLog
@ 2013-09-05 18:46 Michal Gorny (mgorny)
  0 siblings, 0 replies; 6+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-05 18:46 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/09/05 18:46:45

  Modified:             pylirc-0.0.5-r1.ebuild ChangeLog
  Log:
  Clean up PYTHON_COMPAT from old implementations.
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.2                  dev-python/pylirc/pylirc-0.0.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/pylirc-0.0.5-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/pylirc-0.0.5-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/pylirc-0.0.5-r1.ebuild?r1=1.1&r2=1.2

Index: pylirc-0.0.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylirc/pylirc-0.0.5-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pylirc-0.0.5-r1.ebuild	1 Jul 2013 08:38:36 -0000	1.1
+++ pylirc-0.0.5-r1.ebuild	5 Sep 2013 18:46:45 -0000	1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/pylirc-0.0.5-r1.ebuild,v 1.1 2013/07/01 08:38:36 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/pylirc-0.0.5-r1.ebuild,v 1.2 2013/09/05 18:46:45 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
 
 inherit distutils-r1
 



1.18                 dev-python/pylirc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylirc/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	1 Jul 2013 08:38:36 -0000	1.17
+++ ChangeLog	5 Sep 2013 18:46:45 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pylirc
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/ChangeLog,v 1.17 2013/07/01 08:38:36 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/ChangeLog,v 1.18 2013/09/05 18:46:45 mgorny Exp $
+
+  05 Sep 2013; Michał Górny <mgorny@gentoo.org> pylirc-0.0.5-r1.ebuild:
+  Clean up PYTHON_COMPAT from old implementations.
 
 *pylirc-0.0.5-r1 (01 Jul 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-python/pylirc: pylirc-0.0.5-r1.ebuild ChangeLog
@ 2014-02-24  0:15 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 6+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2014-02-24  0:15 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    14/02/24 00:15:03

  Modified:             pylirc-0.0.5-r1.ebuild ChangeLog
  Log:
  x86 stable wrt bug #495618
  
  (Portage version: 2.2.7/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)

Revision  Changes    Path
1.3                  dev-python/pylirc/pylirc-0.0.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/pylirc-0.0.5-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/pylirc-0.0.5-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/pylirc-0.0.5-r1.ebuild?r1=1.2&r2=1.3

Index: pylirc-0.0.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylirc/pylirc-0.0.5-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pylirc-0.0.5-r1.ebuild	5 Sep 2013 18:46:45 -0000	1.2
+++ pylirc-0.0.5-r1.ebuild	24 Feb 2014 00:15:03 -0000	1.3
@@ -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/dev-python/pylirc/pylirc-0.0.5-r1.ebuild,v 1.2 2013/09/05 18:46:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/pylirc-0.0.5-r1.ebuild,v 1.3 2014/02/24 00:15:03 phajdan.jr Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="app-misc/lirc"



1.19                 dev-python/pylirc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylirc/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	5 Sep 2013 18:46:45 -0000	1.18
+++ ChangeLog	24 Feb 2014 00:15:03 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pylirc
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/ChangeLog,v 1.18 2013/09/05 18:46:45 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/ChangeLog,v 1.19 2014/02/24 00:15:03 phajdan.jr Exp $
+
+  23 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> pylirc-0.0.5-r1.ebuild:
+  x86 stable wrt bug #495618
 
   05 Sep 2013; Michał Górny <mgorny@gentoo.org> pylirc-0.0.5-r1.ebuild:
   Clean up PYTHON_COMPAT from old implementations.





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

* [gentoo-commits] gentoo-x86 commit in dev-python/pylirc: pylirc-0.0.5-r1.ebuild ChangeLog
@ 2014-03-02 22:19 Pacho Ramos (pacho)
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos (pacho) @ 2014-03-02 22:19 UTC (permalink / raw
  To: gentoo-commits

pacho       14/03/02 22:19:02

  Modified:             pylirc-0.0.5-r1.ebuild ChangeLog
  Log:
  amd64 stable, bug #495618
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.4                  dev-python/pylirc/pylirc-0.0.5-r1.ebuild

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

Index: pylirc-0.0.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylirc/pylirc-0.0.5-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pylirc-0.0.5-r1.ebuild	24 Feb 2014 00:15:03 -0000	1.3
+++ pylirc-0.0.5-r1.ebuild	2 Mar 2014 22:19:02 -0000	1.4
@@ -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/dev-python/pylirc/pylirc-0.0.5-r1.ebuild,v 1.3 2014/02/24 00:15:03 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/pylirc-0.0.5-r1.ebuild,v 1.4 2014/03/02 22:19:02 pacho Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="app-misc/lirc"



1.20                 dev-python/pylirc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylirc/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	24 Feb 2014 00:15:03 -0000	1.19
+++ ChangeLog	2 Mar 2014 22:19:02 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pylirc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/ChangeLog,v 1.19 2014/02/24 00:15:03 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/ChangeLog,v 1.20 2014/03/02 22:19:02 pacho Exp $
+
+  02 Mar 2014; Pacho Ramos <pacho@gentoo.org> pylirc-0.0.5-r1.ebuild:
+  amd64 stable, bug #495618
 
   23 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> pylirc-0.0.5-r1.ebuild:
   x86 stable wrt bug #495618





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

* [gentoo-commits] gentoo-x86 commit in dev-python/pylirc: pylirc-0.0.5-r1.ebuild ChangeLog
@ 2014-03-05 15:39 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-03-05 15:39 UTC (permalink / raw
  To: gentoo-commits

ago         14/03/05 15:39:29

  Modified:             pylirc-0.0.5-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #495618
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  dev-python/pylirc/pylirc-0.0.5-r1.ebuild

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

Index: pylirc-0.0.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylirc/pylirc-0.0.5-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pylirc-0.0.5-r1.ebuild	2 Mar 2014 22:19:02 -0000	1.4
+++ pylirc-0.0.5-r1.ebuild	5 Mar 2014 15:39:28 -0000	1.5
@@ -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/dev-python/pylirc/pylirc-0.0.5-r1.ebuild,v 1.4 2014/03/02 22:19:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/pylirc-0.0.5-r1.ebuild,v 1.5 2014/03/05 15:39:28 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 DEPEND="app-misc/lirc"



1.21                 dev-python/pylirc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylirc/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	2 Mar 2014 22:19:02 -0000	1.20
+++ ChangeLog	5 Mar 2014 15:39:28 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pylirc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/ChangeLog,v 1.20 2014/03/02 22:19:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/ChangeLog,v 1.21 2014/03/05 15:39:28 ago Exp $
+
+  05 Mar 2014; Agostino Sarubbo <ago@gentoo.org> pylirc-0.0.5-r1.ebuild:
+  Stable for ppc, wrt bug #495618
 
   02 Mar 2014; Pacho Ramos <pacho@gentoo.org> pylirc-0.0.5-r1.ebuild:
   amd64 stable, bug #495618





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

* [gentoo-commits] gentoo-x86 commit in dev-python/pylirc: pylirc-0.0.5-r1.ebuild ChangeLog
@ 2015-04-08  8:05 Michal Gorny (mgorny)
  0 siblings, 0 replies; 6+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08  8:05 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/04/08 08:05:20

  Modified:             pylirc-0.0.5-r1.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.6                  dev-python/pylirc/pylirc-0.0.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/pylirc-0.0.5-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/pylirc-0.0.5-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/pylirc-0.0.5-r1.ebuild?r1=1.5&r2=1.6

Index: pylirc-0.0.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylirc/pylirc-0.0.5-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pylirc-0.0.5-r1.ebuild	5 Mar 2014 15:39:28 -0000	1.5
+++ pylirc-0.0.5-r1.ebuild	8 Apr 2015 08:05:20 -0000	1.6
@@ -1,9 +1,9 @@
-# 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-python/pylirc/pylirc-0.0.5-r1.ebuild,v 1.5 2014/03/05 15:39:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/pylirc-0.0.5-r1.ebuild,v 1.6 2015/04/08 08:05:20 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 



1.23                 dev-python/pylirc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylirc/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	26 Jan 2015 13:18:20 -0000	1.22
+++ ChangeLog	8 Apr 2015 08:05:20 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pylirc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/ChangeLog,v 1.22 2015/01/26 13:18:20 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/ChangeLog,v 1.23 2015/04/08 08:05:20 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> pylirc-0.0.5-r1.ebuild:
+  Drop old Python implementations
 
   26 Jan 2015; Manuel Rüger <mrueg@gentoo.org> -pylirc-0.0.5.ebuild:
   Remove old.





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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-02 22:19 [gentoo-commits] gentoo-x86 commit in dev-python/pylirc: pylirc-0.0.5-r1.ebuild ChangeLog Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-08  8:05 Michal Gorny (mgorny)
2014-03-05 15:39 Agostino Sarubbo (ago)
2014-02-24  0:15 PaweA Hajdan (phajdan.jr)
2013-09-05 18:46 Michal Gorny (mgorny)
2013-07-01  8:38 Ian Delaney (idella4)

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