From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 089CE138350 for ; Wed, 12 Feb 2020 22:32:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E119E089B; Wed, 12 Feb 2020 22:32:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72796E089B for ; Wed, 12 Feb 2020 22:32:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72D5F34EC75 for ; Wed, 12 Feb 2020 22:32:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F787148 for ; Wed, 12 Feb 2020 22:32:50 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1581546761.c9e67a2818a118b3a76dfbac61c4900f9cc460aa.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/jwasm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/jwasm/Manifest dev-lang/jwasm/jwasm-2.11a-r1.ebuild X-VCS-Directories: dev-lang/jwasm/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: c9e67a2818a118b3a76dfbac61c4900f9cc460aa X-VCS-Branch: master Date: Wed, 12 Feb 2020 22:32:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b3257a0f-56a2-4305-820e-2c455c7c9385 X-Archives-Hash: e484775dd23043e8cc6341814345781a commit: c9e67a2818a118b3a76dfbac61c4900f9cc460aa Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Feb 12 22:28:46 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Feb 12 22:32:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9e67a28 dev-lang/jwasm: drop old Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich gentoo.org> dev-lang/jwasm/Manifest | 1 - dev-lang/jwasm/jwasm-2.11a-r1.ebuild | 43 ------------------------------------ 2 files changed, 44 deletions(-) diff --git a/dev-lang/jwasm/Manifest b/dev-lang/jwasm/Manifest index 37dd1e7dd0d..e2626ac8ea5 100644 --- a/dev-lang/jwasm/Manifest +++ b/dev-lang/jwasm/Manifest @@ -1,2 +1 @@ -DIST JWasm211as.zip 1004993 BLAKE2B 725489690048b049c7fec5f2c54b89a746ee1c825d44e6f4f912f568b737c8ad996e55dba112132e685665b4d47aadd0324b2e9480d421c497bc21abbb85d015 SHA512 3e48e09955ccf8e641b36f54c93c3f36b275a0e662013a17dfd1f52a3e2872eff54be869596d0e72bdb2cc7e59c8fd1dee13477bf89a59bba4b212959cff9006 DIST jwasm-2.13.tar.gz 578365 BLAKE2B 8c6fbe3e6cb56c0fe8135c30c629534d2b6e2a2ed534249834e0e2674bf6635cb15ab94d4fa05c5378cb0db8569ddc3ba49d2d7c9615b7ddb769cba1a2d5b715 SHA512 03f80f4a74b39c6093f5cd5334364f7458836a52ad01279c95683e7053cb4211c40235e16f6f2ee40bc7316dcd8a4fbcb57bf3606d31249d96d01933a8aa0563 diff --git a/dev-lang/jwasm/jwasm-2.11a-r1.ebuild b/dev-lang/jwasm/jwasm-2.11a-r1.ebuild deleted file mode 100644 index 2de5e5e9d2b..00000000000 --- a/dev-lang/jwasm/jwasm-2.11a-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -# 2.10 -> 210s -MY_PN=JWasm -MY_PV="$(ver_rs 1 '')s" -MY_P="${MY_PN}${MY_PV}" - -DESCRIPTION="MASM-compatible TASM-similar assembler (fork of Wasm)" -HOMEPAGE="https://sourceforge.net/projects/jwasm/" -SRC_URI="mirror://sourceforge/${PN}/JWasm%20Source%20Code/${MY_P}.zip" -LICENSE="Watcom-1.0" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="" -DEPEND="" -BDEPEND="app-arch/unzip" - -S="${WORKDIR}" - -PATCHES=("${FILESDIR}"/${PN}-2.11-types-test.patch) - -src_prepare() { - default - - # don't strip binary - sed -i GccUnix.mak -e 's/ -s / /g' || die -} - -src_compile() { - emake -f GccUnix.mak CC="$(tc-getCC) ${CFLAGS} ${LDFLAGS}" -} - -src_install() { - dobin GccUnixR/jwasm - dodoc *.txt Doc/*.txt -}