summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-04-13 22:38:22 +0000
committerMike Frysinger <vapier@gentoo.org>2009-04-13 22:38:22 +0000
commit36fd07b9e9c2188f21a1a626819f67ee972627b4 (patch)
tree4bb011e175d3e6420859c32d09510f4aa1c60d8b /dev-lang/yasm
parentAutomated update of use.local.desc (diff)
downloadhistorical-36fd07b9e9c2188f21a1a626819f67ee972627b4.tar.gz
historical-36fd07b9e9c2188f21a1a626819f67ee972627b4.tar.bz2
historical-36fd07b9e9c2188f21a1a626819f67ee972627b4.zip
old
Diffstat (limited to 'dev-lang/yasm')
-rw-r--r--dev-lang/yasm/yasm-0.4.0.ebuild25
-rw-r--r--dev-lang/yasm/yasm-0.5.0.ebuild29
-rw-r--r--dev-lang/yasm/yasm-0.6.0.ebuild37
-rw-r--r--dev-lang/yasm/yasm-0.6.1.ebuild35
-rw-r--r--dev-lang/yasm/yasm-0.6.2.ebuild35
-rw-r--r--dev-lang/yasm/yasm-0.7.0.ebuild35
6 files changed, 0 insertions, 196 deletions
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
-}