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 | d85ae73b449f0153f4e7905b9a9c82c517b4e3fb (patch) | |
tree | f595c567910ff206ea183d507365cea2f7964a97 /sys-apps/iproute | |
parent | added ChamgeLog (diff) | |
download | gentoo-2-d85ae73b449f0153f4e7905b9a9c82c517b4e3fb.tar.gz gentoo-2-d85ae73b449f0153f4e7905b9a9c82c517b4e3fb.tar.bz2 gentoo-2-d85ae73b449f0153f4e7905b9a9c82c517b4e3fb.zip |
Added LICENSE tag
Diffstat (limited to 'sys-apps/iproute')
-rw-r--r-- | sys-apps/iproute/iproute-20010824.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/iproute/iproute-20010824.ebuild b/sys-apps/iproute/iproute-20010824.ebuild index 1bd1fbbdde26..f28e90ebd683 100644 --- a/sys-apps/iproute/iproute-20010824.ebuild +++ b/sys-apps/iproute/iproute-20010824.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute/iproute-20010824.ebuild,v 1.3 2002/05/26 09:33:52 prez Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute/iproute-20010824.ebuild,v 1.4 2002/07/10 16:17:58 aliz Exp $ S=${WORKDIR}/iproute2 DESCRIPTION="Kernel 2.4 routing and traffic control utilities" SRC_URI="ftp://ftp.inr.ac.ru/ip-routing/iproute2-2.4.7-now-ss010824.tar.gz" DEPEND="virtual/glibc virtual/linux-sources" +LICENSE="GPL-2" src_unpack() { unpack ${A} |