diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-12-22 20:28:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-12-22 20:28:47 +0000 |
commit | fc72d923ab83fab84f5d09659e4fc20190199979 (patch) | |
tree | 97897dfd04d775e9083e1a0d0da710b1d667ddc6 /dev-libs/libedit/metadata.xml | |
parent | Improvements for upgrading users (diff) | |
download | gentoo-2-fc72d923ab83fab84f5d09659e4fc20190199979.tar.gz gentoo-2-fc72d923ab83fab84f5d09659e4fc20190199979.tar.bz2 gentoo-2-fc72d923ab83fab84f5d09659e4fc20190199979.zip |
initial ebuild
Diffstat (limited to 'dev-libs/libedit/metadata.xml')
-rw-r--r-- | dev-libs/libedit/metadata.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-libs/libedit/metadata.xml b/dev-libs/libedit/metadata.xml new file mode 100644 index 000000000000..1e78268d50a4 --- /dev/null +++ b/dev-libs/libedit/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>vapier@gentoo.org</email> +</maintainer> +<longdescription> +GNU Readline is cool, but BSD Readline is cooler :) +Thus here is libedit by the NetBSD folks! +The glibc/bsdlibc stuff comes from the debian tarball, thanks to them too :) +The patch is handcrafted with a few ideas from libedit.sf.net and a few ideas +from the debian package. This patch aims to be as small as possible (so as +to make future cvs snapshots cake). +</longdescription> +</pkgmetadata> |