summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Birchinger <joker@gentoo.org>2003-12-27 12:41:17 +0000
committerChristian Birchinger <joker@gentoo.org>2003-12-27 12:41:17 +0000
commit4e644c605d1c98e352383f993771bbe38c80cbc4 (patch)
tree56570b9ebd1b5d06cacf9aa1ae8c1b183e7eb8ae /app-shells
parentminor updates (diff)
downloadgentoo-2-4e644c605d1c98e352383f993771bbe38c80cbc4.tar.gz
gentoo-2-4e644c605d1c98e352383f993771bbe38c80cbc4.tar.bz2
gentoo-2-4e644c605d1c98e352383f993771bbe38c80cbc4.zip
Added metadata.xml
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/bash-completion/Manifest5
-rw-r--r--app-shells/bash-completion/metadata.xml21
2 files changed, 24 insertions, 2 deletions
diff --git a/app-shells/bash-completion/Manifest b/app-shells/bash-completion/Manifest
index 006df4e7ed62..42dc8a161e01 100644
--- a/app-shells/bash-completion/Manifest
+++ b/app-shells/bash-completion/Manifest
@@ -1,6 +1,7 @@
MD5 3055eb5bea9721822a0d7f49691566a4 ChangeLog 6780
MD5 fad70e9b2b45ec8846f83b565fe812e4 bash-completion-20031225.ebuild 1478
MD5 441d0966dd93e10f2f710b8a2bf3e08a bash-completion-20031215.ebuild 1470
+MD5 1dc8e7503e7e350f3382d37b612178cc metadata.xml 1023
MD5 f0b200452477f05371b05c637e08107c bash-completion-20031125.ebuild 1458
MD5 c85a85bd33aac22ae4872c85733e581f files/README.gentoo 491
MD5 9b22241df7258cb9677cf9a1497e07c5 files/bash-completion 625
@@ -8,5 +9,5 @@ MD5 3c7995eee919c34f968dcde5d7b05ae0 files/digest-bash-completion-20031125 76
MD5 b8d28a6cbf61ef90046af1b20810498b files/digest-bash-completion-20031225 76
MD5 e305c1d5975de631e7be98e887a893e2 files/digest-bash-completion-20031215 76
MD5 f96c9b92f176d02ecb313feb104f8af1 files/gentoo.completion 15731
-MD5 f84b4350433e3f579107d1da4a30332f files/gentoo.completion-20031225 16312
-MD5 f84b4350433e3f579107d1da4a30332f files/gentoo.completion-20031215 16312
+MD5 53adaff03778976e18fbc32c4ae59387 files/gentoo.completion-20031225 16310
+MD5 53adaff03778976e18fbc32c4ae59387 files/gentoo.completion-20031215 16310
diff --git a/app-shells/bash-completion/metadata.xml b/app-shells/bash-completion/metadata.xml
new file mode 100644
index 000000000000..4ac4fd48987b
--- /dev/null
+++ b/app-shells/bash-completion/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>joker@gentoo.org</email>
+ <name>Christian Birchinger</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
+ from your ~/.ssh/known_hosts files. Or typing man 3 str [Tab] and getting a
+ list of all string handling functions in the UNIX manual. mount system:
+ [Tab] would complete on all exported file-systems from the host called
+ system, while make [Tab] would complete on all targets in Makefile. This
+ 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>
+</pkgmetadata>