diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-01-11 21:41:14 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-01-11 21:41:14 +0000 |
commit | 4c1059fbb1270e8817b1cc72a55767ea953433dc (patch) | |
tree | 8a24f73538fe95871068ae25e8061d9766c6ba3d /app-text/sgrep | |
parent | commit from the past: dropped ppc-macos ldflags bogus (diff) | |
download | gentoo-2-4c1059fbb1270e8817b1cc72a55767ea953433dc.tar.gz gentoo-2-4c1059fbb1270e8817b1cc72a55767ea953433dc.tar.bz2 gentoo-2-4c1059fbb1270e8817b1cc72a55767ea953433dc.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-text/sgrep')
-rw-r--r-- | app-text/sgrep/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/sgrep/sgrep-1.92a.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/sgrep/ChangeLog b/app-text/sgrep/ChangeLog index 1a8e210d2347..0ab21d9c38eb 100644 --- a/app-text/sgrep/ChangeLog +++ b/app-text/sgrep/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/sgrep -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sgrep/ChangeLog,v 1.7 2007/06/20 12:07:37 angelos Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/sgrep/ChangeLog,v 1.8 2008/01/11 21:41:14 grobian Exp $ + + 11 Jan 2008; Fabian Groffen <grobian@gentoo.org> sgrep-1.92a.ebuild: + Dropped ppc-macos keyword, see you in prefix 20 Jun 2007; Christoph Mende <angelos@gentoo.org> sgrep-1.92a.ebuild: Added ~amd64 wrt bug 182659 diff --git a/app-text/sgrep/sgrep-1.92a.ebuild b/app-text/sgrep/sgrep-1.92a.ebuild index c6da7f36f52e..520a37d0d799 100644 --- a/app-text/sgrep/sgrep-1.92a.ebuild +++ b/app-text/sgrep/sgrep-1.92a.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sgrep/sgrep-1.92a.ebuild,v 1.5 2007/06/20 12:07:37 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sgrep/sgrep-1.92a.ebuild,v 1.6 2008/01/11 21:41:14 grobian Exp $ DESCRIPTION="Structured grep: tool for searching and indexing text, SGML,XML and HTML files and filtering text streams using structural criteria." SRC_URI="ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/${P}.tar.gz" HOMEPAGE="http://www.cs.helsinki.fi/u/jjaakkol/sgrep.html" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~ppc-macos ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND="virtual/libc" |