commit:     176df3f084611fef1febe14957b3a4532d6291f4
Author:     band-a-prend <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Tue Mar 16 15:41:27 2021 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Apr 20 15:44:15 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=176df3f0

dev-cpp/blitz: drop replaced blitz-1.0.2_p20200524.ebuild

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
Closes: https://github.com/gentoo/sci/pull/1065
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 dev-cpp/blitz/blitz-1.0.2_p20200524.ebuild | 40 ------------------------------
 1 file changed, 40 deletions(-)

diff --git a/dev-cpp/blitz/blitz-1.0.2_p20200524.ebuild 
b/dev-cpp/blitz/blitz-1.0.2_p20200524.ebuild
deleted file mode 100644
index 47a9e5d25..000000000
--- a/dev-cpp/blitz/blitz-1.0.2_p20200524.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-CMAKE_MAKEFILE_GENERATOR=emake
-
-DESCRIPTION="multi-dimensional array library for C++"
-HOMEPAGE="https://github.com/blitzpp/blitz";
-
-if [[ ${PV} == 9999 ]] ; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/blitzpp/blitz";
-else
-       COMMIT=39f885951a9b8b11f931f917935a16066a945056
-       SRC_URI="https://github.com/blitzpp/blitz/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-       S="${WORKDIR}"/${PN}-${COMMIT}
-       KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-fi
-
-LICENSE="BSD LGPL-3+"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_TESTING=$(usex test)
-       )
-       cmake_src_configure
-}
-
-src_compile() {
-       if use test; then
-               cmake_build check-testsuite check-benchmarks check-examples
-       else
-               cmake build
-       fi
-}

Reply via email to