summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-04-29 19:47:04 +0100
committerJustin Lecher <jlec@gentoo.org>2017-04-29 19:49:16 +0100
commit92715265f5e37292e57673f39c5372a268778c44 (patch)
tree66a50bb70e4d2de5c7c08660043176f3909d7d96 /app-shells
parentsci-libs/libghemical: Drop old (diff)
downloadgentoo-92715265f5e37292e57673f39c5372a268778c44.tar.gz
gentoo-92715265f5e37292e57673f39c5372a268778c44.tar.bz2
gentoo-92715265f5e37292e57673f39c5372a268778c44.zip
Globally add missing remote ID references to metadata.xml
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/bash-completion/metadata.xml26
-rw-r--r--app-shells/ctypes-sh/metadata.xml5
-rw-r--r--app-shells/ksh/metadata.xml5
3 files changed, 23 insertions, 13 deletions
diff --git a/app-shells/bash-completion/metadata.xml b/app-shells/bash-completion/metadata.xml
index 976a2d44dd50..5ceec3abea7e 100644
--- a/app-shells/bash-completion/metadata.xml
+++ b/app-shells/bash-completion/metadata.xml
@@ -1,15 +1,15 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
- <email>mgorny@gentoo.org</email>
- <name>Michał Górny</name>
-</maintainer>
-<maintainer type="project">
- <email>shell-tools@gentoo.org</email>
- <name>Gentoo Shell Tools Project</name>
-</maintainer>
-<longdescription>
+ <maintainer type="person">
+ <email>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>shell-tools@gentoo.org</email>
+ <name>Gentoo Shell Tools Project</name>
+ </maintainer>
+ <longdescription>
Since v2.04, bash has allowed you to intelligently program and extend its
standard completion behavior to achieve complex command lines with just a
few keystrokes. Imagine typing ssh [Tab] and being able to complete on hosts
@@ -20,5 +20,9 @@
project was conceived to produce programmable completion routines for the
most common Linux/UNIX commands, reducing the amount of typing sysadmins and
programmers need to do on a daily basis.
-</longdescription>
+ </longdescription>
+ <upstream>
+ <remote-id type="bitbucket">mgorny/bashcomp2</remote-id>
+ <remote-id type="github">scop/bash-completion</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/app-shells/ctypes-sh/metadata.xml b/app-shells/ctypes-sh/metadata.xml
index 6083ddccaf9a..6086f8198355 100644
--- a/app-shells/ctypes-sh/metadata.xml
+++ b/app-shells/ctypes-sh/metadata.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
@@ -10,4 +10,7 @@ ctypes.sh is a bash plugin that provides a foreign function interface directly
in your shell. In other words, it allows you to call routines in shared
libraries from within bash.
</longdescription>
+ <upstream>
+ <remote-id type="github">taviso/ctypes.sh</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/app-shells/ksh/metadata.xml b/app-shells/ksh/metadata.xml
index a959ccfa1499..6018c787c35e 100644
--- a/app-shells/ksh/metadata.xml
+++ b/app-shells/ksh/metadata.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
@@ -24,4 +24,7 @@
many thousands of people at AT&amp;T since 1982, and at many other
companies and universities.
</longdescription>
+ <upstream>
+ <remote-id type="github">att/ast</remote-id>
+ </upstream>
</pkgmetadata>