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 0A2981382C5 for ; Thu, 7 Jan 2021 11:33:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 557CFE0885; Thu, 7 Jan 2021 11:33:31 +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 1B8BFE087A for ; Thu, 7 Jan 2021 11:33:31 +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 23223341267 for ; Thu, 7 Jan 2021 11:33:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F5DF493 for ; Thu, 7 Jan 2021 11:33:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1610019195.a6674e4bf736989f71adaf1f498fa19402e70002.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/afflib/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-forensics/afflib/Manifest app-forensics/afflib/afflib-3.7.18.ebuild X-VCS-Directories: app-forensics/afflib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a6674e4bf736989f71adaf1f498fa19402e70002 X-VCS-Branch: master Date: Thu, 7 Jan 2021 11:33:27 +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: dc8d11b4-377a-43c4-8537-d9a089176099 X-Archives-Hash: 6bcb9c36782e10afca9bb18846be0ef7 commit: a6674e4bf736989f71adaf1f498fa19402e70002 Author: Sam James gentoo org> AuthorDate: Thu Jan 7 11:20:41 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 7 11:33:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6674e4b app-forensics/afflib: cleanup old Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> app-forensics/afflib/Manifest | 1 - app-forensics/afflib/afflib-3.7.18.ebuild | 67 ------------------------------- 2 files changed, 68 deletions(-) diff --git a/app-forensics/afflib/Manifest b/app-forensics/afflib/Manifest index 10bdf2cf5bf..76fd811dba8 100644 --- a/app-forensics/afflib/Manifest +++ b/app-forensics/afflib/Manifest @@ -1,2 +1 @@ -DIST afflib-3.7.18.tar.gz 540371 BLAKE2B 6c1837ebcb5cca97622736f38e61c35f149c045bc1a60acea455dd9059e8c60447cd8f45304fd55aa7f2e5f783d40e266a23d09b33209f9dc5441f971b8a188d SHA512 47ab74c86bbaedc2494558962f99463066e267f7a3f583902a53e1f488085a309b0d871093c67439033272c3ebf03d213649886930b9812013e66782ea84df85 DIST afflib-3.7.19.tar.gz 540165 BLAKE2B dea0998741121d2c1ae0e42ced9652ec46816282128469af75e0a32f9e4e2d09ac4afb4888ee7925366a03a867932f2446bfcd3800ab4dc021939ab6c38c797b SHA512 6e0df7477bf7dbd3814099d94e3fce122e0cf9b714a425521b7458f4eedc6e8b8e7283fd37926b7c992cdf21d3adec620df29a79a6a5311bf1d1b5d4930768bc diff --git a/app-forensics/afflib/afflib-3.7.18.ebuild b/app-forensics/afflib/afflib-3.7.18.ebuild deleted file mode 100644 index b8c40e67d71..00000000000 --- a/app-forensics/afflib/afflib-3.7.18.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) - -inherit autotools python-single-r1 - -MY_PN=AFFLIBv3 -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Library that implements the AFF image standard" -HOMEPAGE="https://github.com/sshock/AFFLIBv3/" -SRC_URI="https://github.com/sshock/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ppc x86 ~x64-macos" -IUSE="fuse libressl ncurses python qemu readline s3 static-libs threads" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND=" - dev-libs/expat - sys-libs/zlib:0= - fuse? ( sys-fs/fuse:= ) - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:= ) - ncurses? ( sys-libs/ncurses:0= ) - python? ( ${PYTHON_DEPS} ) - readline? ( sys-libs/readline:0= ) - s3? ( net-misc/curl ) -" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${MY_P}" - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_prepare() { - sed -i '/FLAGS/s: -g::' configure.ac || die - - default - eautoreconf -} - -src_configure() { - # Hacks for automagic dependencies - use ncurses || export ac_cv_lib_ncurses_initscr=no - use readline || export ac_cv_lib_readline_readline=no - - local myeconfargs=( - $(use_enable fuse) - $(use_enable python) - $(use_enable qemu) - $(use_enable s3) - $(use_enable static-libs static) - $(use_enable threads threading) - ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - find "${ED}" -name "*.la" -delete || die -}