diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-07-04 22:40:33 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-07-04 22:56:11 +0100 |
commit | ccbab3f85b5edc0004ae6c098c34215c36e19bdd (patch) | |
tree | a69a781526b76cdaa2e4f3ebfb7425c762ab0e71 /dev-lang/jwasm/jwasm-2.10-r1.ebuild | |
parent | dev-util/include-what-you-use: switch HOMEPAGE to https:// (diff) | |
download | gentoo-ccbab3f85b5edc0004ae6c098c34215c36e19bdd.tar.gz gentoo-ccbab3f85b5edc0004ae6c098c34215c36e19bdd.tar.bz2 gentoo-ccbab3f85b5edc0004ae6c098c34215c36e19bdd.zip |
dev-lang/jwasm: drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-lang/jwasm/jwasm-2.10-r1.ebuild')
-rw-r--r-- | dev-lang/jwasm/jwasm-2.10-r1.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/dev-lang/jwasm/jwasm-2.10-r1.ebuild b/dev-lang/jwasm/jwasm-2.10-r1.ebuild deleted file mode 100644 index f6939584b1ee..000000000000 --- a/dev-lang/jwasm/jwasm-2.10-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils toolchain-funcs versionator - -# 2.10 -> 210s -MY_PN=JWasm -MY_PV="$(delete_version_separator 1)s" -MY_P="${MY_PN}${MY_PV}" - -DESCRIPTION="MASM-compatible TASM-similar assembler (fork of Wasm)" -HOMEPAGE="http://www.japheth.de/JWasm.html" -SRC_URI="http://www.japheth.de/Download/${MY_PN}/${MY_P}.zip" -LICENSE="Watcom-1.0" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="" -DEPEND="" - -S="${WORKDIR}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gcc-4.8-fwdecl.patch - epatch "${FILESDIR}"/${P}-types-test.patch - epatch "${FILESDIR}"/${P}-uint_32-on-amd64.patch - # 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 -} |