diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-19 21:38:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-19 21:38:51 +0000 |
commit | 6d74cfefb799d896c0a86ba3f7f52200149ffa69 (patch) | |
tree | d9ac57eaabcdd0f02d2a8baff82cb6814fc15691 /sys-boot/nettrom/nettrom-2.3.3.ebuild | |
parent | "Added IUSE and marking stable on amd64 (no bugs in 415 days). (Manifest reco... (diff) | |
download | gentoo-2-6d74cfefb799d896c0a86ba3f7f52200149ffa69.tar.gz gentoo-2-6d74cfefb799d896c0a86ba3f7f52200149ffa69.tar.bz2 gentoo-2-6d74cfefb799d896c0a86ba3f7f52200149ffa69.zip |
cleanup
Diffstat (limited to 'sys-boot/nettrom/nettrom-2.3.3.ebuild')
-rw-r--r-- | sys-boot/nettrom/nettrom-2.3.3.ebuild | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/sys-boot/nettrom/nettrom-2.3.3.ebuild b/sys-boot/nettrom/nettrom-2.3.3.ebuild index 349f56188cbb..c08286790f07 100644 --- a/sys-boot/nettrom/nettrom-2.3.3.ebuild +++ b/sys-boot/nettrom/nettrom-2.3.3.ebuild @@ -1,28 +1,23 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/nettrom/nettrom-2.3.3.ebuild,v 1.2 2004/02/23 00:33:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/nettrom/nettrom-2.3.3.ebuild,v 1.3 2004/04/19 21:38:51 vapier Exp $ DESCRIPTION="NetWinder ARM bootloader and utilities" HOMEPAGE="http://www.netwinder.org/" SRC_URI="http://gentoo.superlucidity.net/arm/netwinder/${P}.tar.gz" + LICENSE="as-is" SLOT="0" - -# no one but arm wants this package - binaries included -KEYWORDS="-x86 -amd64 -alpha -ppc -mips -hppa -sparc" - +KEYWORDS="-* arm" IUSE="" -DEPEND="virtual/glibc" -#RDEPEND="" -S=${WORKDIR}/${P} +DEPEND="virtual/glibc" src_unpack() { - /bin/true + echo } src_install() { cd ${D} unpack ${P}.tar.gz } - |