public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/nasm/
Date: Sun, 22 Oct 2023 14:34:40 +0000 (UTC)	[thread overview]
Message-ID: <1697985275.9d1d1dd861423b9661e29d048de111f7d5034738.juippis@gentoo> (raw)

commit:     9d1d1dd861423b9661e29d048de111f7d5034738
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 22 14:33:38 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Oct 22 14:34:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d1d1dd8

dev-lang/nasm: drop 2.15.05

Bug: https://bugs.gentoo.org/686720
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-lang/nasm/Manifest            |  1 -
 dev-lang/nasm/nasm-2.15.05.ebuild | 53 ---------------------------------------
 2 files changed, 54 deletions(-)

diff --git a/dev-lang/nasm/Manifest b/dev-lang/nasm/Manifest
index 3dbd070aabb3..ddee0b50c4c7 100644
--- a/dev-lang/nasm/Manifest
+++ b/dev-lang/nasm/Manifest
@@ -1,2 +1 @@
-DIST nasm-2.15.05.tar.xz 995732 BLAKE2B a41434965c2125577b762d907a0a3c251c75d9f9beac230fba4099182c7f7beb08c6d2c05c2432b0dc8ba829f24077f44c3096faea9bd0a533250e6dbbfaef35 SHA512 512f90a2584f1c5811429274b97c64a2cedf37b9fdeffb1bcd0ea64afd9ecc19a2d7877ca8f1e05393aa324153fc9f39ea51dacbf8d25a7d5a2d7728c925dba7
 DIST nasm-2.16.01.tar.xz 1017732 BLAKE2B 0f7e96648e3db6fa4a8e10a89885f61cab7d79af25adbcc9d4706b3af61206c3cae024b7f873d636f5c1b2cb34ce5e7fbecc16af9b59086e9a1f49fb37c59670 SHA512 51fccb5639ce019d9c423c0f279750ffbd74c64cd41dd3b185d1aa1a1aaed79c5d3cd8d4bebbc13ee249a375ed27457ea2abde1a4dbb24d354598fffd1254833

diff --git a/dev-lang/nasm/nasm-2.15.05.ebuild b/dev-lang/nasm/nasm-2.15.05.ebuild
deleted file mode 100644
index de15471193c1..000000000000
--- a/dev-lang/nasm/nasm-2.15.05.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="groovy little assembler"
-HOMEPAGE="https://www.nasm.us/"
-SRC_URI="https://www.nasm.us/pub/nasm/releasebuilds/${PV/_}/${P/_}.tar.xz"
-S="${WORKDIR}"/${P/_}
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~ia64 ~loong ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-# [fonts note] doc/psfonts.ph defines ordered list of font preference.
-# Currently 'media-fonts/source-pro' is most preferred and is able to
-# satisfy all 6 font flavours: tilt, chapter, head, etc.
-BDEPEND="
-	dev-lang/perl
-	doc? (
-		app-text/ghostscript-gpl
-		dev-perl/Font-TTF
-		dev-perl/Sort-Versions
-		media-fonts/source-code-pro
-		media-fonts/source-sans:3
-		virtual/perl-File-Spec
-	)
-"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-2.15-bsd-cp-doc.patch
-)
-
-src_prepare() {
-	default
-
-	# https://bugs.gentoo.org/870214
-	# During the split of media-fonts/source-pro, the source-sans files
-	# were renamed. Currently depend on media-fonts/source-sans:3 which works
-	# with this sed.
-	sed -i 's/SourceSansPro/SourceSans3/g' doc/psfonts.ph || die
-}
-
-src_compile() {
-	default
-	use doc && emake doc
-}
-
-src_install() {
-	default
-	emake DESTDIR="${D}" install_rdf $(usex doc install_doc '')
-}


             reply	other threads:[~2023-10-22 14:34 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-22 14:34 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-04 17:31 [gentoo-commits] repo/gentoo:master commit in: dev-lang/nasm/ Arthur Zamarin
2024-08-04  3:16 Sam James
2024-08-03 22:51 Sam James
2024-08-03 16:48 Jakov Smolić
2024-08-03 16:48 Jakov Smolić
2024-08-03 11:06 Arthur Zamarin
2024-07-31 17:51 Matthew Smith
2024-04-21 10:25 Matthew Smith
2024-04-07 10:40 Matthew Smith
2023-10-03 14:15 Sam James
2023-10-03 14:15 Sam James
2023-10-03 12:06 Sam James
2023-10-03 12:06 Sam James
2022-12-23 10:04 Matthew Smith
2022-12-02 19:27 Arthur Zamarin
2022-12-02 18:50 Arthur Zamarin
2022-12-02 18:44 WANG Xuerui
2022-09-16  9:34 Joonas Niilola
2022-09-15 14:49 Matthew Smith
2022-09-15  7:05 Joonas Niilola
2021-08-31 23:55 Sam James
2021-08-14  5:59 Joonas Niilola
2021-07-30  8:55 Sergei Trofimovich
2020-10-08  8:00 Sergei Trofimovich
2020-09-06  8:34 Sergei Trofimovich
2020-09-01 20:12 Sam James
2020-08-29 14:48 Thomas Deutschmann
2020-08-28 19:04 Sergei Trofimovich
2020-08-21  8:03 Sergei Trofimovich
2020-07-25  9:18 Sergei Trofimovich
2020-07-21 23:15 Kent Fredric
2020-07-18  7:48 Sergei Trofimovich
2020-07-05 10:56 Sergei Trofimovich
2020-07-02 20:23 Sergei Trofimovich
2020-06-29  6:35 Sergei Trofimovich
2019-08-10 18:21 Aaron Bauman
2019-07-24 20:49 Thomas Deutschmann
2019-01-24 22:22 Thomas Deutschmann
2019-01-23 18:34 Mikle Kolyada
2019-01-15  9:28 Sergei Trofimovich
2018-11-11 10:54 Sergei Trofimovich
2018-11-11 10:54 Sergei Trofimovich
2018-06-10 16:26 Sergei Trofimovich
2018-05-11  7:41 Michał Górny
2018-05-11  6:35 Sergei Trofimovich
2018-05-10 22:09 Sergei Trofimovich
2018-02-26 14:25 Jason Zaman
2018-02-25 20:16 Thomas Deutschmann
2018-02-21 18:03 Michał Górny
2017-11-20 19:30 Sergei Trofimovich
2017-07-02  3:05 David Seifert
2016-05-13 14:51 Agostino Sarubbo
2016-04-20  4:45 Michael Sterrett
2016-04-04 15:18 Michael Sterrett
2016-03-03  6:15 Michael Sterrett

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=1697985275.9d1d1dd861423b9661e29d048de111f7d5034738.juippis@gentoo \
    --to=juippis@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