diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-04-12 19:43:12 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-04-12 19:43:12 +0000 |
commit | 3de2e283d710f8fc370cbc892727784d69d72c6e (patch) | |
tree | 861b1faa61d946c3e9b51274068f83b119e60b43 /dev-lang/yasm | |
parent | Marking mozilla-thunderbird-3.0.4-r1 ppc64 for bug 313003 (diff) | |
download | gentoo-2-3de2e283d710f8fc370cbc892727784d69d72c6e.tar.gz gentoo-2-3de2e283d710f8fc370cbc892727784d69d72c6e.tar.bz2 gentoo-2-3de2e283d710f8fc370cbc892727784d69d72c6e.zip |
Version bump.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/yasm')
-rw-r--r-- | dev-lang/yasm/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/yasm/yasm-0.7.1.ebuild | 35 | ||||
-rw-r--r-- | dev-lang/yasm/yasm-0.7.2.ebuild | 35 | ||||
-rw-r--r-- | dev-lang/yasm/yasm-1.0.0.ebuild | 28 |
4 files changed, 34 insertions, 71 deletions
diff --git a/dev-lang/yasm/ChangeLog b/dev-lang/yasm/ChangeLog index 6b9f6682b3a3..db12334657f3 100644 --- a/dev-lang/yasm/ChangeLog +++ b/dev-lang/yasm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/yasm # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.35 2010/01/02 18:46:38 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.36 2010/04/12 19:43:12 ssuominen Exp $ + +*yasm-1.0.0 (12 Apr 2010) + + 12 Apr 2010; Samuli Suominen <ssuominen@gentoo.org> +yasm-1.0.0.ebuild: + Version bump. 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org> yasm-0.8.0.ebuild: Transfer Prefix keywords diff --git a/dev-lang/yasm/yasm-0.7.1.ebuild b/dev-lang/yasm/yasm-0.7.1.ebuild deleted file mode 100644 index 75a605616eda..000000000000 --- a/dev-lang/yasm/yasm-0.7.1.ebuild +++ /dev/null @@ -1,35 +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/yasm/yasm-0.7.1.ebuild,v 1.3 2008/10/12 15:22:53 maekke Exp $ - -DESCRIPTION="Assembler that supports amd64" -HOMEPAGE="http://www.tortall.net/projects/yasm/" -SRC_URI="http://www.tortall.net/projects/yasm/releases/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="-* amd64 x86 ~x86-fbsd" -IUSE="nls" - -RDEPEND="nls? ( virtual/libintl )" -DEPEND="nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - cd "${S}" - # Remove macho tests (gas{32,64},nasm{32,64}) until fixed upstream. - # Necessary to pass test phase on at least amd64 with gcc-4.1.2. - sed -i \ - -e '/modules\/objfmts\/macho\/tests\/.*\/.*macho.*_test.sh/d' \ - Makefile.in -} - -src_compile() { - econf $(use_enable nls) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS INSTALL -} diff --git a/dev-lang/yasm/yasm-0.7.2.ebuild b/dev-lang/yasm/yasm-0.7.2.ebuild deleted file mode 100644 index ff157f1392ea..000000000000 --- a/dev-lang/yasm/yasm-0.7.2.ebuild +++ /dev/null @@ -1,35 +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/yasm/yasm-0.7.2.ebuild,v 1.4 2009/04/19 14:01:33 maekke Exp $ - -DESCRIPTION="Assembler that supports amd64" -HOMEPAGE="http://www.tortall.net/projects/yasm/" -SRC_URI="http://www.tortall.net/projects/yasm/releases/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="-* amd64 x86 ~x86-fbsd" -IUSE="nls" - -RDEPEND="nls? ( virtual/libintl )" -DEPEND="nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - cd "${S}" - # Remove macho tests (gas{32,64},nasm{32,64}) until fixed upstream. - # Necessary to pass test phase on at least amd64 with gcc-4.1.2. - sed -i \ - -e '/modules\/objfmts\/macho\/tests\/.*\/.*macho.*_test.sh/d' \ - Makefile.in -} - -src_compile() { - econf $(use_enable nls) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS INSTALL -} diff --git a/dev-lang/yasm/yasm-1.0.0.ebuild b/dev-lang/yasm/yasm-1.0.0.ebuild new file mode 100644 index 000000000000..04981d45926a --- /dev/null +++ b/dev-lang/yasm/yasm-1.0.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.0.0.ebuild,v 1.1 2010/04/12 19:43:12 ssuominen Exp $ + +EAPI=2 + +DESCRIPTION="Assembler that supports amd64" +HOMEPAGE="http://www.tortall.net/projects/yasm/" +SRC_URI="http://www.tortall.net/projects/yasm/releases/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" +IUSE="nls" + +RDEPEND="nls? ( virtual/libintl )" +DEPEND="nls? ( sys-devel/gettext )" + +src_configure() { + econf \ + --disable-dependency-tracking \ + $(use_enable nls) +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS +} |