diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-15 22:57:18 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-15 22:57:18 +0200 |
commit | 046da7b3cefe14d9a3508d9a1a09f49666a3a7bb (patch) | |
tree | 4db8f7c4dd905991c6f3426eff794895dcab3ad2 /sci-electronics/freehdl/freehdl-0.0.8.ebuild | |
parent | media-gfx/darktable: remove IUSE=gmic (diff) | |
download | gentoo-046da7b3cefe14d9a3508d9a1a09f49666a3a7bb.tar.gz gentoo-046da7b3cefe14d9a3508d9a1a09f49666a3a7bb.tar.bz2 gentoo-046da7b3cefe14d9a3508d9a1a09f49666a3a7bb.zip |
sci-electronics/freehdl: treeclean
Closes: https://bugs.gentoo.org/722006
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-electronics/freehdl/freehdl-0.0.8.ebuild')
-rw-r--r-- | sci-electronics/freehdl/freehdl-0.0.8.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/sci-electronics/freehdl/freehdl-0.0.8.ebuild b/sci-electronics/freehdl/freehdl-0.0.8.ebuild deleted file mode 100644 index 9bb8acab3f66..000000000000 --- a/sci-electronics/freehdl/freehdl-0.0.8.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A free VHDL simulator" -SRC_URI="mirror://sourceforge/qucs/${P}.tar.gz" -HOMEPAGE="http://freehdl.seul.org/" -LICENSE="GPL-2" - -SLOT="0" -IUSE="" -KEYWORDS="~amd64 ~ppc ~x86" - -RDEPEND=">=dev-scheme/guile-2.0:*" -DEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}/${PN}-0.0.8-fix-c++14.patch" - "${FILESDIR}/${PN}-0.0.8-qa.patch" -) - -src_configure() { - econf --disable-static -} - -src_install() { - default - - # package provides .pc files - find "${D}" -name '*.la' -delete || die -} |