Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/nasm/
Date: Thu, 08 Oct 2020 08:00:53
Message-Id: 1602144001.9ef8bf96b08191a13096c7cdde7b718b7ce453fe.slyfox@gentoo
1 commit: 9ef8bf96b08191a13096c7cdde7b718b7ce453fe
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 8 08:00:01 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 8 08:00:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ef8bf96
7
8 dev-lang/nasm: drop old
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-lang/nasm/Manifest | 1 -
14 dev-lang/nasm/nasm-2.15.03.ebuild | 47 ---------------------------------------
15 2 files changed, 48 deletions(-)
16
17 diff --git a/dev-lang/nasm/Manifest b/dev-lang/nasm/Manifest
18 index 5fd39c22ef4..43b1e8d6cea 100644
19 --- a/dev-lang/nasm/Manifest
20 +++ b/dev-lang/nasm/Manifest
21 @@ -1,2 +1 @@
22 -DIST nasm-2.15.03.tar.xz 984060 BLAKE2B f6d6e7618e23d1b6ab89620ed37b3539e18dc5d4c800796afea0242250e9148eb7a59cbc9a9633a971fe4d000373b9f362c2be2bd7b08fc69a61dd7e31368298 SHA512 be98e8e0a3b5f5296bc941a7bbcbf44c4084c65d11aed60d17a803b9647d59bd14ec06e780ac22c4bbe8869625eb8e6139d18a88e25310edfce0fe0fc0172950
23 DIST nasm-2.15.05.tar.xz 995732 BLAKE2B a41434965c2125577b762d907a0a3c251c75d9f9beac230fba4099182c7f7beb08c6d2c05c2432b0dc8ba829f24077f44c3096faea9bd0a533250e6dbbfaef35 SHA512 512f90a2584f1c5811429274b97c64a2cedf37b9fdeffb1bcd0ea64afd9ecc19a2d7877ca8f1e05393aa324153fc9f39ea51dacbf8d25a7d5a2d7728c925dba7
24
25 diff --git a/dev-lang/nasm/nasm-2.15.03.ebuild b/dev-lang/nasm/nasm-2.15.03.ebuild
26 deleted file mode 100644
27 index c8a16b87337..00000000000
28 --- a/dev-lang/nasm/nasm-2.15.03.ebuild
29 +++ /dev/null
30 @@ -1,47 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit flag-o-matic
37 -
38 -DESCRIPTION="groovy little assembler"
39 -HOMEPAGE="https://www.nasm.us/"
40 -SRC_URI="https://www.nasm.us/pub/nasm/releasebuilds/${PV/_}/${P/_}.tar.xz"
41 -
42 -LICENSE="BSD-2"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~arm64 ~ia64 ~ppc64 x86 ~amd64-linux ~x86-linux"
45 -IUSE="doc"
46 -
47 -RDEPEND=""
48 -DEPEND=""
49 -# [fonts note] doc/psfonts.ph defines ordered list of font preference.
50 -# Currently 'media-fonts/source-pro' is most preferred and is able to
51 -# satisfy all 6 font flavours: tilt, chapter, head, etc.
52 -BDEPEND="
53 - dev-lang/perl
54 - doc? (
55 - app-text/ghostscript-gpl
56 - dev-perl/Font-TTF
57 - dev-perl/Sort-Versions
58 - media-fonts/source-pro
59 - virtual/perl-File-Spec
60 - )
61 -"
62 -
63 -S=${WORKDIR}/${P/_}
64 -
65 -PATCHES=(
66 - "${FILESDIR}"/${PN}-2.15-bsd-cp-doc.patch
67 -)
68 -
69 -src_compile() {
70 - default
71 - use doc && emake doc
72 -}
73 -
74 -src_install() {
75 - default
76 - emake DESTDIR="${D}" install_rdf $(usex doc install_doc '')
77 -}