From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BEB32138359 for ; Tue, 10 Nov 2020 00:57:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEB46E07FE; Tue, 10 Nov 2020 00:57:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC4B5E0809 for ; Tue, 10 Nov 2020 00:57:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E742340CCF for ; Tue, 10 Nov 2020 00:57:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C26B3AB for ; Tue, 10 Nov 2020 00:57:37 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1604969763.827008453dfd5447c8e5f6e1ffcf0e4549a3a1ab.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/framewave/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/framewave/framewave-1.3.1.ebuild sci-libs/framewave/metadata.xml X-VCS-Directories: sci-libs/framewave/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 827008453dfd5447c8e5f6e1ffcf0e4549a3a1ab X-VCS-Branch: master Date: Tue, 10 Nov 2020 00:57:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6d98120d-dc83-44fa-8dcb-28d47baeab97 X-Archives-Hash: a33522e99ed08304d79e0966cf733722 commit: 827008453dfd5447c8e5f6e1ffcf0e4549a3a1ab Author: Aisha Tammy aisha cc> AuthorDate: Tue Nov 10 00:56:03 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Tue Nov 10 00:56:03 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=82700845 sci-libs/framewave: drop dead package last release in 2008 depends on py2 does not build Signed-off-by: Aisha Tammy aisha.cc> sci-libs/framewave/framewave-1.3.1.ebuild | 47 ------------------------------- sci-libs/framewave/metadata.xml | 16 ----------- 2 files changed, 63 deletions(-) diff --git a/sci-libs/framewave/framewave-1.3.1.ebuild b/sci-libs/framewave/framewave-1.3.1.ebuild deleted file mode 100644 index dd1056a95..000000000 --- a/sci-libs/framewave/framewave-1.3.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit scons-utils - -MY_P="FRAMEWAVE_${PV}_SRC" - -DESCRIPTION="A collection of popular image and signal processing routines" -HOMEPAGE="http://framewave.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="" -DEPEND="dev-util/scons" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - sed -e "s#\(-install_name /usr\)/local/lib/\${BITNESS}#\1#" \ - -i BuildTools/buildscripts/fwflags_gcc.py || die "sed failed" -} - -src_compile() { - cd Framewave || die - - local bits="32" - use amd64 && bits="64" - - escons \ - CCFLAGS="${CFLAGS}" bitness="${bits}" variant="release" \ - libtype="shared" ${MAKEOPTS}|| die "make failed" -} - -src_install() { - local bits="32" - use amd64 && bits="64" - - dolib.so Framewave/build/bin/release_shared_${bits}/*.so* - - doheader Framewave/build/include/* -} diff --git a/sci-libs/framewave/metadata.xml b/sci-libs/framewave/metadata.xml deleted file mode 100644 index e22f8986c..000000000 --- a/sci-libs/framewave/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - sci@gentoo.org - Gentoo Science Project - - Derived from the AMD Performance Library, Framewave is a -free and open-source collection of popular image and signal processing -routines designed to accelerate application development, debugging, -multi-threading and optimization on x86-class processor platforms. - - - framewave - -