From b3f98f48fe11e6f1d7279f51405701c9dede6bbc Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Tue, 6 May 2014 20:48:51 +0000 Subject: version bump; clean old (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit) --- dev-lang/nasm/ChangeLog | 8 ++++++- dev-lang/nasm/nasm-2.10.05.ebuild | 44 --------------------------------------- dev-lang/nasm/nasm-2.11.02.ebuild | 42 ------------------------------------- dev-lang/nasm/nasm-2.11.03.ebuild | 42 +++++++++++++++++++++++++++++++++++++ dev-lang/nasm/nasm-2.11.ebuild | 42 ------------------------------------- 5 files changed, 49 insertions(+), 129 deletions(-) delete mode 100644 dev-lang/nasm/nasm-2.10.05.ebuild delete mode 100644 dev-lang/nasm/nasm-2.11.02.ebuild create mode 100644 dev-lang/nasm/nasm-2.11.03.ebuild delete mode 100644 dev-lang/nasm/nasm-2.11.ebuild (limited to 'dev-lang/nasm') diff --git a/dev-lang/nasm/ChangeLog b/dev-lang/nasm/ChangeLog index 86e377a581ea..740996951d43 100644 --- a/dev-lang/nasm/ChangeLog +++ b/dev-lang/nasm/ChangeLog @@ -1,6 +1,12 @@ # 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.114 2014/04/14 21:10:15 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.115 2014/05/06 20:48:51 mr_bones_ Exp $ + +*nasm-2.11.03 (06 May 2014) + + 06 May 2014; Michael Sterrett +nasm-2.11.03.ebuild, + -nasm-2.10.05.ebuild, -nasm-2.11.02.ebuild, -nasm-2.11.ebuild: + version bump; clean old *nasm-2.11.02 (14 Apr 2014) diff --git a/dev-lang/nasm/nasm-2.10.05.ebuild b/dev-lang/nasm/nasm-2.10.05.ebuild deleted file mode 100644 index e991b7040e3d..000000000000 --- a/dev-lang/nasm/nasm-2.10.05.ebuild +++ /dev/null @@ -1,44 +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.05.ebuild,v 1.5 2013/01/11 05:39:58 zerochaos Exp $ - -EAPI=2 -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.bz2" - -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 || die - emake all || die - if use doc ; then - emake doc || die - fi -} - -src_install() { - emake INSTALLROOT="${D}" install install_rdf || die - 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.11.02.ebuild b/dev-lang/nasm/nasm-2.11.02.ebuild deleted file mode 100644 index 82bd896e342a..000000000000 --- a/dev-lang/nasm/nasm-2.11.02.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.11.02.ebuild,v 1.1 2014/04/14 21:10:15 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 ~ia64 ~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 -} diff --git a/dev-lang/nasm/nasm-2.11.03.ebuild b/dev-lang/nasm/nasm-2.11.03.ebuild new file mode 100644 index 000000000000..2f49352b9728 --- /dev/null +++ b/dev-lang/nasm/nasm-2.11.03.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.11.03.ebuild,v 1.1 2014/05/06 20:48:51 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 ~ia64 ~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 +} diff --git a/dev-lang/nasm/nasm-2.11.ebuild b/dev-lang/nasm/nasm-2.11.ebuild deleted file mode 100644 index 57408e5c0b84..000000000000 --- a/dev-lang/nasm/nasm-2.11.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.11.ebuild,v 1.2 2014/01/30 21:47:58 vapier 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 ~ia64 ~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 -} -- cgit v1.2.3-65-gdbad