From f5f01f9dc41f22431fcd66be336ec2fd0bae4247 Mon Sep 17 00:00:00 2001 From: Anton Schubert Date: Tue, 7 Feb 2017 04:41:36 +0100 Subject: [PATCH] sci-electronics/ghdl-bin: add binary ghdl ebuild --- sci-electronics/ghdl-bin/Manifest | 3 +++ sci-electronics/ghdl-bin/ghdl-bin-0.33.ebuild | 24 +++++++++++++++++++ sci-electronics/ghdl-bin/metadata.xml | 9 +++++++ 3 files changed, 36 insertions(+) create mode 100644 sci-electronics/ghdl-bin/Manifest create mode 100644 sci-electronics/ghdl-bin/ghdl-bin-0.33.ebuild create mode 100644 sci-electronics/ghdl-bin/metadata.xml diff --git a/sci-electronics/ghdl-bin/Manifest b/sci-electronics/ghdl-bin/Manifest new file mode 100644 index 0000000..606fa0f --- /dev/null +++ b/sci-electronics/ghdl-bin/Manifest @@ -0,0 +1,3 @@ +DIST ghdl-0.33-x86_64-linux.tgz 18222756 SHA256 492cfe0da2f4a1a83c25cee08aed942e0b8cedc5aa36ac21c946f51733c0ba04 SHA512 8efbd5989f43ac84cb145db8ce250ce5597c8049a5bac8768fff334102bf73cb04520419befe8684b6a588853370735365f5f5a67eb4b27ca85dbaf7fb368405 WHIRLPOOL 86269d1a0d8524162e2b2e8ac0a1b68c203d3e457f39b73d7ce62143f46d6d2cace7ea54d6b41afb25ccb7add77d1a94297af560cee0bda397cb755fa67c6d96 +EBUILD ghdl-bin-0.33.ebuild 458 SHA256 f8c067e441849a9290bd51b159a9843d6cc309c1f0eebfa8715f022e4a260896 SHA512 680648e21e601432c17a0169f924c6abab545bc0b103ed6255db57d15e4bc6bda3385bb457a7fdadd4f49727cc3924789449ac88785abfd6d6d1fd316e5a017b WHIRLPOOL 03f49f7d819bc29796fa299ec356ebb19f49732a6f2db1d5aa01dd35d65d9cd6e28e87a7effe40c7af6b3cd3150b3d4a2801d381cff5c076de50bcd987f725eb +MISC metadata.xml 263 SHA256 fa44a35fe7cf8eb726b2759df0f7acc0c033777af9866cbe46d95366c8ae1b3c SHA512 2a0305bdfe80cae8c9ea0410b6082bdbe28acc8659641366df7f7e441ff664a8dc893e19e2fd0645a7394b50fec98a6b6b753d4d44a80dad60f42efbd512fbaf WHIRLPOOL 91fc783d4567126e54ec97ecaf59d89f59ed2c6887b83f30e203ecdc0d1d6d619d7f4127261d29628b40020797cc1b0c4e2a93ae7ad38f8f73141089ccc4432f diff --git a/sci-electronics/ghdl-bin/ghdl-bin-0.33.ebuild b/sci-electronics/ghdl-bin/ghdl-bin-0.33.ebuild new file mode 100644 index 0000000..f09df17 --- /dev/null +++ b/sci-electronics/ghdl-bin/ghdl-bin-0.33.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +DESCRIPTION="VHDL 2008/93/87 simulator" +HOMEPAGE="http://ghdl.free.fr/" +SRC_URI="https://github.com/tgingold/ghdl/releases/download/v${PV}/ghdl-${PV}-x86_64-linux.tgz" + +LICENSE="GPL-2" +KEYWORDS="~amd64" +SLOT="0" + +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +S=${WORKDIR} + +src_install() { + cp -R "${S}"/* "${D}" || die "Install failed!" +} diff --git a/sci-electronics/ghdl-bin/metadata.xml b/sci-electronics/ghdl-bin/metadata.xml new file mode 100644 index 0000000..44c588d --- /dev/null +++ b/sci-electronics/ghdl-bin/metadata.xml @@ -0,0 +1,9 @@ + + + + +ischluff@mailbox.org + + + +