diff options
author | 2015-06-07 08:20:11 +0000 | |
---|---|---|
committer | 2015-06-07 08:20:11 +0000 | |
commit | 44b072dc07d561c02ddaf8b27ab6722a1982d8a2 (patch) | |
tree | d5c111b4d4305bebab3779bc670bcbdd9e312beb /dev-cpp | |
parent | Add github to remote-id in metadata.xml (diff) | |
download | gentoo-2-44b072dc07d561c02ddaf8b27ab6722a1982d8a2.tar.gz gentoo-2-44b072dc07d561c02ddaf8b27ab6722a1982d8a2.tar.bz2 gentoo-2-44b072dc07d561c02ddaf8b27ab6722a1982d8a2.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/gflags/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/gflags/metadata.xml | 13 |
2 files changed, 11 insertions, 7 deletions
diff --git a/dev-cpp/gflags/ChangeLog b/dev-cpp/gflags/ChangeLog index b1c6dcfe7717..0fdfdfa777ea 100644 --- a/dev-cpp/gflags/ChangeLog +++ b/dev-cpp/gflags/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/gflags # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.33 2015/05/01 05:49:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.34 2015/06/07 08:20:11 jlec Exp $ + + 07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + Add github to remote-id in metadata.xml 01 May 2015; Jeroen Roovers <jer@gentoo.org> gflags-2.1.1-r1.ebuild: Stable for PPC64 (bug #540844). diff --git a/dev-cpp/gflags/metadata.xml b/dev-cpp/gflags/metadata.xml index 59aa0bb92f90..42a66d5cc8c8 100644 --- a/dev-cpp/gflags/metadata.xml +++ b/dev-cpp/gflags/metadata.xml @@ -1,10 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer> - <email>maintainer-needed@gentoo.org</email> - </maintainer> - <upstream> - <remote-id type="google-code">gflags</remote-id> - </upstream> + <maintainer> + <email>maintainer-needed@gentoo.org</email> + </maintainer> + <upstream> + <remote-id type="google-code">gflags</remote-id> + <remote-id type="github">schuhschuh/gflags</remote-id> + </upstream> </pkgmetadata> |