vapier 15/04/03 23:13:35 Modified: ChangeLog Added: yasm-1.3.0.ebuild Log: Version bump #532702 by Longtime Gentoo User. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.67 dev-lang/yasm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/ChangeLog?rev=1.67&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/ChangeLog?rev=1.67&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/ChangeLog?r1=1.66&r2=1.67 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- ChangeLog 3 Mar 2015 06:13:53 -0000 1.66 +++ ChangeLog 3 Apr 2015 23:13:35 -0000 1.67 @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/yasm # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.66 2015/03/03 06:13:53 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.67 2015/04/03 23:13:35 vapier Exp $ + +*yasm-1.3.0 (03 Apr 2015) + + 03 Apr 2015; Mike Frysinger <[email protected]> +yasm-1.3.0.ebuild: + Version bump #532702 by Longtime Gentoo User. 02 Mar 2015; Yixun Lan <[email protected]> yasm-1.2.0-r1.ebuild: add arm64 support, tested on A53 board 1.1 dev-lang/yasm/yasm-1.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-1.3.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-1.3.0.ebuild?rev=1.1&content-type=text/plain Index: yasm-1.3.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.3.0.ebuild,v 1.1 2015/04/03 23:13:35 vapier Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit python-r1 DESCRIPTION="An assembler for x86 and x86_64 instruction sets" HOMEPAGE="http://yasm.tortall.net/" SRC_URI="http://www.tortall.net/projects/yasm/releases/${P}.tar.gz" LICENSE="BSD-2 BSD || ( Artistic GPL-2 LGPL-2 )" SLOT="0" KEYWORDS="-* ~amd64 ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" IUSE="nls python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="nls? ( virtual/libintl )" DEPEND="nls? ( sys-devel/gettext ) python? ( ${PYTHON_DEPS} >=dev-python/cython-0.14[${PYTHON_USEDEP}] )" DOCS=( AUTHORS ) src_configure() { use python && python_export_best XMLTO=: \ econf \ $(use_enable python) \ $(use_enable python python-bindings) \ $(use_enable nls) } src_test() { emake check }
