From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/boinc-zip/
Date: Tue, 18 May 2021 21:31:21 +0000 (UTC) [thread overview]
Message-ID: <1621373478.7690e77e828d5ff1ff5c6f16fa6d556ae79d5128.cybertailor@gentoo> (raw)
commit: 7690e77e828d5ff1ff5c6f16fa6d556ae79d5128
Author: Anna Vyalkova <cyber <AT> sysrq <DOT> in>
AuthorDate: Tue May 18 19:35:04 2021 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue May 18 21:31:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7690e77e
dev-libs/boinc-zip: initial import
Signed-off-by: Anna Vyalkova <cyber <AT> sysrq.in>
dev-libs/boinc-zip/Manifest | 1 +
dev-libs/boinc-zip/boinc-zip-7.16.16.ebuild | 36 +++++++++++++++++++++++++++++
dev-libs/boinc-zip/metadata.xml | 11 +++++++++
3 files changed, 48 insertions(+)
diff --git a/dev-libs/boinc-zip/Manifest b/dev-libs/boinc-zip/Manifest
new file mode 100644
index 000000000..5238eec52
--- /dev/null
+++ b/dev-libs/boinc-zip/Manifest
@@ -0,0 +1 @@
+DIST boinc-7.16.16.tar.gz 49599131 BLAKE2B 819ab85c19a684144711f77e669b892aa73c006b81c1d7ef7adbd9d580e1e8473ae27b52dc17953ee677c70fc78ed15df936afd740e629715f30f2b81d84ea6f SHA512 dd7042e176d6506c70de7866556ae73b2f45734df92038086d5b0414751f3da08dc571c49f0c26d747d3fb2577674d3ff8cdec7d3563861eaaaa5af9c1db0a0e
diff --git a/dev-libs/boinc-zip/boinc-zip-7.16.16.ebuild b/dev-libs/boinc-zip/boinc-zip-7.16.16.ebuild
new file mode 100644
index 000000000..31e7072d1
--- /dev/null
+++ b/dev-libs/boinc-zip/boinc-zip-7.16.16.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+MY_PV=$(ver_cut 1-2)
+
+DESCRIPTION="Wrapper for the zip/unzip functions to expose to BOINC clients"
+HOMEPAGE="https://boinc.berkeley.edu/trac/wiki/FileCompression"
+
+SRC_URI="https://github.com/BOINC/boinc/archive/client_release/${MY_PV}/${PV}.tar.gz -> boinc-${PV}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+S="${WORKDIR}/boinc-client_release-${MY_PV}-${PV}/zip"
+
+LICENSE="Info-ZIP LGPL-3+"
+SLOT="0"
+
+src_prepare() {
+ default
+ sed '/$(LN) .libs\/$(LIBBOINC_ZIP_STATIC)/d' -i Makefile.am || die
+
+ cd .. || die
+ eautoreconf
+}
+
+src_configure() {
+ cd .. || die
+ econf --enable-pkg-devel --disable-static
+}
+
+src_install() {
+ default
+ rm "${ED}"/usr/*/libboinc_zip.la || die
+}
diff --git a/dev-libs/boinc-zip/metadata.xml b/dev-libs/boinc-zip/metadata.xml
new file mode 100644
index 000000000..a07d56d79
--- /dev/null
+++ b/dev-libs/boinc-zip/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">BOINC/boinc</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2021-05-18 21:31 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-18 21:31 Anna Vyalkova [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-07-15 10:04 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/boinc-zip/ Anna Vyalkova
2021-07-19 8:11 Anna Vyalkova
2021-07-22 8:29 Anna Vyalkova
2022-05-30 17:47 Anna Vyalkova
2022-06-05 21:16 Alessandro Barbieri
2022-10-09 8:51 Anna Vyalkova
2023-04-06 14:09 Anna Vyalkova
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1621373478.7690e77e828d5ff1ff5c6f16fa6d556ae79d5128.cybertailor@gentoo \
--to=cyber+gentoo@sysrq.in \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox