diff options
Diffstat (limited to 'app-xemacs/igrep/igrep-1.10.ebuild')
-rw-r--r-- | app-xemacs/igrep/igrep-1.10.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-xemacs/igrep/igrep-1.10.ebuild b/app-xemacs/igrep/igrep-1.10.ebuild new file mode 100644 index 000000000000..f5ed0828fd9e --- /dev/null +++ b/app-xemacs/igrep/igrep-1.10.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/igrep/igrep-1.10.ebuild,v 1.1 2002/12/16 12:22:47 rendhalver Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Enhanced front-end for Grep." +PKG_CAT="standard" + +DEPEND="app-xemacs/dired +app-xemacs/xemacs-base +app-xemacs/efs +" + +inherit xemacs-packages + |