diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:03:08 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:03:08 +0000 |
commit | 487a64f865634c159f12c6afd5deee0cc9769a72 (patch) | |
tree | 6f47d9220b9558fc0c16a4f363e120abcebab411 | |
parent | Add upstream remote-id annotations using tools by Corentin Chary, bug #406287. (diff) | |
download | historical-487a64f865634c159f12c6afd5deee0cc9769a72.tar.gz historical-487a64f865634c159f12c6afd5deee0cc9769a72.tar.bz2 historical-487a64f865634c159f12c6afd5deee0cc9769a72.zip |
Add upstream remote-id annotations using tools by Corentin Chary, bug #406287.
-rw-r--r-- | rox-base/volume/metadata.xml | 3 | ||||
-rw-r--r-- | rox-extra/find/metadata.xml | 3 | ||||
-rw-r--r-- | rox-extra/lithium/metadata.xml | 3 | ||||
-rw-r--r-- | rox-extra/musicbox/metadata.xml | 3 | ||||
-rw-r--r-- | rox-extra/ripper/metadata.xml | 3 | ||||
-rw-r--r-- | rox-extra/rox-wifi/metadata.xml | 3 | ||||
-rw-r--r-- | sci-astronomy/casacore/metadata.xml | 11 | ||||
-rw-r--r-- | sci-astronomy/pyephem/metadata.xml | 11 |
8 files changed, 30 insertions, 10 deletions
diff --git a/rox-base/volume/metadata.xml b/rox-base/volume/metadata.xml index 36402044950c..b48625e4fd41 100644 --- a/rox-base/volume/metadata.xml +++ b/rox-base/volume/metadata.xml @@ -2,4 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>rox</herd> + <upstream> + <remote-id type="google-code">rox-volume</remote-id> + </upstream> </pkgmetadata> diff --git a/rox-extra/find/metadata.xml b/rox-extra/find/metadata.xml index 36402044950c..9271f7f25b24 100644 --- a/rox-extra/find/metadata.xml +++ b/rox-extra/find/metadata.xml @@ -2,4 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>rox</herd> + <upstream> + <remote-id type="google-code">rox-find</remote-id> + </upstream> </pkgmetadata> diff --git a/rox-extra/lithium/metadata.xml b/rox-extra/lithium/metadata.xml index 36402044950c..3f5f962189f3 100644 --- a/rox-extra/lithium/metadata.xml +++ b/rox-extra/lithium/metadata.xml @@ -2,4 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>rox</herd> + <upstream> + <remote-id type="google-code">rox-lithium</remote-id> + </upstream> </pkgmetadata> diff --git a/rox-extra/musicbox/metadata.xml b/rox-extra/musicbox/metadata.xml index 36402044950c..e1c6b679addc 100644 --- a/rox-extra/musicbox/metadata.xml +++ b/rox-extra/musicbox/metadata.xml @@ -2,4 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>rox</herd> + <upstream> + <remote-id type="google-code">rox-musicbox</remote-id> + </upstream> </pkgmetadata> diff --git a/rox-extra/ripper/metadata.xml b/rox-extra/ripper/metadata.xml index 36402044950c..4887fd9c70b1 100644 --- a/rox-extra/ripper/metadata.xml +++ b/rox-extra/ripper/metadata.xml @@ -2,4 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>rox</herd> + <upstream> + <remote-id type="google-code">rox-ripper</remote-id> + </upstream> </pkgmetadata> diff --git a/rox-extra/rox-wifi/metadata.xml b/rox-extra/rox-wifi/metadata.xml index 36402044950c..830a6ae7deeb 100644 --- a/rox-extra/rox-wifi/metadata.xml +++ b/rox-extra/rox-wifi/metadata.xml @@ -2,4 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>rox</herd> + <upstream> + <remote-id type="google-code">rox-wifi</remote-id> + </upstream> </pkgmetadata> diff --git a/sci-astronomy/casacore/metadata.xml b/sci-astronomy/casacore/metadata.xml index 0aaf75cda06e..5e6d69344baa 100644 --- a/sci-astronomy/casacore/metadata.xml +++ b/sci-astronomy/casacore/metadata.xml @@ -1,10 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci-astronomy</herd> -<longdescription lang="en"> - A set of libraries for the the Common Astronomy Software + <herd>sci-astronomy</herd> + <longdescription lang="en">A set of libraries for the the Common Astronomy Software Applications for radioastronomy. This project contains C++ libraries - which were the code of the discontinued AIPS++ package. -</longdescription> + which were the code of the discontinued AIPS++ package.</longdescription> + <upstream> + <remote-id type="google-code">casacore</remote-id> + </upstream> </pkgmetadata> diff --git a/sci-astronomy/pyephem/metadata.xml b/sci-astronomy/pyephem/metadata.xml index 4677184f9b2f..4973eaeb4c9e 100644 --- a/sci-astronomy/pyephem/metadata.xml +++ b/sci-astronomy/pyephem/metadata.xml @@ -1,15 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci-astronomy</herd> -<longdescription lang="en"> - PyEphem provides astronomical computations for the Python programming + <herd>sci-astronomy</herd> + <longdescription lang="en">PyEphem provides astronomical computations for the Python programming language. Given a date and location on the Earth's surface, it can compute the positions of the Sun and Moon, of the planets and their moons, and of any asteroids, comets, or earth satellites whose orbital elements the user can provide. Additional functions are provided to compute the angular separation between two objects in the sky, to determine the constellation in which an object lies, and to find the - times at which an object rises, transits, and sets on a particular day. -</longdescription> + times at which an object rises, transits, and sets on a particular day.</longdescription> + <upstream> + <remote-id type="pypi">pyephem</remote-id> + </upstream> </pkgmetadata> |