From: "Michael Sterrett" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/nasm/
Date: Thu, 3 Mar 2016 06:15:02 +0000 (UTC) [thread overview]
Message-ID: <1456985673.96e9baf9e38759ad7217ed710a7a90da6420a686.mr_bones_@gentoo> (raw)
commit: 96e9baf9e38759ad7217ed710a7a90da6420a686
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 3 06:14:33 2016 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Thu Mar 3 06:14:33 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96e9baf9
dev-lang/nasm: version bump
Package-Manager: portage-2.2.26
dev-lang/nasm/Manifest | 1 +
dev-lang/nasm/nasm-2.12.ebuild | 42 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/dev-lang/nasm/Manifest b/dev-lang/nasm/Manifest
index 5b50dc7..9e89a67 100644
--- a/dev-lang/nasm/Manifest
+++ b/dev-lang/nasm/Manifest
@@ -1 +1,2 @@
DIST nasm-2.11.08.tar.xz 764872 SHA256 c99467c7072211c550d147640d8a1a0aa4d636d4d8cf849f3bf4317d900a1f7f SHA512 f7caf42d0fe1b850de13180a1f363e34a6d44a02696312dd8f12f4116ad1c1f3d01e6606c3a79fb881e76fc70d20894d85b333c84a75d60265ff9551f7b8cde4 WHIRLPOOL d13f342d59aedf2510347f847a2f5fb276a3bdb9e7b8c5cac6ac4e204a03ea31e477adc19facbf68f939245aae72971b232f1a0fc461ef554458f8956403c623
+DIST nasm-2.12.tar.xz 774808 SHA256 f34cc1e984ed619b8f9e96cea632e3c6fdea5e039069dbcb63397b7bd004f5a8 SHA512 6aef9cdebf0e846e476bc57c42bfe6efcbeecf65a3b3fec3c4b5777e5d490e9a4d0cce2b551a8d7b995c1e36ea838526b55355f70d000a78cdd005ac83e41b56 WHIRLPOOL 7717077d80f613afc6d4812215fa8d9f552a7ec7e9c4af6b0965499d155c46c553a2be060c8c46fb252d23fd0432d32fbc878df9dec4832383f58661c7b01c91
diff --git a/dev-lang/nasm/nasm-2.12.ebuild b/dev-lang/nasm/nasm-2.12.ebuild
new file mode 100644
index 0000000..e69def9
--- /dev/null
+++ b/dev-lang/nasm/nasm-2.12.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit flag-o-matic
+
+DESCRIPTION="groovy little assembler"
+HOMEPAGE="http://www.nasm.us/"
+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
+}
next reply other threads:[~2016-03-03 6:15 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-03 6:15 Michael Sterrett [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-04-04 15:18 [gentoo-commits] repo/gentoo:master commit in: dev-lang/nasm/ Michael Sterrett
2016-04-20 4:45 Michael Sterrett
2016-05-13 14:51 Agostino Sarubbo
2017-07-02 3:05 David Seifert
2017-11-20 19:30 Sergei Trofimovich
2018-02-21 18:03 Michał Górny
2018-02-25 20:16 Thomas Deutschmann
2018-02-26 14:25 Jason Zaman
2018-05-10 22:09 Sergei Trofimovich
2018-05-11 6:35 Sergei Trofimovich
2018-05-11 7:41 Michał Górny
2018-06-10 16:26 Sergei Trofimovich
2018-11-11 10:54 Sergei Trofimovich
2018-11-11 10:54 Sergei Trofimovich
2019-01-15 9:28 Sergei Trofimovich
2019-01-23 18:34 Mikle Kolyada
2019-01-24 22:22 Thomas Deutschmann
2019-07-24 20:49 Thomas Deutschmann
2019-08-10 18:21 Aaron Bauman
2020-06-29 6:35 Sergei Trofimovich
2020-07-02 20:23 Sergei Trofimovich
2020-07-05 10:56 Sergei Trofimovich
2020-07-18 7:48 Sergei Trofimovich
2020-07-21 23:15 Kent Fredric
2020-07-25 9:18 Sergei Trofimovich
2020-08-21 8:03 Sergei Trofimovich
2020-08-28 19:04 Sergei Trofimovich
2020-08-29 14:48 Thomas Deutschmann
2020-09-01 20:12 Sam James
2020-09-06 8:34 Sergei Trofimovich
2020-10-08 8:00 Sergei Trofimovich
2021-07-30 8:55 Sergei Trofimovich
2021-08-14 5:59 Joonas Niilola
2021-08-31 23:55 Sam James
2022-09-15 7:05 Joonas Niilola
2022-09-15 14:49 Matthew Smith
2022-09-16 9:34 Joonas Niilola
2022-12-02 18:44 WANG Xuerui
2022-12-02 18:50 Arthur Zamarin
2022-12-02 19:27 Arthur Zamarin
2022-12-23 10:04 Matthew Smith
2023-10-03 12:06 Sam James
2023-10-03 12:06 Sam James
2023-10-03 14:15 Sam James
2023-10-03 14:15 Sam James
2023-10-22 14:34 Joonas Niilola
2024-04-07 10:40 Matthew Smith
2024-04-21 10:25 Matthew Smith
2024-07-31 17:51 Matthew Smith
2024-08-03 11:06 Arthur Zamarin
2024-08-03 16:48 Jakov Smolić
2024-08-03 16:48 Jakov Smolić
2024-08-03 22:51 Sam James
2024-08-04 3:16 Sam James
2024-08-04 17:31 Arthur Zamarin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1456985673.96e9baf9e38759ad7217ed710a7a90da6420a686.mr_bones_@gentoo \
--to=mr_bones_@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox