diff options
author | Hans de Graaff <graaff@gentoo.org> | 2006-11-12 09:02:46 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2006-11-12 09:02:46 +0000 |
commit | e584c472c6fcb90b8ab785f03094de4fd9c470bb (patch) | |
tree | bb642fcc66e5394fab8de9c0b93d8bd93c477ebe /app-xemacs/igrep/igrep-1.14.ebuild | |
parent | Version bump; remove old version; add metadata. (diff) | |
download | historical-e584c472c6fcb90b8ab785f03094de4fd9c470bb.tar.gz historical-e584c472c6fcb90b8ab785f03094de4fd9c470bb.tar.bz2 historical-e584c472c6fcb90b8ab785f03094de4fd9c470bb.zip |
Version bump; add metadata.
Package-Manager: portage-2.1.1-r1
Diffstat (limited to 'app-xemacs/igrep/igrep-1.14.ebuild')
-rw-r--r-- | app-xemacs/igrep/igrep-1.14.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-xemacs/igrep/igrep-1.14.ebuild b/app-xemacs/igrep/igrep-1.14.ebuild new file mode 100644 index 000000000000..0b0f6c577d48 --- /dev/null +++ b/app-xemacs/igrep/igrep-1.14.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/igrep/igrep-1.14.ebuild,v 1.1 2006/11/12 09:02:46 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Enhanced front-end for Grep." +PKG_CAT="standard" + +RDEPEND="app-xemacs/dired +app-xemacs/xemacs-base +app-xemacs/efs +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages + |