summaryrefslogtreecommitdiff
path: root/trunk/src/old-scripts/ewhich.1
diff options
context:
space:
mode:
authorkarltk <karltk@gentoo.org>2004-01-07 12:21:21 +0000
committerkarltk <karltk@gentoo.org>2004-01-07 12:21:21 +0000
commitae60b4b979ee95fc7e7899f12b200b490d05cd4d (patch)
tree84a7424200284f4e5e8b346973b0fb4cb71f04c3 /trunk/src/old-scripts/ewhich.1
parent5e92cdde0da6b22317180df50708a6db083e273d (diff)
downloadgentoolkit-ae60b4b979ee95fc7e7899f12b200b490d05cd4d.tar.gz
New build system
svn path=/; revision=47
Diffstat (limited to 'trunk/src/old-scripts/ewhich.1')
-rw-r--r--trunk/src/old-scripts/ewhich.124
1 files changed, 24 insertions, 0 deletions
diff --git a/trunk/src/old-scripts/ewhich.1 b/trunk/src/old-scripts/ewhich.1
new file mode 100644
index 0000000..4bc5459
--- /dev/null
+++ b/trunk/src/old-scripts/ewhich.1
@@ -0,0 +1,24 @@
+.TH ewhich 1 "October 19, 2003" "ewhich"
+
+.SH NAME
+ewhich \- Gentoo: program for resolving ebuild names
+
+.SH SYNOPSIS
+.B ewhich
+[ -h | --help ] <package>
+
+.SH DESCRIPTION
+.B ewhich
+is a little tool to find the actual ebuild file for a given package name.
+It can use simple package names (like xfree), package names with category
+(like x11-base/xfree) or DEPEND atoms (like >=x11-base/xfree-4.3.0).
+
+.SH BUGS
+.B ewhich
+No known bugs
+
+.SH SEE ALSO
+emerge(1), make.conf(5), ebuild(5)
+
+.SH AUTHOR
+Marius Mauch <genone@gentoo.org>