diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-02-22 10:41:07 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-02-22 10:41:07 +0000 |
commit | 7aae1ee8a6526db2b500019888123cdd6870ce1a (patch) | |
tree | 96de581e3200c0eb257b64f5f544740ec7907665 /app-xemacs/igrep | |
parent | Drop broken old ebuild, and bump to new version, now using our own tarball fo... (diff) | |
download | gentoo-2-7aae1ee8a6526db2b500019888123cdd6870ce1a.tar.gz gentoo-2-7aae1ee8a6526db2b500019888123cdd6870ce1a.tar.bz2 gentoo-2-7aae1ee8a6526db2b500019888123cdd6870ce1a.zip |
Version bump
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-xemacs/igrep')
-rw-r--r-- | app-xemacs/igrep/ChangeLog | 9 | ||||
-rw-r--r-- | app-xemacs/igrep/igrep-1.16.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/app-xemacs/igrep/ChangeLog b/app-xemacs/igrep/ChangeLog index 78fce1d5d93b..f941b242b6f4 100644 --- a/app-xemacs/igrep/ChangeLog +++ b/app-xemacs/igrep/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-xemacs/igrep -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/igrep/ChangeLog,v 1.14 2008/03/19 19:40:28 graaff Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/igrep/ChangeLog,v 1.15 2009/02/22 10:41:07 graaff Exp $ + +*igrep-1.16 (22 Feb 2009) + + 22 Feb 2009; Hans de Graaff <graaff@gentoo.org> +igrep-1.16.ebuild: + Version bump synced to upstream 2.113 19 Mar 2008; Hans de Graaff <graaff@gentoo.org> metadata.xml: A herd should not be listed as maintainer diff --git a/app-xemacs/igrep/igrep-1.16.ebuild b/app-xemacs/igrep/igrep-1.16.ebuild new file mode 100644 index 000000000000..90ccebe5caf7 --- /dev/null +++ b/app-xemacs/igrep/igrep-1.16.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/igrep/igrep-1.16.ebuild,v 1.1 2009/02/22 10:41:07 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 |