diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:42:36 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:42:36 +0000 |
commit | 0a3ce1a65ae11ab0bcd5bf0cee846ef63218cf54 (patch) | |
tree | 90eb4451a0748f942316ea5b87cdcfb910352725 /app-text/sgrep | |
parent | Remove virtual/libc (diff) | |
download | historical-0a3ce1a65ae11ab0bcd5bf0cee846ef63218cf54.tar.gz historical-0a3ce1a65ae11ab0bcd5bf0cee846ef63218cf54.tar.bz2 historical-0a3ce1a65ae11ab0bcd5bf0cee846ef63218cf54.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
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 0ab21d9c38eb..925ff3639089 100644 --- a/app-text/sgrep/ChangeLog +++ b/app-text/sgrep/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/sgrep -# 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 $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/sgrep/ChangeLog,v 1.9 2009/09/23 16:38:56 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> sgrep-1.92a.ebuild: + Remove virtual/libc 11 Jan 2008; Fabian Groffen <grobian@gentoo.org> sgrep-1.92a.ebuild: Dropped ppc-macos keyword, see you in prefix diff --git a/app-text/sgrep/sgrep-1.92a.ebuild b/app-text/sgrep/sgrep-1.92a.ebuild index 520a37d0d799..96606586697d 100644 --- a/app-text/sgrep/sgrep-1.92a.ebuild +++ b/app-text/sgrep/sgrep-1.92a.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 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.6 2008/01/11 21:41:14 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sgrep/sgrep-1.92a.ebuild,v 1.7 2009/09/23 16:38:56 patrick 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" @@ -10,7 +10,7 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" SLOT="0" src_compile() { |