From 36fd07b9e9c2188f21a1a626819f67ee972627b4 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 13 Apr 2009 22:38:22 +0000 Subject: old --- dev-lang/yasm/yasm-0.4.0.ebuild | 25 ------------------------- dev-lang/yasm/yasm-0.5.0.ebuild | 29 ----------------------------- dev-lang/yasm/yasm-0.6.0.ebuild | 37 ------------------------------------- dev-lang/yasm/yasm-0.6.1.ebuild | 35 ----------------------------------- dev-lang/yasm/yasm-0.6.2.ebuild | 35 ----------------------------------- dev-lang/yasm/yasm-0.7.0.ebuild | 35 ----------------------------------- 6 files changed, 196 deletions(-) delete mode 100644 dev-lang/yasm/yasm-0.4.0.ebuild delete mode 100644 dev-lang/yasm/yasm-0.5.0.ebuild delete mode 100644 dev-lang/yasm/yasm-0.6.0.ebuild delete mode 100644 dev-lang/yasm/yasm-0.6.1.ebuild delete mode 100644 dev-lang/yasm/yasm-0.6.2.ebuild delete mode 100644 dev-lang/yasm/yasm-0.7.0.ebuild (limited to 'dev-lang/yasm') diff --git a/dev-lang/yasm/yasm-0.4.0.ebuild b/dev-lang/yasm/yasm-0.4.0.ebuild deleted file mode 100644 index ec916130eaf4..000000000000 --- a/dev-lang/yasm/yasm-0.4.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.4.0.ebuild,v 1.6 2006/04/02 22:26:52 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="-* amd64 x86" -IUSE="nls" - -RDEPEND="nls? ( virtual/libintl )" -DEPEND="nls? ( sys-devel/gettext )" - -src_compile() { - econf $(use_enable nls) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS INSTALL -} diff --git a/dev-lang/yasm/yasm-0.5.0.ebuild b/dev-lang/yasm/yasm-0.5.0.ebuild deleted file mode 100644 index 51bc1b377acf..000000000000 --- a/dev-lang/yasm/yasm-0.5.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.5.0.ebuild,v 1.2 2007/07/13 00:25:32 beandog Exp $ - -inherit versionator - -DESCRIPTION="assembler that supports amd64" -HOMEPAGE="http://www.tortall.net/projects/yasm/" -MYP="${PN}-$(delete_version_separator 3 ${PV})" -S="${WORKDIR}/${MYP}" -SRC_URI="http://www.tortall.net/projects/yasm/releases/${MYP}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="-* amd64 ~x86" -IUSE="nls" - -RDEPEND="nls? ( virtual/libintl )" -DEPEND="nls? ( sys-devel/gettext )" - -src_compile() { - econf $(use_enable nls) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS INSTALL -} diff --git a/dev-lang/yasm/yasm-0.6.0.ebuild b/dev-lang/yasm/yasm-0.6.0.ebuild deleted file mode 100644 index 65d951992d3b..000000000000 --- a/dev-lang/yasm/yasm-0.6.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.6.0.ebuild,v 1.5 2008/08/12 18:13:57 beandog Exp $ - -inherit versionator - -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="-* amd64 x86" -IUSE="nls" - -RDEPEND="nls? ( virtual/libintl )" -DEPEND="nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - cd "${S}" - # Remove macho tests (gas{32,64},nasm{32,64}) until fixed upstream. - # Necessary to pass test phase on at least amd64 with gcc-4.1.2. - sed -i \ - -e '/modules\/objfmts\/macho\/tests\/.*\/.*macho.*_test.sh/d' \ - Makefile.in -} - -src_compile() { - econf $(use_enable nls) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS INSTALL -} diff --git a/dev-lang/yasm/yasm-0.6.1.ebuild b/dev-lang/yasm/yasm-0.6.1.ebuild deleted file mode 100644 index 458f3f9fe6c3..000000000000 --- a/dev-lang/yasm/yasm-0.6.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.6.1.ebuild,v 1.3 2007/09/22 15:51:49 angelos 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="-* amd64 x86" -IUSE="nls" - -RDEPEND="nls? ( virtual/libintl )" -DEPEND="nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - cd "${S}" - # Remove macho tests (gas{32,64},nasm{32,64}) until fixed upstream. - # Necessary to pass test phase on at least amd64 with gcc-4.1.2. - sed -i \ - -e '/modules\/objfmts\/macho\/tests\/.*\/.*macho.*_test.sh/d' \ - Makefile.in -} - -src_compile() { - econf $(use_enable nls) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS INSTALL -} diff --git a/dev-lang/yasm/yasm-0.6.2.ebuild b/dev-lang/yasm/yasm-0.6.2.ebuild deleted file mode 100644 index a7aea4fb2232..000000000000 --- a/dev-lang/yasm/yasm-0.6.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.6.2.ebuild,v 1.6 2008/10/11 08:29:42 corsair 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="-* amd64 x86 ~x86-fbsd" -IUSE="nls" - -RDEPEND="nls? ( virtual/libintl )" -DEPEND="nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - cd "${S}" - # Remove macho tests (gas{32,64},nasm{32,64}) until fixed upstream. - # Necessary to pass test phase on at least amd64 with gcc-4.1.2. - sed -i \ - -e '/modules\/objfmts\/macho\/tests\/.*\/.*macho.*_test.sh/d' \ - Makefile.in -} - -src_compile() { - econf $(use_enable nls) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS INSTALL -} diff --git a/dev-lang/yasm/yasm-0.7.0.ebuild b/dev-lang/yasm/yasm-0.7.0.ebuild deleted file mode 100644 index 868236c774ca..000000000000 --- a/dev-lang/yasm/yasm-0.7.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.7.0.ebuild,v 1.2 2008/10/11 08:29:42 corsair 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="-* ~amd64 ~x86 ~x86-fbsd" -IUSE="nls" - -RDEPEND="nls? ( virtual/libintl )" -DEPEND="nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - cd "${S}" - # Remove macho tests (gas{32,64},nasm{32,64}) until fixed upstream. - # Necessary to pass test phase on at least amd64 with gcc-4.1.2. - sed -i \ - -e '/modules\/objfmts\/macho\/tests\/.*\/.*macho.*_test.sh/d' \ - Makefile.in -} - -src_compile() { - econf $(use_enable nls) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS INSTALL -} -- cgit v1.2.3-65-gdbad