diff options
author | 2002-07-14 19:20:20 +0000 | |
---|---|---|
committer | 2002-07-14 19:20:20 +0000 | |
commit | 957d5a3dfc2911af33459c794689e4e9fc0b3488 (patch) | |
tree | 8d477962f0cc95e3807f04cd81fa9206ed2c1e2e /sys-apps/busybox/busybox-0.50.ebuild | |
parent | Version Bump (diff) | |
download | gentoo-2-957d5a3dfc2911af33459c794689e4e9fc0b3488.tar.gz gentoo-2-957d5a3dfc2911af33459c794689e4e9fc0b3488.tar.bz2 gentoo-2-957d5a3dfc2911af33459c794689e4e9fc0b3488.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" |