Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyacoustid: metadata.xml ChangeLog
Date: Wed, 03 Jun 2015 20:52:22
Message-Id: 20150603205209.B3574A10@oystercatcher.gentoo.org
1 jlec 15/06/03 20:52:09
2
3 Modified: metadata.xml ChangeLog
4 Log:
5 Add pypi to remote-id in metadata.xml
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
8
9 Revision Changes Path
10 1.3 dev-python/pyacoustid/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyacoustid/metadata.xml?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyacoustid/metadata.xml?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyacoustid/metadata.xml?r1=1.2&r2=1.3
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyacoustid/metadata.xml,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- metadata.xml 20 Oct 2013 19:15:14 -0000 1.2
23 +++ metadata.xml 3 Jun 2015 20:52:09 -0000 1.3
24 @@ -1,10 +1,13 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 - <maintainer>
29 - <email>maintainer-needed@g.o</email>
30 - </maintainer>
31 - <longdescription lang="en">
32 + <maintainer>
33 + <email>maintainer-needed@g.o</email>
34 + </maintainer>
35 + <longdescription lang="en">
36 Chromaprint and its associated Acoustid Web service make up a high-quality, open-source acoustic fingerprinting system. This package provides Python bindings for both the fingerprinting algorithm library, which is written in C but portable, and the Web service, which provides fingerprint lookups.
37 </longdescription>
38 + <upstream>
39 + <remote-id type="pypi">pyacoustid</remote-id>
40 + </upstream>
41 </pkgmetadata>
42
43
44
45 1.10 dev-python/pyacoustid/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyacoustid/ChangeLog?rev=1.10&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyacoustid/ChangeLog?rev=1.10&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyacoustid/ChangeLog?r1=1.9&r2=1.10
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyacoustid/ChangeLog,v
54 retrieving revision 1.9
55 retrieving revision 1.10
56 diff -u -r1.9 -r1.10
57 --- ChangeLog 8 Apr 2015 08:05:29 -0000 1.9
58 +++ ChangeLog 3 Jun 2015 20:52:09 -0000 1.10
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-python/pyacoustid
61 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyacoustid/ChangeLog,v 1.9 2015/04/08 08:05:29 mgorny Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyacoustid/ChangeLog,v 1.10 2015/06/03 20:52:09 jlec Exp $
64 +
65 + 03 Jun 2015; Justin Lecher <jlec@g.o> metadata.xml:
66 + Add pypi to remote-id in metadata.xml
67
68 08 Apr 2015; Michał Górny <mgorny@g.o> pyacoustid-1.0.0-r1.ebuild:
69 Drop old Python implementations