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 B335A138334 for ; Sat, 11 Aug 2018 19:32:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52A90E0769; Sat, 11 Aug 2018 19:32:14 +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 1C3CFE0769 for ; Sat, 11 Aug 2018 19:32:13 +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 0E118335C47 for ; Sat, 11 Aug 2018 19:32:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50A7B389 for ; Sat, 11 Aug 2018 19:32:07 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1534015912.c1658bd3a1fc7f931f5a9451cb824a5bd2390278.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/quazip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/quazip/Manifest dev-libs/quazip/quazip-0.7.3-r1.ebuild X-VCS-Directories: dev-libs/quazip/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c1658bd3a1fc7f931f5a9451cb824a5bd2390278 X-VCS-Branch: master Date: Sat, 11 Aug 2018 19:32:07 +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-Archives-Salt: 8451bae9-52dc-454b-ab5a-1e83a709e384 X-Archives-Hash: 1256b7b13ab1eca9100cfa7486a36564 commit: c1658bd3a1fc7f931f5a9451cb824a5bd2390278 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 11 19:31:15 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 11 19:31:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1658bd3 dev-libs/quazip: Cleanup vulnerable 0.7.3 Bug: https://bugs.gentoo.org/658548 Package-Manager: Portage-2.3.45, Repoman-2.3.10 dev-libs/quazip/Manifest | 1 - dev-libs/quazip/quazip-0.7.3-r1.ebuild | 51 ---------------------------------- 2 files changed, 52 deletions(-) diff --git a/dev-libs/quazip/Manifest b/dev-libs/quazip/Manifest index 15bd2a69167..21e5d49acaa 100644 --- a/dev-libs/quazip/Manifest +++ b/dev-libs/quazip/Manifest @@ -1,2 +1 @@ -DIST quazip-0.7.3.tar.gz 439536 BLAKE2B 7b91d12f14e060f3554e6d9b4041aef56f269c3e5cc3a4e67eaa415cf990f474da8581a248037d2b741117c5f83c514f3dc4e30310dccc954cf363435acfc4c6 SHA512 d4b55bd040e47e97e7bd5d080399ae4aa5fbc4985d6ab5979b468abc852c91b2e3e5d35af90d4b4de3bb01ea9135d0247473d6eab0413392b1c8567dc799a9fe DIST quazip-0.7.6.tar.gz 149029 BLAKE2B 7eb99f550dc06d8d2911b22214294accaa5126657598bfd60614267715ea968790f470cea2820e1a78a8581ab0d4b75c90589c0da1ae815067e083e389020762 SHA512 4325a69918216bb66c6a7c53589ef73473c3752151522a135dd9c92dbf722b29656aea7be0314c84399a214391eca79296ecda5811ab31845d8cf53c010110d1 diff --git a/dev-libs/quazip/quazip-0.7.3-r1.ebuild b/dev-libs/quazip/quazip-0.7.3-r1.ebuild deleted file mode 100644 index e12ecc1c0e4..00000000000 --- a/dev-libs/quazip/quazip-0.7.3-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils flag-o-matic qmake-utils - -DESCRIPTION="Simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package" -HOMEPAGE="http://quazip.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="static-libs" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtnetwork:5 - sys-libs/zlib[minizip] -" -DEPEND="${RDEPEND}" - -DOCS=( NEWS.txt README.txt ) -HTML_DOCS=( doc/html/. ) - -src_prepare() { - if ! use static-libs ; then - sed -e "/^install/ s/quazip_static//" -i quazip/CMakeLists.txt || die - fi - cmake-utils_src_prepare -} - -src_configure() { - local libdir=$(get_libdir) - local -x CXXFLAGS="${CXXFLAGS}" - append-cxxflags -std=c++11 -fPIC - - local mycmakeargs=( - -DBUILD_WITH_QT4=OFF - -DLIB_SUFFIX=${libdir/lib/} - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - - # compatibility with not yet fixed rdeps (Gentoo bug #598136) - dosym libquazip5.so /usr/$(get_libdir)/libquazip.so -}