aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2022-05-30 21:56:08 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2022-05-30 22:46:58 +0500
commit8dbcb6ce05f6e35cd55f61a57cd8e45f545dfe49 (patch)
treeb98173e3f05ae72eb29acf78c9ca6ebce05aaaa8
parentsci-biology/geneathome: update to new BOINC (diff)
downloadguru-8dbcb6ce.tar.gz
guru-8dbcb6ce.tar.bz2
guru-8dbcb6ce.zip
dev-libs/boinc-zip: drop 7.18
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
-rw-r--r--dev-libs/boinc-zip/boinc-zip-7.18.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-libs/boinc-zip/boinc-zip-7.18.ebuild b/dev-libs/boinc-zip/boinc-zip-7.18.ebuild
deleted file mode 100644
index e800b45e2c..0000000000
--- a/dev-libs/boinc-zip/boinc-zip-7.18.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-MY_PN=${PN%%-*}
-MY_PV="${PV}.0"
-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/${MY_PN}/${MY_PN}/archive/client_release/${PV}/${MY_PV}.tar.gz -> ${MY_PN}-${MY_PV}.tar.gz"
-KEYWORDS="~amd64 ~arm64 ~x86"
-S="${WORKDIR}/${MY_PN}-client_release-${PV}-${MY_PV}"
-
-LICENSE="Info-ZIP LGPL-3+"
-SLOT="0"
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf --enable-pkg-devel
-}
-
-src_compile() {
- emake -C zip lib${PN//-/_}.la
-}
-
-src_install() {
- emake -C zip install-{libLTLIBRARIES,pkgincludeHEADERS} DESTDIR="${D}"
- find "${ED}" -name '*.la' -delete || die
-}