diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:02:19 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:02:19 +0000 |
commit | 1e61b1e89789fb0005e72f9770ef91b8b70fb34d (patch) | |
tree | c3c0f8da2cce02bbdc5f3a3de50a795ceab16806 /app-emulation | |
parent | Add upstream remote-id annotations using tools by Corentin Chary, bug #406287. (diff) | |
download | historical-1e61b1e89789fb0005e72f9770ef91b8b70fb34d.tar.gz historical-1e61b1e89789fb0005e72f9770ef91b8b70fb34d.tar.bz2 historical-1e61b1e89789fb0005e72f9770ef91b8b70fb34d.zip |
Add upstream remote-id annotations using tools by Corentin Chary, bug #406287.
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/ganeti-instance-debian-etch/metadata.xml | 9 | ||||
-rw-r--r-- | app-emulation/ganeti-instance-debootstrap/metadata.xml | 10 | ||||
-rw-r--r-- | app-emulation/phpvirtualbox/metadata.xml | 16 | ||||
-rw-r--r-- | app-emulation/vmware-view-open-client/metadata.xml | 9 | ||||
-rw-r--r-- | app-emulation/winetricks/metadata.xml | 5 |
5 files changed, 29 insertions, 20 deletions
diff --git a/app-emulation/ganeti-instance-debian-etch/metadata.xml b/app-emulation/ganeti-instance-debian-etch/metadata.xml index 6b9abf87416e..32e735381a41 100644 --- a/app-emulation/ganeti-instance-debian-etch/metadata.xml +++ b/app-emulation/ganeti-instance-debian-etch/metadata.xml @@ -1,8 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer> - <email>ramereth@gentoo.org</email> + <maintainer> + <email>ramereth@gentoo.org</email> <description>Lance Albertson</description> - </maintainer> + </maintainer> + <upstream> + <remote-id type="google-code">ganeti</remote-id> + </upstream> </pkgmetadata> diff --git a/app-emulation/ganeti-instance-debootstrap/metadata.xml b/app-emulation/ganeti-instance-debootstrap/metadata.xml index 02ebb011944e..7ff7dc261281 100644 --- a/app-emulation/ganeti-instance-debootstrap/metadata.xml +++ b/app-emulation/ganeti-instance-debootstrap/metadata.xml @@ -6,11 +6,11 @@ <email>ramereth@gentoo.org</email> <name>Lance Albertson</name> </maintainer> - <longdescription lang="en"> - This is a guest OS definition for Ganeti (http://code.google.com/p/ganeti). + <longdescription lang="en">This is a guest OS definition for Ganeti (http://code.google.com/p/ganeti). It will install a minimal version of Debian or Ubuntu via debootstrap (thus it requires network access). This only works if you have a Debian-based node - or you have debootstrap installed by hand on another distribution. - </longdescription> + or you have debootstrap installed by hand on another distribution.</longdescription> + <upstream> + <remote-id type="google-code">ganeti</remote-id> + </upstream> </pkgmetadata> - diff --git a/app-emulation/phpvirtualbox/metadata.xml b/app-emulation/phpvirtualbox/metadata.xml index 5e3a61a90139..2dddd5bae05e 100644 --- a/app-emulation/phpvirtualbox/metadata.xml +++ b/app-emulation/phpvirtualbox/metadata.xml @@ -1,11 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer> -<email>hwoarang@gentoo.org</email> -<name>Markos Chandras</name> -</maintainer> -<longdescription lang="en"> -</longdescription> + <maintainer> + <email>hwoarang@gentoo.org</email> + <name>Markos Chandras</name> + </maintainer> + <longdescription lang="en"> + </longdescription> + <upstream> + <remote-id type="google-code">phpvirtualbox</remote-id> + </upstream> </pkgmetadata> - diff --git a/app-emulation/vmware-view-open-client/metadata.xml b/app-emulation/vmware-view-open-client/metadata.xml index c840d7832328..7a2e673ac0ce 100644 --- a/app-emulation/vmware-view-open-client/metadata.xml +++ b/app-emulation/vmware-view-open-client/metadata.xml @@ -5,8 +5,9 @@ <maintainer> <email>tgurr@gentoo.org</email> </maintainer> - <longdescription> - VMware View Open Client lets you connect from a Linux desktop to remote - Windows desktops managed by VMware View. - </longdescription> + <longdescription>VMware View Open Client lets you connect from a Linux desktop to remote + Windows desktops managed by VMware View.</longdescription> + <upstream> + <remote-id type="google-code">vmware-view-open-client</remote-id> + </upstream> </pkgmetadata> diff --git a/app-emulation/winetricks/metadata.xml b/app-emulation/winetricks/metadata.xml index 27f54c99739f..e189b9682bae 100644 --- a/app-emulation/winetricks/metadata.xml +++ b/app-emulation/winetricks/metadata.xml @@ -1,5 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>wine</herd> + <herd>wine</herd> + <upstream> + <remote-id type="google-code">winetricks</remote-id> + </upstream> </pkgmetadata> |