diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-09 20:13:55 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-09 20:13:55 +0000 |
commit | feca7881ee2b907372296d39dcbabd14600380ef (patch) | |
tree | 467d2bd11574f6c8ec53d5bfce8c3dad66a40ffd /sys-devel/patch | |
parent | fix the patch (diff) | |
download | historical-feca7881ee2b907372296d39dcbabd14600380ef.tar.gz historical-feca7881ee2b907372296d39dcbabd14600380ef.tar.bz2 historical-feca7881ee2b907372296d39dcbabd14600380ef.zip |
Added LICENSE tag
Diffstat (limited to 'sys-devel/patch')
-rw-r--r-- | sys-devel/patch/patch-2.5.4-r3.ebuild | 3 | ||||
-rw-r--r-- | sys-devel/patch/patch-2.5.4-r4.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys-devel/patch/patch-2.5.4-r3.ebuild b/sys-devel/patch/patch-2.5.4-r3.ebuild index 501458ef63ef..dad1e9fb11b7 100644 --- a/sys-devel/patch/patch-2.5.4-r3.ebuild +++ b/sys-devel/patch/patch-2.5.4-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 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-devel/patch/patch-2.5.4-r3.ebuild,v 1.2 2001/11/24 18:40:50 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.4-r3.ebuild,v 1.3 2002/07/09 20:13:55 aliz Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,6 +9,7 @@ DESCRIPTION="Utility to apply diffs to files" SRC_URI="ftp://ftp.gnu.org/gnu/patch/${A}" HOMEPAGE="http://www.gnu.org/software/patch/patch.html" DEPEND="virtual/glibc" +LICENSE="GPL-2" src_compile() { diff --git a/sys-devel/patch/patch-2.5.4-r4.ebuild b/sys-devel/patch/patch-2.5.4-r4.ebuild index 86e1d97cb54c..8512f9c69e0e 100644 --- a/sys-devel/patch/patch-2.5.4-r4.ebuild +++ b/sys-devel/patch/patch-2.5.4-r4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 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-devel/patch/patch-2.5.4-r4.ebuild,v 1.1 2002/04/15 20:36:20 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.4-r4.ebuild,v 1.2 2002/07/09 20:13:55 aliz Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,6 +9,7 @@ DESCRIPTION="Utility to apply diffs to files" SRC_URI="ftp://ftp.gnu.org/gnu/patch/${A}" HOMEPAGE="http://www.gnu.org/software/patch/patch.html" DEPEND="virtual/glibc" +LICENSE="GPL-2" src_compile() { |