Files
@ 02fb59a722d2
Branch filter:
Location: ohnobinki_overlay/dev-lang/calvin-simplex/calvin-simplex-0.1.ebuild - annotation
02fb59a722d2
666 B
application/vnd.gentoo.ebuild
media-plugins/live: Drop intermediate live versions (2009.09.28, 2009.11.12, 2010.04.09) for which tarballs are not available anymore.
(Portage version: 2.2.0_alpha23-r1/hg/Linux x86_64, signed Manifest commit with key 6BA81050)
(Portage version: 2.2.0_alpha23-r1/hg/Linux x86_64, signed Manifest commit with key 6BA81050)
3f7c66df8ae4 3f7c66df8ae4 3f7c66df8ae4 3f7c66df8ae4 3f7c66df8ae4 3f7c66df8ae4 3f7c66df8ae4 3f7c66df8ae4 3f7c66df8ae4 3f7c66df8ae4 3f7c66df8ae4 3f7c66df8ae4 3f7c66df8ae4 3f7c66df8ae4 3f7c66df8ae4 3f7c66df8ae4 3f7c66df8ae4 3f7c66df8ae4 3f7c66df8ae4 3f7c66df8ae4 3f7c66df8ae4 3f7c66df8ae4 3f7c66df8ae4 3f7c66df8ae4 3f7c66df8ae4 3f7c66df8ae4 3f7c66df8ae4 3f7c66df8ae4 3f7c66df8ae4 3f7c66df8ae4 | # Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
inherit autotools-utils
DESCRIPTION="Implementation of a virtual machine and assembler for Simplex, an oversimplified educational tool"
HOMEPAGE="http://ohnopub.net/~ohnobinki/calvin-simplex.php"
SRC_URI="ftp://ohnopub.net/mirror/${P}.tar.bz2
http://protofusion.org/mirror/${P}.tar.bz2"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
RDEPEND="dev-libs/liblist"
DEPEND="${RDEPEND}
sys-devel/flex
doc? ( app-text/txt2man )"
src_configure() {
local myeconfargs=(
$(use_enable doc)
)
autotools-utils_src_configure
}
|