diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-07 08:24:49 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-07 08:24:49 +0000 |
commit | 20d96c7688202f0794c8cf2546c04c14ce536156 (patch) | |
tree | aae956eabb61b6f2b7a5c9fb922084ff90f057b2 /dev-db | |
parent | Add github to remote-id in metadata.xml (diff) | |
download | gentoo-2-20d96c7688202f0794c8cf2546c04c14ce536156.tar.gz gentoo-2-20d96c7688202f0794c8cf2546c04c14ce536156.tar.bz2 gentoo-2-20d96c7688202f0794c8cf2546c04c14ce536156.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-db')
-rw-r--r-- | dev-db/pgrouting/ChangeLog | 8 | ||||
-rw-r--r-- | dev-db/pgrouting/metadata.xml | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-db/pgrouting/ChangeLog b/dev-db/pgrouting/ChangeLog index 2bbc1c110f86..8ad74b5a88ef 100644 --- a/dev-db/pgrouting/ChangeLog +++ b/dev-db/pgrouting/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/pgrouting -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgrouting/ChangeLog,v 1.2 2014/12/28 15:11:49 titanofold Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgrouting/ChangeLog,v 1.3 2015/06/07 08:24:49 jlec Exp $ + + 07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + Add github to remote-id in metadata.xml 28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org> pgrouting-2.0.0.ebuild: Rename virtual/postgresql to dev-db/postgresql @@ -12,4 +15,3 @@ +metadata.xml: New ebuild written by Benjamin Börngen-Schmidt with some tweaks by me. Fixes bug 527058. - diff --git a/dev-db/pgrouting/metadata.xml b/dev-db/pgrouting/metadata.xml index c9441f464847..fb3e2b441365 100644 --- a/dev-db/pgrouting/metadata.xml +++ b/dev-db/pgrouting/metadata.xml @@ -3,7 +3,10 @@ <pkgmetadata> <herd>postgresql</herd> <use> - <flag name='html'>Install HTML formatted documentation</flag> - <flag name='drivingdistance'>Enable to calculate driving distance</flag> + <flag name="html">Install HTML formatted documentation</flag> + <flag name="drivingdistance">Enable to calculate driving distance</flag> </use> + <upstream> + <remote-id type="github">pgRouting/pgrouting</remote-id> + </upstream> </pkgmetadata> |