diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-07-16 01:40:02 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-07-16 01:40:02 +0000 |
commit | 02fbaa0c5d747a43c54d3c39704efe2d6d9e1fa5 (patch) | |
tree | 777465d41aba89c92df691886095c3809e847a55 /dev-lang | |
parent | version bump (diff) | |
download | gentoo-2-02fbaa0c5d747a43c54d3c39704efe2d6d9e1fa5.tar.gz gentoo-2-02fbaa0c5d747a43c54d3c39704efe2d6d9e1fa5.tar.bz2 gentoo-2-02fbaa0c5d747a43c54d3c39704efe2d6d9e1fa5.zip |
old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/nasm/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/nasm/nasm-2.10.09.ebuild | 42 |
2 files changed, 4 insertions, 43 deletions
diff --git a/dev-lang/nasm/ChangeLog b/dev-lang/nasm/ChangeLog index 0f50578943f7..88d12a0854e5 100644 --- a/dev-lang/nasm/ChangeLog +++ b/dev-lang/nasm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/nasm # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.116 2014/07/16 01:38:35 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.117 2014/07/16 01:40:02 mr_bones_ Exp $ + + 16 Jul 2014; Michael Sterrett <mr_bones_@gentoo.org> -nasm-2.10.09.ebuild: + old *nasm-2.11.05 (16 Jul 2014) diff --git a/dev-lang/nasm/nasm-2.10.09.ebuild b/dev-lang/nasm/nasm-2.10.09.ebuild deleted file mode 100644 index cc33699eb8e2..000000000000 --- a/dev-lang/nasm/nasm-2.10.09.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.10.09.ebuild,v 1.1 2013/12/15 18:34:05 mr_bones_ Exp $ - -EAPI=5 -inherit flag-o-matic - -DESCRIPTION="groovy little assembler" -HOMEPAGE="http://nasm.sourceforge.net/" -SRC_URI="http://www.nasm.us/pub/nasm/releasebuilds/${PV/_}/${P/_}.tar.xz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos" -IUSE="doc" - -DEPEND="dev-lang/perl - doc? ( app-text/ghostscript-gpl sys-apps/texinfo )" -RDEPEND="" - -S=${WORKDIR}/${P/_} - -src_configure() { - strip-flags - econf -} - -src_compile() { - emake nasmlib.o - emake all - use doc && emake doc -} - -src_install() { - emake INSTALLROOT="${D}" install install_rdf - dodoc AUTHORS CHANGES ChangeLog README TODO - if use doc ; then - doinfo doc/info/* - dohtml doc/html/* - dodoc doc/nasmdoc.* - fi -} |