diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-10-03 02:47:54 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-10-03 02:47:54 +0000 |
commit | 706e79274abac6b82094e89ba2568f0433ab91b8 (patch) | |
tree | 5f112c51f40e6980439b391c3979de87755e4d1a /app-xemacs/igrep | |
parent | Patch to fixup multiline strings (diff) | |
download | historical-706e79274abac6b82094e89ba2568f0433ab91b8.tar.gz historical-706e79274abac6b82094e89ba2568f0433ab91b8.tar.bz2 historical-706e79274abac6b82094e89ba2568f0433ab91b8.zip |
Stable on alpha
Diffstat (limited to 'app-xemacs/igrep')
-rw-r--r-- | app-xemacs/igrep/ChangeLog | 5 | ||||
-rw-r--r-- | app-xemacs/igrep/Manifest | 4 | ||||
-rw-r--r-- | app-xemacs/igrep/igrep-1.10.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-xemacs/igrep/ChangeLog b/app-xemacs/igrep/ChangeLog index c75426fcc2aa..39868c2cd410 100644 --- a/app-xemacs/igrep/ChangeLog +++ b/app-xemacs/igrep/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-xemacs/igrep # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/igrep/ChangeLog,v 1.3 2003/02/22 12:46:40 rendhalver Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/igrep/ChangeLog,v 1.4 2003/10/03 02:28:09 agriffis Exp $ + + 02 Oct 2003; Aron Griffis <agriffis@gentoo.org> igrep-1.10.ebuild: + Stable on alpha *igrep-1.10 (16 Dec 2002) diff --git a/app-xemacs/igrep/Manifest b/app-xemacs/igrep/Manifest index ac742dd7479a..0bed74a7dc33 100644 --- a/app-xemacs/igrep/Manifest +++ b/app-xemacs/igrep/Manifest @@ -1,3 +1,3 @@ -MD5 21f33f21fe6392c462622653bcd9bb70 ChangeLog 415 -MD5 19a5b2078f0544fe59b60bbe8388c817 igrep-1.10.ebuild 434 +MD5 b220fb13dc80e060f3599857cdaa220b ChangeLog 501 +MD5 1522289ce40a23eb6506364c9ddb6ea9 igrep-1.10.ebuild 431 MD5 698576938b6231dfdd14908032b28d3f files/digest-igrep-1.10 64 diff --git a/app-xemacs/igrep/igrep-1.10.ebuild b/app-xemacs/igrep/igrep-1.10.ebuild index c96d27e7820b..59b5106d2121 100644 --- a/app-xemacs/igrep/igrep-1.10.ebuild +++ b/app-xemacs/igrep/igrep-1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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.4 2003/02/22 12:46:40 rendhalver Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/igrep/igrep-1.10.ebuild,v 1.5 2003/10/03 02:28:09 agriffis Exp $ SLOT="0" IUSE="" @@ -11,7 +11,7 @@ DEPEND="app-xemacs/dired app-xemacs/xemacs-base app-xemacs/efs " -KEYWORDS="x86 ~ppc ~alpha sparc" +KEYWORDS="x86 ~ppc alpha sparc" inherit xemacs-packages |