diff --git a/dev-util/bcunit/Manifest b/dev-util/bcunit/Manifest deleted file mode 100644 index dff565e..0000000 --- a/dev-util/bcunit/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST bcunit-3.0.2.tar.gz 377172 BLAKE2B a6f78fd87513781fe2ce6d492a9500c34a97004fe010c152ff94c9c96268a9005adbff146e1f0d4042ea2ae2502dd28dc85658247799600bdbd8c1d5fa0ae19f SHA512 dd7ff6f90565451b2f723472907c83154a149354c4689955611444469e33b66ea26152637a075f50f8e97d2c900b28745f8fa0c0d862dbfa005cbee2a68fd61c -EBUILD bcunit-3.0.2.ebuild 792 BLAKE2B 7720741f4802261d90b22f5411a69d9f4732d6a6c606433e0cea2e0548487fa8d8f8f1d3d30a2e456b3795b2f804636ac52004ca534f6d784e3ec9169465a908 SHA512 e553ed24151d37a0b5d6767022dc075d22a9d7e789fee90d02e410939cb43e7b1025fb11dabd59e4236e9363dbc2bc82cb8ddab06f3cb06c7fc56f7bbf4cc290 diff --git a/dev-util/bcunit/bcunit-3.0.2.ebuild b/dev-util/bcunit/bcunit-3.0.2.ebuild deleted file mode 100644 index 3658894..0000000 --- a/dev-util/bcunit/bcunit-3.0.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit cmake-utils eutils flag-o-matic multilib-minimal toolchain-funcs - -DESCRIPTION="C Unit Test Framework from Belledonne Comminications" -SRC_URI="https://github.com/BelledonneCommunications/bcunit/archive/${PV}.tar.gz -> ${P}.tar.gz" -HOMEPAGE="https://github.com/BelledonneCommunications/bcunit" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="ncurses static-libs" - -RDEPEND="ncurses? ( >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}] )" -DEPEND="${RDEPEND}" - -DOCS=( AUTHORS NEWS README ChangeLog ) - -multilib_src_configure() { - local mycmakeargs=( "-DENABLE_CURSES=$(usex ncurses)" ) - cmake-utils_src_configure -} - -multilib_src_install() { - cmake-utils_src_install -}