diff options
author | 2005-03-15 20:44:35 +0000 | |
---|---|---|
committer | 2005-03-15 20:44:35 +0000 | |
commit | f59b66c5e30624480c5cdbc036317910e47b2991 (patch) | |
tree | fa1f1861916ebfd0af8b84001703a295e0e39d41 /dev-embedded/avr-binutils/avr-binutils-2.14.ebuild | |
parent | Stable on hppa. (diff) | |
download | historical-f59b66c5e30624480c5cdbc036317910e47b2991.tar.gz historical-f59b66c5e30624480c5cdbc036317910e47b2991.tar.bz2 historical-f59b66c5e30624480c5cdbc036317910e47b2991.zip |
- depreciated in favor of sys-devel/crossdev
Diffstat (limited to 'dev-embedded/avr-binutils/avr-binutils-2.14.ebuild')
-rw-r--r-- | dev-embedded/avr-binutils/avr-binutils-2.14.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-embedded/avr-binutils/avr-binutils-2.14.ebuild b/dev-embedded/avr-binutils/avr-binutils-2.14.ebuild deleted file mode 100644 index 608c0251a39e..000000000000 --- a/dev-embedded/avr-binutils/avr-binutils-2.14.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/avr-binutils/avr-binutils-2.14.ebuild,v 1.6 2005/01/01 17:51:22 eradicator Exp $ - -MY_P=${P/avr-/} -S=${WORKDIR}/${MY_P} -DESCRIPTION="The GNU binutils for the AVR microcontroller architecture" -HOMEPAGE="http://sources.redhat.com/binutils" -SRC_URI="http://ftp.gnu.org/gnu/binutils/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="nls" - -DEPEND="virtual/libc" - -src_compile() { - econf \ - --target=avr \ - `use_enable nls` || die - emake || die -} - -src_install() { - einstall || die -} |