diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-06 09:49:59 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-06 09:49:59 +0000 |
commit | dc45f1005d4c3d6e6d3ef743cf803786033cae48 (patch) | |
tree | b429afc62a983d7d9aa7f58b13d19b0a7de7943c /dev-cpp | |
parent | Add github to remote-id in metadata.xml (diff) | |
download | gentoo-2-dc45f1005d4c3d6e6d3ef743cf803786033cae48.tar.gz gentoo-2-dc45f1005d4c3d6e6d3ef743cf803786033cae48.tar.bz2 gentoo-2-dc45f1005d4c3d6e6d3ef743cf803786033cae48.zip |
Add github 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-cpp')
-rw-r--r-- | dev-cpp/pficommon/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/pficommon/metadata.xml | 17 |
2 files changed, 14 insertions, 8 deletions
diff --git a/dev-cpp/pficommon/ChangeLog b/dev-cpp/pficommon/ChangeLog index 5e12eb0941e2..2982d80ad1f1 100644 --- a/dev-cpp/pficommon/ChangeLog +++ b/dev-cpp/pficommon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/pficommon # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pficommon/ChangeLog,v 1.5 2015/01/03 00:05:26 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pficommon/ChangeLog,v 1.6 2015/06/06 09:49:59 jlec Exp $ + + 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + Add github to remote-id in metadata.xml 03 Jan 2015; Michał Górny <mgorny@gentoo.org> pficommon-1.3.1.0.ebuild: Use python-any-r1 to enforce Python 2.7 as required for the build system to diff --git a/dev-cpp/pficommon/metadata.xml b/dev-cpp/pficommon/metadata.xml index 02831a897790..d2476e207936 100644 --- a/dev-cpp/pficommon/metadata.xml +++ b/dev-cpp/pficommon/metadata.xml @@ -1,11 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer> - <email>naota@gentoo.org</email> -</maintainer> -<use> - <flag name='fcgi'>Build FCGI feature</flag> - <flag name='mprpc'>Build MessagePack RPC feature</flag> -</use> + <maintainer> + <email>naota@gentoo.org</email> + </maintainer> + <use> + <flag name="fcgi">Build FCGI feature</flag> + <flag name="mprpc">Build MessagePack RPC feature</flag> + </use> + <upstream> + <remote-id type="github">pfi/pficommon</remote-id> + </upstream> </pkgmetadata> |