diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-05-29 21:03:21 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-05-29 21:03:21 +0000 |
commit | 11421c6ff93b6ab68e0fc52e79ceae9d89636e74 (patch) | |
tree | 726fed5f2b026051373aed37d4b571d5942e27e5 /app-xemacs/igrep | |
parent | gnome-base/gnome-mount: add #include <locale.h> to fix bug #176035 (diff) | |
download | historical-11421c6ff93b6ab68e0fc52e79ceae9d89636e74.tar.gz historical-11421c6ff93b6ab68e0fc52e79ceae9d89636e74.tar.bz2 historical-11421c6ff93b6ab68e0fc52e79ceae9d89636e74.zip |
alpha stable wrt #175560
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'app-xemacs/igrep')
-rw-r--r-- | app-xemacs/igrep/ChangeLog | 5 | ||||
-rw-r--r-- | app-xemacs/igrep/igrep-1.14.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-xemacs/igrep/ChangeLog b/app-xemacs/igrep/ChangeLog index 65cfde69c788..cb40cc1c9a41 100644 --- a/app-xemacs/igrep/ChangeLog +++ b/app-xemacs/igrep/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-xemacs/igrep # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/igrep/ChangeLog,v 1.10 2007/02/22 00:37:06 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/igrep/ChangeLog,v 1.11 2007/05/29 20:39:45 armin76 Exp $ + + 29 May 2007; Raúl Porcel <armin76@gentoo.org> igrep-1.14.ebuild: + alpha stable wrt #175560 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/app-xemacs/igrep/igrep-1.14.ebuild b/app-xemacs/igrep/igrep-1.14.ebuild index 0b0f6c577d48..ec495497cf47 100644 --- a/app-xemacs/igrep/igrep-1.14.ebuild +++ b/app-xemacs/igrep/igrep-1.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/igrep/igrep-1.14.ebuild,v 1.2 2007/05/29 20:39:45 armin76 Exp $ SLOT="0" IUSE="" @@ -11,7 +11,7 @@ RDEPEND="app-xemacs/dired app-xemacs/xemacs-base app-xemacs/efs " -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" inherit xemacs-packages |