media-gfx/antimony - 9999 (booboo)

Search

Install

Install this version:

emerge -a =media-gfx/antimony-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-gfx/antimony-9999

Or alternatively:

emerge --autounmask-write -a =media-gfx/antimony-9999

Package Information

Description:
CAD from a parallel universe
Homepage:
http://www.mattkeeter.com/projects/antimony/3/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{3..14} )

inherit git-r3 cmake python-single-r1

DESCRIPTION="CAD from a parallel universe"
HOMEPAGE="http://www.mattkeeter.com/projects/antimony/3/"
EGIT_REPO_URI="https://github.com/mkeeter/antimony.git"

LICENSE="MIT"
SLOT="0"

REQUIRED_USE="${PYTHON_REQUIRED_USE}"

# https://github.com/mkeeter/antimony/issues/196
DEPEND="
	>dev-util/lemon-3.8.11 <dev-util/lemon-3.24.0
	sys-devel/flex
	dev-libs/boost:=[python]
	media-libs/libpng
	dev-qt/qtcore:5
	${PYTHON_DEPS}
	"
RDEPEND="${DEPEND}"

pkg_setup() {
	python-single-r1_pkg_setup
}

src_prepare() {
	# stumbles upon the highest installed python version otherwise
	sed -i -e "s/Python 3\.3 /Python ${EPYTHON/python/} EXACT /" CMakeLists.txt
	cmake_src_prepare
	default
}

Inherited Eclasses

Dependencies

DEPEND

	>dev-util/lemon-3.8.11 <dev-util/lemon-3.24.0
	sys-devel/flex
	dev-libs/boost:=[python]
	media-libs/libpng
	dev-qt/qtcore:5
	
	

RDEPEND

	>dev-util/lemon-3.8.11 <dev-util/lemon-3.24.0
	sys-devel/flex
	dev-libs/boost:=[python]
	media-libs/libpng
	dev-qt/qtcore:5