Added smartsim

This commit is contained in:
layman 2016-04-18 15:01:29 +02:00
parent 850e36d2eb
commit f3db41bd31
2 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST smartsim_user_manual.pdf 1625979 SHA256 1f0a4197e86f87f889e47452af7ef1083622d79f583b2f2a7bf19102ebcfb5f4 SHA512 607fba86bd7a6a57ae29627ba0ead77ebcac0060bf596f26eaef852b0e5d4e3e1a06abf8634fd8a418b504b1e384f72b63a8a12d4a41f98ae538d9a074dcd4c4 WHIRLPOOL 9857d5903e1b35b0f1623bd2c1c0c901e1ea4d6e9ef2c5191b4add1101de60a25db7d9f6357e4ff47c82abde1baf760e6f6e202be508cc7c21dbc064411f9160
EBUILD smartsim-9999.ebuild 694 SHA256 725d1dcdbc7d37d68523fd670669373907dfa9ea70694f179359a4cc4b5fceb9 SHA512 7111fa06300431eee6844c7a00bbc5dcba3739b451cba6c99490a8ad3257ca0b77fd7e27969631e08fdf66011d036e138e681e2e99475e97177fc82535c81610 WHIRLPOOL 592315979b1c8204e21540465a13d0733867de488bc3c7f99d86ead9b0c8d8648f6fb85dc32aa831ea74db30f4e27a22fbc23a22438a6682bf76f7094e462501

View File

@ -0,0 +1,29 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
inherit git-2
DESCRIPTION="Digital logic circuit design and simulation package"
HOMEPAGE="http://www.smartsim.org.uk/ https://github.com/ashleynewson/SmartSim"
SRC_URI="doc? ( http://www.smartsim.org.uk/downloads/manual/smartsim_user_manual.pdf )"
EGIT_REPO_URI="git://github.com/ashleynewson/SmartSim.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE="doc"
RDEPEND="dev-libs/libxml2:2
gnome-base/librsvg:2
x11-libs/cairo
x11-libs/gtk+:2"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_install() {
default
use doc && dodoc "${DISTDIR}"/smartsim_user_manual.pdf
}