public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/diff-match-patch: diff-match-patch-20121119.ebuild ChangeLog
@ 2013-12-28 18:18 Amadeusz Zolnowski (aidecoe)
  0 siblings, 0 replies; 6+ messages in thread
From: Amadeusz Zolnowski (aidecoe) @ 2013-12-28 18:18 UTC (permalink / raw
  To: gentoo-commits

aidecoe     13/12/28 18:18:57

  Modified:             ChangeLog
  Added:                diff-match-patch-20121119.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F0134531E1DBFAB5)

Revision  Changes    Path
1.14                 dev-python/diff-match-patch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	14 Dec 2013 19:13:20 -0000	1.13
+++ ChangeLog	28 Dec 2013 18:18:57 -0000	1.14
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/diff-match-patch
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v 1.13 2013/12/14 19:13:20 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v 1.14 2013/12/28 18:18:57 aidecoe Exp $
+
+*diff-match-patch-20121119 (28 Dec 2013)
+
+  28 Dec 2013; Amadeusz Żołnowski <aidecoe@gentoo.org>
+  +diff-match-patch-20121119.ebuild:
+  Version bump.
 
 *diff-match-patch-20120106-r1 (14 Dec 2013)
 



1.1                  dev-python/diff-match-patch/diff-match-patch-20121119.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild?rev=1.1&content-type=text/plain

Index: diff-match-patch-20121119.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild,v 1.1 2013/12/28 18:18:57 aidecoe Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )

inherit distutils-r1

DESCRIPTION="Diff, match and patch algorithms for plain text"
HOMEPAGE="http://code.google.com/p/google-diff-match-patch/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"

python_test() {
	esetup.py test
}





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

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

pacho       14/03/02 22:47:20

  Modified:             diff-match-patch-20121119.ebuild ChangeLog
  Log:
  amd64 stable, bug #501494
  
  (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.2                  dev-python/diff-match-patch/diff-match-patch-20121119.ebuild

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

Index: diff-match-patch-20121119.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- diff-match-patch-20121119.ebuild	28 Dec 2013 18:18:57 -0000	1.1
+++ diff-match-patch-20121119.ebuild	2 Mar 2014 22:47:20 -0000	1.2
@@ -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/diff-match-patch/diff-match-patch-20121119.ebuild,v 1.1 2013/12/28 18:18:57 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild,v 1.2 2014/03/02 22:47:20 pacho Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.16                 dev-python/diff-match-patch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	16 Feb 2014 15:08:59 -0000	1.15
+++ ChangeLog	2 Mar 2014 22:47:20 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/diff-match-patch
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v 1.15 2014/02/16 15:08:59 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v 1.16 2014/03/02 22:47:20 pacho Exp $
+
+  02 Mar 2014; Pacho Ramos <pacho@gentoo.org> diff-match-patch-20121119.ebuild:
+  amd64 stable, bug #501494
 
   16 Feb 2014; Amadeusz Żołnowski <aidecoe@gentoo.org>
   -diff-match-patch-20110725.1.ebuild, -diff-match-patch-20120106-r1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-python/diff-match-patch: diff-match-patch-20121119.ebuild ChangeLog
@ 2014-03-04 20:05 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-03-04 20:05 UTC (permalink / raw
  To: gentoo-commits

ago         14/03/04 20:05:32

  Modified:             diff-match-patch-20121119.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #501494
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-python/diff-match-patch/diff-match-patch-20121119.ebuild

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

Index: diff-match-patch-20121119.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- diff-match-patch-20121119.ebuild	2 Mar 2014 22:47:20 -0000	1.2
+++ diff-match-patch-20121119.ebuild	4 Mar 2014 20:05:31 -0000	1.3
@@ -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/diff-match-patch/diff-match-patch-20121119.ebuild,v 1.2 2014/03/02 22:47:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild,v 1.3 2014/03/04 20:05:31 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.17                 dev-python/diff-match-patch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	2 Mar 2014 22:47:20 -0000	1.16
+++ ChangeLog	4 Mar 2014 20:05:31 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/diff-match-patch
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v 1.16 2014/03/02 22:47:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v 1.17 2014/03/04 20:05:31 ago Exp $
+
+  04 Mar 2014; Agostino Sarubbo <ago@gentoo.org>
+  diff-match-patch-20121119.ebuild:
+  Stable for x86, wrt bug #501494
 
   02 Mar 2014; Pacho Ramos <pacho@gentoo.org> diff-match-patch-20121119.ebuild:
   amd64 stable, bug #501494





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

* [gentoo-commits] gentoo-x86 commit in dev-python/diff-match-patch: diff-match-patch-20121119.ebuild ChangeLog
@ 2014-03-31 21:08 Michal Gorny (mgorny)
  0 siblings, 0 replies; 6+ messages in thread
From: Michal Gorny (mgorny) @ 2014-03-31 21:08 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/03/31 21:08:54

  Modified:             diff-match-patch-20121119.ebuild ChangeLog
  Log:
  Add support for the new PyPy slotting.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.4                  dev-python/diff-match-patch/diff-match-patch-20121119.ebuild

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

Index: diff-match-patch-20121119.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- diff-match-patch-20121119.ebuild	4 Mar 2014 20:05:31 -0000	1.3
+++ diff-match-patch-20121119.ebuild	31 Mar 2014 21:08:54 -0000	1.4
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild,v 1.3 2014/03/04 20:05:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild,v 1.4 2014/03/31 21:08:54 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
 
 inherit distutils-r1
 



1.19                 dev-python/diff-match-patch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	5 Mar 2014 09:55:47 -0000	1.18
+++ ChangeLog	31 Mar 2014 21:08:54 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/diff-match-patch
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v 1.18 2014/03/05 09:55:47 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v 1.19 2014/03/31 21:08:54 mgorny Exp $
+
+  31 Mar 2014; Michał Górny <mgorny@gentoo.org>
+  diff-match-patch-20121119.ebuild:
+  Add support for the new PyPy slotting.
 
   05 Mar 2014; Amadeusz Żołnowski <aidecoe@gentoo.org>
   -diff-match-patch-20120106.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-python/diff-match-patch: diff-match-patch-20121119.ebuild ChangeLog
@ 2014-11-24 16:47 Pacho Ramos (pacho)
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos (pacho) @ 2014-11-24 16:47 UTC (permalink / raw
  To: gentoo-commits

pacho       14/11/24 16:47:17

  Modified:             diff-match-patch-20121119.ebuild ChangeLog
  Log:
  Support python 3.4
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.5                  dev-python/diff-match-patch/diff-match-patch-20121119.ebuild

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

Index: diff-match-patch-20121119.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- diff-match-patch-20121119.ebuild	31 Mar 2014 21:08:54 -0000	1.4
+++ diff-match-patch-20121119.ebuild	24 Nov 2014 16:47:17 -0000	1.5
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild,v 1.4 2014/03/31 21:08:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild,v 1.5 2014/11/24 16:47:17 pacho Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
 
 inherit distutils-r1
 



1.20                 dev-python/diff-match-patch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	31 Mar 2014 21:08:54 -0000	1.19
+++ ChangeLog	24 Nov 2014 16:47:17 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/diff-match-patch
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v 1.19 2014/03/31 21:08:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v 1.20 2014/11/24 16:47:17 pacho Exp $
+
+  24 Nov 2014; Pacho Ramos <pacho@gentoo.org> diff-match-patch-20121119.ebuild:
+  Support python 3.4
 
   31 Mar 2014; Michał Górny <mgorny@gentoo.org>
   diff-match-patch-20121119.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-python/diff-match-patch: diff-match-patch-20121119.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:05

  Modified:             diff-match-patch-20121119.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/diff-match-patch/diff-match-patch-20121119.ebuild

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

Index: diff-match-patch-20121119.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- diff-match-patch-20121119.ebuild	24 Nov 2014 16:47:17 -0000	1.5
+++ diff-match-patch-20121119.ebuild	8 Apr 2015 08:05:05 -0000	1.6
@@ -1,10 +1,10 @@
-# 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/diff-match-patch/diff-match-patch-20121119.ebuild,v 1.5 2014/11/24 16:47:17 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild,v 1.6 2015/04/08 08:05:05 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 
 inherit distutils-r1
 



1.21                 dev-python/diff-match-patch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	24 Nov 2014 16:47:17 -0000	1.20
+++ ChangeLog	8 Apr 2015 08:05:05 -0000	1.21
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/diff-match-patch
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v 1.20 2014/11/24 16:47:17 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v 1.21 2015/04/08 08:05:05 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org>
+  diff-match-patch-20121119.ebuild:
+  Drop old Python implementations
 
   24 Nov 2014; Pacho Ramos <pacho@gentoo.org> diff-match-patch-20121119.ebuild:
   Support python 3.4





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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-24 16:47 [gentoo-commits] gentoo-x86 commit in dev-python/diff-match-patch: diff-match-patch-20121119.ebuild ChangeLog Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-08  8:05 Michal Gorny (mgorny)
2014-03-31 21:08 Michal Gorny (mgorny)
2014-03-04 20:05 Agostino Sarubbo (ago)
2014-03-02 22:47 Pacho Ramos (pacho)
2013-12-28 18:18 Amadeusz Zolnowski (aidecoe)

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