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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ED5DF158094 for ; Sun, 9 Oct 2022 08:51:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47640E0900; Sun, 9 Oct 2022 08:51:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E296E0900 for ; Sun, 9 Oct 2022 08:51:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA8113410B1 for ; Sun, 9 Oct 2022 08:51:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E8EA584 for ; Sun, 9 Oct 2022 08:51:45 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1665304232.b0bb9bdcbf6e397a0b53abcb0dac75aadcbe8800.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/boinc-zip/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/boinc-zip/Manifest dev-libs/boinc-zip/boinc-zip-7.20.2.ebuild X-VCS-Directories: dev-libs/boinc-zip/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: b0bb9bdcbf6e397a0b53abcb0dac75aadcbe8800 X-VCS-Branch: dev Date: Sun, 9 Oct 2022 08:51:45 +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: e3c88b83-fa48-48db-aac0-99b71bb5719e X-Archives-Hash: c0d58c5fd860024c3fdf7b120343cdb9 commit: b0bb9bdcbf6e397a0b53abcb0dac75aadcbe8800 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Oct 9 08:30:32 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Oct 9 08:30:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b0bb9bdc dev-libs/boinc-zip: add 7.20.2 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-libs/boinc-zip/Manifest | 1 + dev-libs/boinc-zip/boinc-zip-7.20.2.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-libs/boinc-zip/Manifest b/dev-libs/boinc-zip/Manifest index 0e53bce6e..98e526e0a 100644 --- a/dev-libs/boinc-zip/Manifest +++ b/dev-libs/boinc-zip/Manifest @@ -1 +1,2 @@ DIST boinc-7.18.0.tar.gz 50848912 BLAKE2B 1088b734a5111dac1b42110cc5059e7114ef2bb2a7e786d20e681ac96543869fbf170c566c6c7ea93ac97f54f347e388d33d7d39c19d59cbe7bf3066d8c69fde SHA512 4bccd576bc786cf5d7b01a1ff379545b4d9ddb818c8561d3dccb836b6490668c73a0c10884609980dfc6e8250173ead71a5f6044cabe69a0c93316e03515a0d9 +DIST boinc-7.20.2.tar.gz 46555666 BLAKE2B 4d11217739d341c5b61d86afa02eebdad80809f42caa3f6dea1d86ed53d79004d60fa362fd04d53060060472e108e0ee0aa0428e4799eb70f2e98f07dc1f39cd SHA512 0309d5585ece96a5d9021058870dce9a96c89ece269650961a9b22d5219529e242a55dc1e466f5364535033198ca5c36496ca23125a9cda0c308bfdb4372abbb diff --git a/dev-libs/boinc-zip/boinc-zip-7.20.2.ebuild b/dev-libs/boinc-zip/boinc-zip-7.20.2.ebuild new file mode 100644 index 000000000..c283fb3dd --- /dev/null +++ b/dev-libs/boinc-zip/boinc-zip-7.20.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +BOINC_SUBMODULE="zip" +inherit boinc + +DESCRIPTION="Wrapper for the zip/unzip functions to expose to BOINC clients" +HOMEPAGE="https://boinc.berkeley.edu/trac/wiki/FileCompression" + +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +LICENSE="Info-ZIP LGPL-3+" +SLOT="0" + +# broken beyond repair +RESTRICT="test" + +boinc_require_source ${PV} +boinc_enable_autotools + +src_compile() { + emake lib${PN//-/_}.la +} + +src_install() { + emake install-{libLTLIBRARIES,pkgincludeHEADERS,pkgconfigDATA} DESTDIR="${D}" + find "${ED}" -name '*.la' -delete || die +}