summaryrefslogtreecommitdiff
path: root/sci-electronics/ghdl/ghdl-0.33.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-electronics/ghdl/ghdl-0.33.ebuild')
-rw-r--r--sci-electronics/ghdl/ghdl-0.33.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/sci-electronics/ghdl/ghdl-0.33.ebuild b/sci-electronics/ghdl/ghdl-0.33.ebuild
deleted file mode 100644
index 402412e..0000000
--- a/sci-electronics/ghdl/ghdl-0.33.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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() {
-}