mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-lang/mmix: drop old
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
@@ -1,44 +0,0 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit eutils toolchain-funcs
|
||||
|
||||
DESCRIPTION="Donald Knuth's MMIX Assembler and Simulator"
|
||||
HOMEPAGE="https://www-cs-faculty.stanford.edu/~knuth/mmix.html http://mmix.cs.hm.edu"
|
||||
SRC_URI="http://mmix.cs.hm.edu/src/${P}.tgz"
|
||||
|
||||
DEPEND="virtual/tex-base
|
||||
doc? ( dev-texlive/texlive-plaingeneric )"
|
||||
RDEPEND=""
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="${PN}"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="doc"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-20110420-makefile.patch
|
||||
"${FILESDIR}"/${PN}-20131017-format-security.patch
|
||||
)
|
||||
|
||||
src_compile() {
|
||||
export VARTEXFONTS=${T}/fonts
|
||||
emake all \
|
||||
CFLAGS="${CFLAGS}" \
|
||||
CC="$(tc-getCC)"
|
||||
|
||||
if use doc ; then
|
||||
emake doc
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin ${PN} ${PN}al m${PN} mmotype abstime
|
||||
dodoc README ${PN}.1
|
||||
|
||||
use doc && dodoc *.ps
|
||||
}
|
||||
Reference in New Issue
Block a user