summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-08-14 20:35:55 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-08-14 20:35:55 +0000
commit910b6f9d27f32ef14436c0412cb2867c8fcb4234 (patch)
treedf3b090ae5834d71a6c9ca2afc2cab78c6d7cff2 /dev-lang/nasm
parentamd64/x86 stable, bug #280723 (diff)
downloadgentoo-2-910b6f9d27f32ef14436c0412cb2867c8fcb4234.tar.gz
gentoo-2-910b6f9d27f32ef14436c0412cb2867c8fcb4234.tar.bz2
gentoo-2-910b6f9d27f32ef14436c0412cb2867c8fcb4234.zip
clean out old versions
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-lang/nasm')
-rw-r--r--dev-lang/nasm/ChangeLog6
-rw-r--r--dev-lang/nasm/nasm-2.04.ebuild53
-rw-r--r--dev-lang/nasm/nasm-2.05.01.ebuild42
3 files changed, 5 insertions, 96 deletions
diff --git a/dev-lang/nasm/ChangeLog b/dev-lang/nasm/ChangeLog
index 5cdfca96ac6c..302f245a7af5 100644
--- a/dev-lang/nasm/ChangeLog
+++ b/dev-lang/nasm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/nasm
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.58 2009/08/14 20:33:26 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.59 2009/08/14 20:35:55 mr_bones_ Exp $
+
+ 14 Aug 2009; Michael Sterrett <mr_bones_@gentoo.org> -nasm-2.04.ebuild,
+ -nasm-2.05.01.ebuild:
+ clean out old versions
14 Aug 2009; Markus Meier <maekke@gentoo.org> nasm-2.07.ebuild:
amd64/x86 stable, bug #280723
diff --git a/dev-lang/nasm/nasm-2.04.ebuild b/dev-lang/nasm/nasm-2.04.ebuild
deleted file mode 100644
index 14e46717dc5c..000000000000
--- a/dev-lang/nasm/nasm-2.04.ebuild
+++ /dev/null
@@ -1,53 +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/nasm/nasm-2.04.ebuild,v 1.4 2008/12/07 05:58:55 vapier Exp $
-
-inherit eutils toolchain-funcs flag-o-matic
-
-DESCRIPTION="groovy little assembler"
-HOMEPAGE="http://nasm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/nasm/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="-* amd64 x86 ~x86-fbsd"
-IUSE="doc"
-
-DEPEND="dev-lang/perl
- doc? ( virtual/ghostscript sys-apps/texinfo )"
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
- if [ "$(gcc-major-version)" -eq "2" ] ; then
- cd "${S}"
- sed -i \
- -e 's:-std=c99::g' \
- configure \
- || die "sed failed"
- fi
-}
-
-src_compile() {
- strip-flags
- econf || die
-
- emake all || die "emake failed"
- emake rdf || die "emake failed"
- if use doc ; then
- emake doc || die "emake failed"
- fi
-}
-
-src_install() {
- dobin nasm ndisasm rdoff/{ldrdf,rdf2bin,rdf2ihx,rdfdump,rdflib,rdx} \
- || die "dobin failed"
- dosym /usr/bin/rdf2bin /usr/bin/rdf2com
- doman nasm.1 ndisasm.1
- dodoc AUTHORS CHANGES ChangeLog README TODO
- if use doc ; then
- doinfo doc/info/*
- dohtml doc/html/*
- dodoc doc/nasmdoc.*
- fi
-}
diff --git a/dev-lang/nasm/nasm-2.05.01.ebuild b/dev-lang/nasm/nasm-2.05.01.ebuild
deleted file mode 100644
index a17598371b20..000000000000
--- a/dev-lang/nasm/nasm-2.05.01.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.05.01.ebuild,v 1.3 2009/01/11 15:12:56 maekke Exp $
-
-inherit eutils toolchain-funcs flag-o-matic
-
-DESCRIPTION="groovy little assembler"
-HOMEPAGE="http://nasm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/nasm/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="-* amd64 x86 ~x86-fbsd"
-IUSE="doc"
-
-DEPEND="dev-lang/perl
- doc? ( virtual/ghostscript sys-apps/texinfo )"
-RDEPEND=""
-
-src_compile() {
- strip-flags
- econf || die
-
- emake all || die "emake failed"
- emake rdf || die "emake failed"
- if use doc ; then
- emake doc || die "emake failed"
- fi
-}
-
-src_install() {
- dobin nasm ndisasm rdoff/{ldrdf,rdf2bin,rdf2ihx,rdfdump,rdflib,rdx} \
- || die "dobin failed"
- dosym /usr/bin/rdf2bin /usr/bin/rdf2com
- doman nasm.1 ndisasm.1
- dodoc AUTHORS CHANGES ChangeLog README TODO
- if use doc ; then
- doinfo doc/info/*
- dohtml doc/html/*
- dodoc doc/nasmdoc.*
- fi
-}