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/busybox | |
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/busybox')
-rw-r--r-- | sys-apps/busybox/busybox-0.50.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/busybox/busybox-0.60.2.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/busybox/busybox-0.60.3.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/busybox/busybox-0.50.ebuild b/sys-apps/busybox/busybox-0.50.ebuild index a5db39fdf7b3..80b2cb62f429 100644 --- a/sys-apps/busybox/busybox-0.50.ebuild +++ b/sys-apps/busybox/busybox-0.50.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Achim Gottinger <achim@gentoo.org>, Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-0.50.ebuild,v 1.5 2001/10/06 16:44:02 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-0.50.ebuild,v 1.6 2002/07/10 16:17:56 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="Utilities for rescue and embedded systems" SRC_URI="ftp://oss.lineo.com/busybox/${P}.tar.gz" HOMEPAGE="http://busybox.lineo.com/" +LICENSE="GPL-2" DEPEND="virtual/glibc" diff --git a/sys-apps/busybox/busybox-0.60.2.ebuild b/sys-apps/busybox/busybox-0.60.2.ebuild index 75b3ed158ac9..a0401060c612 100644 --- a/sys-apps/busybox/busybox-0.60.2.ebuild +++ b/sys-apps/busybox/busybox-0.60.2.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/busybox/busybox-0.60.2.ebuild,v 1.2 2001/12/20 16:03:17 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-0.60.2.ebuild,v 1.3 2002/07/10 16:17:56 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="Utilities for rescue and embedded systems" SRC_URI="ftp://oss.lineo.com/busybox/${P}.tar.gz" HOMEPAGE="http://busybox.lineo.com/" +LICENSE="GPL-2" DEPEND="virtual/glibc" diff --git a/sys-apps/busybox/busybox-0.60.3.ebuild b/sys-apps/busybox/busybox-0.60.3.ebuild index b73c554286cb..b56ebd35bb5e 100644 --- a/sys-apps/busybox/busybox-0.60.3.ebuild +++ b/sys-apps/busybox/busybox-0.60.3.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-0.60.3.ebuild,v 1.3 2002/07/03 01:35:29 mjc Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-0.60.3.ebuild,v 1.4 2002/07/10 16:17:56 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="Utilities for rescue and embedded systems" SRC_URI="http://www.busybox.net/downloads/${P}.tar.gz" HOMEPAGE="http://busybox.lineo.com/" +LICENSE="GPL-2" DEPEND="virtual/glibc" |