diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-03 20:48:53 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-03 20:48:53 +0000 |
commit | 55906d6ea58c592d5e9558e9a0e0f5afbceaaa46 (patch) | |
tree | 6ca7a3a08fd7879970ccbe506408366cc01cdff5 /dev-python/posix_ipc | |
parent | Initial commit. Ebuild added courtesy of Pavel Balaev <pascal@unixdev.ru>. Fi... (diff) | |
download | gentoo-2-55906d6ea58c592d5e9558e9a0e0f5afbceaaa46.tar.gz gentoo-2-55906d6ea58c592d5e9558e9a0e0f5afbceaaa46.tar.bz2 gentoo-2-55906d6ea58c592d5e9558e9a0e0f5afbceaaa46.zip |
Add pypi to remote-id in metadata.xml
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'dev-python/posix_ipc')
-rw-r--r-- | dev-python/posix_ipc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/posix_ipc/metadata.xml | 15 |
2 files changed, 13 insertions, 7 deletions
diff --git a/dev-python/posix_ipc/ChangeLog b/dev-python/posix_ipc/ChangeLog index 3e03b28a5e74..81852792ed89 100644 --- a/dev-python/posix_ipc/ChangeLog +++ b/dev-python/posix_ipc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/posix_ipc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/posix_ipc/ChangeLog,v 1.3 2015/05/04 15:18:47 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/posix_ipc/ChangeLog,v 1.4 2015/06/03 20:48:53 jlec Exp $ + + 03 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + Add pypi to remote-id in metadata.xml 04 May 2015; Matthew Thode <prometheanfire@gentoo.org> posix_ipc-0.9.8.ebuild: fixing compile time build bug thing bug 548462 diff --git a/dev-python/posix_ipc/metadata.xml b/dev-python/posix_ipc/metadata.xml index 4c8afb2ba780..12f81c32d1bf 100644 --- a/dev-python/posix_ipc/metadata.xml +++ b/dev-python/posix_ipc/metadata.xml @@ -1,12 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>openstack</herd> - <maintainer> - <email>prometheanfire@gentoo.org</email> - <name>Matthew Thode</name> - </maintainer> - <longdescription lang="en"> + <herd>openstack</herd> + <maintainer> + <email>prometheanfire@gentoo.org</email> + <name>Matthew Thode</name> + </maintainer> + <longdescription lang="en"> POSIX IPC primitives (semaphores, shared memory and message queues) for Python </longdescription> + <upstream> + <remote-id type="pypi">posix_ipc</remote-id> + </upstream> </pkgmetadata> |