From 44a923b4710f000163a94a0bd4f1db19b25d0377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 8 May 2017 20:41:32 +0200 Subject: Unmask libdrm in desktop profile --- sci-electronics/ghdl/ghdl-0.33.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sci-electronics/ghdl/ghdl-0.33.ebuild (limited to 'sci-electronics/ghdl/ghdl-0.33.ebuild') diff --git a/sci-electronics/ghdl/ghdl-0.33.ebuild b/sci-electronics/ghdl/ghdl-0.33.ebuild new file mode 100644 index 0000000..402412e --- /dev/null +++ b/sci-electronics/ghdl/ghdl-0.33.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +DESCRIPTION="Complete VHDL simulator using the GCC technology" +HOMEPAGE="http://ghdl.free.fr" +SRC_URI="https://github.com/tgingold/ghdl/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ~x86" +IUSE="" + +DEPEND="dev-lang/gnat-gcc" +RDEPEND="${DEPEND}" + +src_prepare() { +} -- cgit v1.2.3