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 DA917138350 for ; Sun, 12 Jan 2020 14:34:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB12CE0BFA; Sun, 12 Jan 2020 14:34:27 +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 CBC22E0BFA for ; Sun, 12 Jan 2020 14:34:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4F6D034DFAE for ; Sun, 12 Jan 2020 14:34:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF38336 for ; Sun, 12 Jan 2020 14:34:23 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1578839660.a5043e2e30cf003728bdb2d04b97ee6aad0f7fd9.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libb2/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/libb2/Manifest app-crypt/libb2/libb2-0.98.ebuild X-VCS-Directories: app-crypt/libb2/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: a5043e2e30cf003728bdb2d04b97ee6aad0f7fd9 X-VCS-Branch: master Date: Sun, 12 Jan 2020 14:34:23 +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: ed378806-def9-40d5-973a-7e43acb52527 X-Archives-Hash: e45957ffbce844c939729629e76b388f commit: a5043e2e30cf003728bdb2d04b97ee6aad0f7fd9 Author: Fabian Groffen gentoo org> AuthorDate: Sun Jan 12 14:34:09 2020 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Jan 12 14:34:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5043e2e app-crypt/libb2-0.98: drop old Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Fabian Groffen gentoo.org> app-crypt/libb2/Manifest | 1 - app-crypt/libb2/libb2-0.98.ebuild | 44 --------------------------------------- 2 files changed, 45 deletions(-) diff --git a/app-crypt/libb2/Manifest b/app-crypt/libb2/Manifest index 6d30097c471..bb6333e12e9 100644 --- a/app-crypt/libb2/Manifest +++ b/app-crypt/libb2/Manifest @@ -1,2 +1 @@ DIST libb2-0.98.1.tar.gz 280826 BLAKE2B aa8c3dee3032f457410479be12d00c79a6ca6a7c0376a5c70265d30ff25b50663171f7096141834d4faa4dd5027f38b23b774e59be63475a3ecba855337fb1aa SHA512 a666fdbd1efa9cfff3028e953c62f21ba092c6733ccd12d4d04f1f836fc9747fc90053bc9166510d251d332b91e133853d2cc9b61c279517bd65b05e8483250b -DIST libb2-0.98.tar.gz 275076 BLAKE2B 7c0aa473a58a5ceb6e913487cc6f0078e6cab661bd26cb1f5611473b430213521a23adbde227da6d7561b4d581369e268308ae6b2a10da5399c0d2d6ab288b26 SHA512 be400d16ab00b3006ec7412dcbf580427600f4997cee19c0448d849ff8bbbb58bbb7be3d49e4052cb1b6791b6bed9c9cc48b51da3ec77b2fdf3d197ccf0c8073 diff --git a/app-crypt/libb2/libb2-0.98.ebuild b/app-crypt/libb2/libb2-0.98.ebuild deleted file mode 100644 index 64ec18c1de9..00000000000 --- a/app-crypt/libb2/libb2-0.98.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp" -HOMEPAGE="https://github.com/BLAKE2/libb2" -GITHASH="0d7015f6a640a63bc6c68562328e112445ea9d5c" -SRC_URI="https://github.com/BLAKE2/libb2/archive/${GITHASH}.tar.gz -> ${P}.tar.gz" - -LICENSE="CC0-1.0" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x64-macos ~sparc-solaris ~x64-solaris" -IUSE="static native-cflags" - -DEPEND="" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${PN}-${GITHASH} - -src_prepare() { - default - # fix bashism - sed -i -e 's/ == / = /' configure.ac || die - eautoreconf # upstream doesn't make releases -} - -src_configure() { - econf \ - $(use_enable static) \ - $(use_enable native-cflags native) -} - -src_compile() { - # respect our CFLAGS when native-cflags is not in effect - emake $(use native-cflags && echo no)CFLAGS="${CFLAGS}" -} - -src_install() { - default - use static || find "${ED}" -name '*.la' -type f -delete || die -}