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 | |
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')
-rw-r--r-- | sys-apps/grep/grep-2.4.2-r4.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/grep/grep-2.4.2-r5.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/grep/grep-2.5-r1.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/grep/grep-2.5.ebuild | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/sys-apps/grep/grep-2.4.2-r4.ebuild b/sys-apps/grep/grep-2.4.2-r4.ebuild index 8b255cfeb2b1..0b042091ca58 100644 --- a/sys-apps/grep/grep-2.4.2-r4.ebuild +++ b/sys-apps/grep/grep-2.4.2-r4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.4.2-r4.ebuild,v 1.4 2001/11/24 18:36:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.4.2-r4.ebuild,v 1.5 2002/07/10 16:17:57 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU regular expression matcher" @@ -9,6 +9,7 @@ SRC_URI="ftp://prep.ai.mit.edu/gnu/grep/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/grep/grep.html" DEPEND="virtual/glibc nls? ( sys-devel/gettext )" RDEPEND="virtual/glibc" +LICENSE="GPL-2" src_compile() { local myconf 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" diff --git a/sys-apps/grep/grep-2.5-r1.ebuild b/sys-apps/grep/grep-2.5-r1.ebuild index d006eee6911e..2c604703e270 100644 --- a/sys-apps/grep/grep-2.5-r1.ebuild +++ b/sys-apps/grep/grep-2.5-r1.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.5-r1.ebuild,v 1.1 2002/04/13 00:11:57 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5-r1.ebuild,v 1.2 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" diff --git a/sys-apps/grep/grep-2.5.ebuild b/sys-apps/grep/grep-2.5.ebuild index cdfa8e7cdd2e..28b45c8b9f5f 100644 --- a/sys-apps/grep/grep-2.5.ebuild +++ b/sys-apps/grep/grep-2.5.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.5.ebuild,v 1.1 2002/03/21 08:35:16 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.ebuild,v 1.2 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" |