summaryrefslogtreecommitdiff
path: root/trunk/src/old-scripts/ewhich.1
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2009-05-05 17:39:24 +0000
committerfuzzyray <fuzzyray@gentoo.org>2009-05-05 17:39:24 +0000
commitc819d146be6bce86d97019494173253e71b85d2f (patch)
tree200d00c2b9a420540ff9c4e0d8b3080b762fb562 /trunk/src/old-scripts/ewhich.1
parent61823fe68081c6f8edf24455bbb34123598c5bb4 (diff)
downloadgentoolkit-c819d146be6bce86d97019494173253e71b85d2f.tar.gz
Rearrange trunk to support gentoolkit version 0.3. Split into gentoolkit, gentoolkit-dev, and deprecated. Import djanderson's work on the gentoolkit library and equery
svn path=/trunk/gentoolkit/; revision=589
Diffstat (limited to 'trunk/src/old-scripts/ewhich.1')
-rw-r--r--trunk/src/old-scripts/ewhich.124
1 files changed, 0 insertions, 24 deletions
diff --git a/trunk/src/old-scripts/ewhich.1 b/trunk/src/old-scripts/ewhich.1
deleted file mode 100644
index 4bc5459..0000000
--- a/trunk/src/old-scripts/ewhich.1
+++ /dev/null
@@ -1,24 +0,0 @@
-.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>