public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/unidecode: unidecode-0.04.9-r1.ebuild ChangeLog
@ 2013-04-08 13:41 Ian Delaney (idella4)
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Delaney (idella4) @ 2013-04-08 13:41 UTC (permalink / raw
  To: gentoo-commits

idella4     13/04/08 13:41:18

  Modified:             ChangeLog
  Added:                unidecode-0.04.9-r1.ebuild
  Log:
  migration revbump
  
  (Portage version: 2.1.11.60/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.5                  dev-python/unidecode/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	30 May 2012 12:53:56 -0000	1.4
+++ ChangeLog	8 Apr 2013 13:41:18 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/unidecode
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.4 2012/05/30 12:53:56 xarthisius Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.5 2013/04/08 13:41:18 idella4 Exp $
+
+*unidecode-0.04.9-r1 (08 Apr 2013)
+
+  08 Apr 2013; Ian Delaney <idella4@gentoo.org> +unidecode-0.04.9-r1.ebuild:
+  migration revbump
 
   30 May 2012; Kacper Kowalik <xarthisius@gentoo.org> unidecode-0.04.9.ebuild:
   Restrict not working ABIs, add proper PYTHON_DEPEND, drop empty (R)DEPEND
@@ -17,4 +22,3 @@
   27 May 2012; Stanislav Ochotnicky <sochotnicky@gentoo.org>
   +unidecode-0.04.9.ebuild, +metadata.xml:
   New ebuild for unidecode python module
-



1.1                  dev-python/unidecode/unidecode-0.04.9-r1.ebuild

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

Index: unidecode-0.04.9-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/unidecode/unidecode-0.04.9-r1.ebuild,v 1.1 2013/04/08 13:41:18 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2} pypy2_0 )

MY_PN=Unidecode
MY_P=${MY_PN}-${PV}

inherit distutils-r1

DESCRIPTION="Module providing ASCII transliterations of Unicode text"
HOMEPAGE="http://pypi.python.org/pypi/Unidecode"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

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

S=${WORKDIR}/${MY_P}

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

python_test() {
	esetup.py test || die "Tests failed under ${EPYTHON}"
}





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

* [gentoo-commits] gentoo-x86 commit in dev-python/unidecode: unidecode-0.04.9-r1.ebuild ChangeLog
@ 2013-05-29  5:55 Ian Delaney (idella4)
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Delaney (idella4) @ 2013-05-29  5:55 UTC (permalink / raw
  To: gentoo-commits

idella4     13/05/29 05:55:13

  Modified:             unidecode-0.04.9-r1.ebuild ChangeLog
  Log:
  add py3.3 support
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/unidecode/unidecode-0.04.9-r1.ebuild

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

Index: unidecode-0.04.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.9-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unidecode-0.04.9-r1.ebuild	8 Apr 2013 13:41:18 -0000	1.1
+++ unidecode-0.04.9-r1.ebuild	29 May 2013 05:55:13 -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/unidecode/unidecode-0.04.9-r1.ebuild,v 1.1 2013/04/08 13:41:18 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.9-r1.ebuild,v 1.2 2013/05/29 05:55:13 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy2_0 )
 
 MY_PN=Unidecode
 MY_P=${MY_PN}-${PV}



1.6                  dev-python/unidecode/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	8 Apr 2013 13:41:18 -0000	1.5
+++ ChangeLog	29 May 2013 05:55:13 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/unidecode
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.5 2013/04/08 13:41:18 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.6 2013/05/29 05:55:13 idella4 Exp $
+
+  29 May 2013; Ian Delaney <idella4@gentoo.org> unidecode-0.04.9-r1.ebuild:
+  add py3.3 support
 
 *unidecode-0.04.9-r1 (08 Apr 2013)
 





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

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

mgorny      13/09/05 18:46:40

  Modified:             unidecode-0.04.9-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.3                  dev-python/unidecode/unidecode-0.04.9-r1.ebuild

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

Index: unidecode-0.04.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.9-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- unidecode-0.04.9-r1.ebuild	29 May 2013 05:55:13 -0000	1.2
+++ unidecode-0.04.9-r1.ebuild	5 Sep 2013 18:46:40 -0000	1.3
@@ -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/unidecode/unidecode-0.04.9-r1.ebuild,v 1.2 2013/05/29 05:55:13 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.9-r1.ebuild,v 1.3 2013/09/05 18:46:40 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
 
 MY_PN=Unidecode
 MY_P=${MY_PN}-${PV}



1.7                  dev-python/unidecode/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	29 May 2013 05:55:13 -0000	1.6
+++ ChangeLog	5 Sep 2013 18:46:40 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/unidecode
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.6 2013/05/29 05:55:13 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.7 2013/09/05 18:46:40 mgorny Exp $
+
+  05 Sep 2013; Michał Górny <mgorny@gentoo.org> unidecode-0.04.9-r1.ebuild:
+  Clean up PYTHON_COMPAT from old implementations.
 
   29 May 2013; Ian Delaney <idella4@gentoo.org> unidecode-0.04.9-r1.ebuild:
   add py3.3 support





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

end of thread, other threads:[~2013-09-05 18:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-29  5:55 [gentoo-commits] gentoo-x86 commit in dev-python/unidecode: unidecode-0.04.9-r1.ebuild ChangeLog Ian Delaney (idella4)
  -- strict thread matches above, loose matches on Subject: below --
2013-09-05 18:46 Michal Gorny (mgorny)
2013-04-08 13:41 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