About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
mr_bones_ 11/01/17 01:57:57 Modified: ChangeLog Added: nasm-2.10_rc3.ebuild Log: version bump (Portage version: 2.1.9.25/cvs/Linux i686) Revision Changes Path 1.77 dev-lang/nasm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nasm/ChangeLog?rev=1.77&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nasm/ChangeLog?rev=1.77&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nasm/ChangeLog?r1=1.76&r2=1.77 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- ChangeLog 4 Jan 2011 14:44:36 -0000 1.76 +++ ChangeLog 17 Jan 2011 01:57:57 -0000 1.77 @@ -1,6 +1,12 @@ # ChangeLog for dev-lang/nasm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.76 2011/01/04 14:44:36 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.77 2011/01/17 01:57:57 mr_bones_ Exp $ + +*nasm-2.10_rc3 (17 Jan 2011) + + 17 Jan 2011; Michael Sterrett <mr_bones_@g.o> + +nasm-2.10_rc3.ebuild: + masked rc version bump 04 Jan 2011; Markos Chandras <hwoarang@g.o> nasm-2.09.04.ebuild: Stable on amd64 wrt bug #350427 1.1 dev-lang/nasm/nasm-2.10_rc3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nasm/nasm-2.10_rc3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nasm/nasm-2.10_rc3.ebuild?rev=1.1&content-type=text/plain Index: nasm-2.10_rc3.ebuild =================================================================== # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.10_rc3.ebuild,v 1.1 2011/01/17 01:57:57 mr_bones_ 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 ~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_prepare() { sed -i -e '/^.PHONY: all/s/$/ test/' Makefile.in || die } 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 }
Updated Jun 26, 2012
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.