diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-10 16:17:58 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-10 16:17:58 +0000 |
commit | 25cdf2043652b7c9a61aa81aedd943df83bc1de8 (patch) | |
tree | 581213c699486578a2cd84acc8f603741a7340d2 /sys-apps/grep/grep-2.4.2-r5.ebuild | |
parent | added ChamgeLog (diff) | |
download | historical-25cdf2043652b7c9a61aa81aedd943df83bc1de8.tar.gz historical-25cdf2043652b7c9a61aa81aedd943df83bc1de8.tar.bz2 historical-25cdf2043652b7c9a61aa81aedd943df83bc1de8.zip |
Added LICENSE tag
Diffstat (limited to 'sys-apps/grep/grep-2.4.2-r5.ebuild')
-rw-r--r-- | sys-apps/grep/grep-2.4.2-r5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/grep/grep-2.4.2-r5.ebuild b/sys-apps/grep/grep-2.4.2-r5.ebuild index 14d9063ae311..77a852597a7d 100644 --- a/sys-apps/grep/grep-2.4.2-r5.ebuild +++ b/sys-apps/grep/grep-2.4.2-r5.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.4.2-r5.ebuild,v 1.2 2001/12/31 23:47:55 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.4.2-r5.ebuild,v 1.3 2002/07/10 16:17:57 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU regular expression matcher" SRC_URI="ftp://prep.ai.mit.edu/gnu/grep/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/grep/grep.html" +LICENSE="GPL-2" DEPEND="virtual/glibc nls? ( sys-devel/gettext )" RDEPEND="virtual/glibc" |