* [gentoo-commits] gentoo-x86 commit in dev-python/unidecode: metadata.xml ChangeLog
@ 2013-10-20 19:25 Stanislav Ochotnicky (sochotnicky)
0 siblings, 0 replies; 3+ messages in thread
From: Stanislav Ochotnicky (sochotnicky) @ 2013-10-20 19:25 UTC (permalink / raw
To: gentoo-commits
sochotnicky 13/10/20 19:25:03
Modified: metadata.xml ChangeLog
Log:
dev-python/unidecode: Move to maintainer-needed
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 7B087241)
Revision Changes Path
1.2 dev-python/unidecode/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/metadata.xml?r1=1.1&r2=1.2
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unidecode/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml 27 May 2012 21:30:12 -0000 1.1
+++ metadata.xml 20 Oct 2013 19:25:03 -0000 1.2
@@ -2,8 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
- <email>sochotnicky@gentoo.org</email>
- <name>Stanislav Ochotnicky</name>
+ <email>maintainer-needed@gentoo.org</email>
</maintainer>
<longdescription lang="en">
This is a Python port of Text::Unidecode Perl module
@@ -17,4 +16,3 @@
Note that this module generally produces better results than simply stripping accents from characters (which can be done in Python with built-in functions). It is based on hand-tuned character mappings that for example also contain ASCII approximations for symbols and non-Latin alphabets.
</longdescription>
</pkgmetadata>
-
1.8 dev-python/unidecode/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 5 Sep 2013 18:46:40 -0000 1.7
+++ ChangeLog 20 Oct 2013 19:25:03 -0000 1.8
@@ -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.7 2013/09/05 18:46:40 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.8 2013/10/20 19:25:03 sochotnicky Exp $
+
+ 20 Oct 2013; Stanislav Ochotnicky <sochotnicky@gentoo.org> metadata.xml:
+ Move to maintainer-needed
05 Sep 2013; Michał Górny <mgorny@gentoo.org> unidecode-0.04.9-r1.ebuild:
Clean up PYTHON_COMPAT from old implementations.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/unidecode: metadata.xml ChangeLog
@ 2014-01-16 17:20 Jeroen Roovers (jer)
0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2014-01-16 17:20 UTC (permalink / raw
To: gentoo-commits
jer 14/01/16 17:20:53
Modified: metadata.xml ChangeLog
Log:
Spelling.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.3 dev-python/unidecode/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/metadata.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/metadata.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/metadata.xml?r1=1.2&r2=1.3
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unidecode/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml 20 Oct 2013 19:25:03 -0000 1.2
+++ metadata.xml 16 Jan 2014 17:20:53 -0000 1.3
@@ -7,7 +7,7 @@
<longdescription lang="en">
This is a Python port of Text::Unidecode Perl module
-It often happens that you have text data in Unicode, but you need to represent it in ASCII. For example when integrating with legacy code that doesn't support Unicode, or for ease of entry of non-Roman names on a US keyboard, or when constructing ASCII machine identifiers from human-readable Unicode strings that should still be somewhat intelligeble (a popular example of this is when making an URL slug from an article title).
+It often happens that you have text data in Unicode, but you need to represent it in ASCII. For example when integrating with legacy code that doesn't support Unicode, or for ease of entry of non-Roman names on a US keyboard, or when constructing ASCII machine identifiers from human-readable Unicode strings that should still be somewhat intelligible (a popular example of this is when making a URL slug from an article title).
In most of these examples you could represent Unicode characters as "???" or "\15BA\15A0\1610", to mention two extreme cases. But that's nearly useless to someone who actually wants to read what the text says.
1.9 dev-python/unidecode/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 20 Oct 2013 19:25:03 -0000 1.8
+++ ChangeLog 16 Jan 2014 17:20:53 -0000 1.9
@@ -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.8 2013/10/20 19:25:03 sochotnicky Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.9 2014/01/16 17:20:53 jer Exp $
+
+ 16 Jan 2014; Jeroen Roovers <jer@gentoo.org> metadata.xml:
+ Spelling.
20 Oct 2013; Stanislav Ochotnicky <sochotnicky@gentoo.org> metadata.xml:
Move to maintainer-needed
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/unidecode: metadata.xml ChangeLog
@ 2015-06-04 7:28 Justin Lecher (jlec)
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2015-06-04 7:28 UTC (permalink / raw
To: gentoo-commits
jlec 15/06/04 07:28:41
Modified: metadata.xml ChangeLog
Log:
Add pypi to remote-id in metadata.xml
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path
1.7 dev-python/unidecode/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/metadata.xml?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/metadata.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/metadata.xml?r1=1.6&r2=1.7
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unidecode/metadata.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- metadata.xml 13 Apr 2015 08:28:42 -0000 1.6
+++ metadata.xml 4 Jun 2015 07:28:41 -0000 1.7
@@ -8,4 +8,7 @@
<longdescription lang="en">
This is a Python port of the Text::Unidecode Perl (<pkg>dev-perl/Text-Unidecode</pkg> module
</longdescription>
+ <upstream>
+ <remote-id type="pypi">Unidecode</remote-id>
+ </upstream>
</pkgmetadata>
1.40 dev-python/unidecode/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 13 Apr 2015 08:28:42 -0000 1.39
+++ ChangeLog 4 Jun 2015 07:28:41 -0000 1.40
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/unidecode
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.39 2015/04/13 08:28:42 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.40 2015/06/04 07:28:41 jlec Exp $
+
+ 04 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ Add pypi to remote-id in metadata.xml
13 Apr 2015; Justin Lecher <jlec@gentoo.org> -unidecode-0.04.16.ebuild,
metadata.xml:
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-06-04 7:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-20 19:25 [gentoo-commits] gentoo-x86 commit in dev-python/unidecode: metadata.xml ChangeLog Stanislav Ochotnicky (sochotnicky)
-- strict thread matches above, loose matches on Subject: below --
2014-01-16 17:20 Jeroen Roovers (jer)
2015-06-04 7:28 Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox