diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-14 19:20:20 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-14 19:20:20 +0000 |
commit | e6e3bbbb4101f4a108960885449dbbb605de0a79 (patch) | |
tree | d94e3ab1b004e425963ea5bc41e91200b7cbf3b5 /sys-apps/busybox/busybox-0.50.ebuild | |
parent | Version Bump (diff) | |
download | historical-e6e3bbbb4101f4a108960885449dbbb605de0a79.tar.gz historical-e6e3bbbb4101f4a108960885449dbbb605de0a79.tar.bz2 historical-e6e3bbbb4101f4a108960885449dbbb605de0a79.zip |
SLOT, KEYWORDS, LICENSE and HOMEPAGE tags added
Diffstat (limited to 'sys-apps/busybox/busybox-0.50.ebuild')
-rw-r--r-- | sys-apps/busybox/busybox-0.50.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/busybox/busybox-0.50.ebuild b/sys-apps/busybox/busybox-0.50.ebuild index 8764bc59d92c..2fa8901d27b9 100644 --- a/sys-apps/busybox/busybox-0.50.ebuild +++ b/sys-apps/busybox/busybox-0.50.ebuild @@ -1,11 +1,13 @@ # Copyright 1999-2001 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.50.ebuild,v 1.7 2002/07/11 06:30:53 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-0.50.ebuild,v 1.8 2002/07/14 19:20:16 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/" +KEYWORDS="x86" +SLOT="0" LICENSE="GPL-2" DEPEND="virtual/glibc" |