diff options
Diffstat (limited to 'dev-lang/yasm/yasm-0.3.0.ebuild')
-rw-r--r-- | dev-lang/yasm/yasm-0.3.0.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-lang/yasm/yasm-0.3.0.ebuild b/dev-lang/yasm/yasm-0.3.0.ebuild deleted file mode 100644 index cf169b05071a..000000000000 --- a/dev-lang/yasm/yasm-0.3.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.3.0.ebuild,v 1.5 2005/03/27 15:34:30 kugelfang Exp $ - -DESCRIPTION="assembler that supports amd64" -HOMEPAGE="http://www.tortall.net/projects/yasm/" -SRC_URI="http://www.tortall.net/projects/yasm/releases/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="-* ~x86 ~amd64" -IUSE="" - -DEPEND="sys-devel/gcc" - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS COPYING INSTALL Artistic.txt BSD.txt -} |