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 AF3181382C5 for ; Sun, 6 May 2018 20:18:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE500E09D0; Sun, 6 May 2018 20:18:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 86547E09D0 for ; Sun, 6 May 2018 20:18:53 +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 19D2A335C8A for ; Sun, 6 May 2018 20:18:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AE0742 for ; Sun, 6 May 2018 20:18:49 +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: <1525637892.918567ca29a56d1a064bf6e9d2ee6044f5061718.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlockedfile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtlockedfile/Manifest dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild X-VCS-Directories: dev-qt/qtlockedfile/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 918567ca29a56d1a064bf6e9d2ee6044f5061718 X-VCS-Branch: master Date: Sun, 6 May 2018 20:18:49 +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: 89362c65-2dcd-42fc-87ac-c063a2a13c67 X-Archives-Hash: d805d6e3d34fae186a2e790db079e1e0 commit: 918567ca29a56d1a064bf6e9d2ee6044f5061718 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 6 18:03:45 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 6 20:18:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=918567ca dev-qt/qtlockedfile: Drop old Closes: https://bugs.gentoo.org/653986 Package-Manager: Portage-2.3.36, Repoman-2.3.9 dev-qt/qtlockedfile/Manifest | 1 - .../qtlockedfile-2.4.1_p20150629.ebuild | 76 ---------------------- 2 files changed, 77 deletions(-) diff --git a/dev-qt/qtlockedfile/Manifest b/dev-qt/qtlockedfile/Manifest index a4bc5fdc6e8..45d4d15e89b 100644 --- a/dev-qt/qtlockedfile/Manifest +++ b/dev-qt/qtlockedfile/Manifest @@ -1,2 +1 @@ -DIST qt-solutions-20150629.tar.xz 710488 BLAKE2B 102829e3b2afa7cb665c09fc259f9b966596a8245e8e8325c6c45e402bc337d205539b20be791e16515754c6d74247a714b278028e9ffbb74f578c9b8b39b094 SHA512 a95ed58f0218cd90d734a40eedd173b896fa0138ad235f3157d7bee538b16c5f385d93bae483fd22267f2984389b9940bb85ba0cd3d25c16124d56abb39568f5 DIST qt-solutions-20171024.tar.xz 710532 BLAKE2B 365f4c6fc3bee34bf26ac5039984ceac1d90527297b985b0d1b606f3ba67219bab7f7cba40b4adca55446c34e9f4fe218b4449ee255ba6f6409de78f80ccdaec SHA512 4784d88c2f40c88f06abeb728842875fb5e428a630dbf749f71055681b0c631803d2901b60aa8cc95f5f382dcd21da8d739873aa45e3dd3676ee95925f0198da diff --git a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild deleted file mode 100644 index 0ce3afe1772..00000000000 --- a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit multibuild qmake-utils - -MY_P=qt-solutions-${PV#*_p} - -DESCRIPTION="QFile extension with advisory locking functions" -HOMEPAGE="https://code.qt.io/cgit/qt-solutions/qt-solutions.git/" -SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz" - -LICENSE="|| ( LGPL-2.1 GPL-3 )" -SLOT="0" -KEYWORDS="amd64 arm ~hppa ~ppc ~ppc64 x86" -IUSE="doc qt4 +qt5" - -REQUIRED_USE="|| ( qt4 qt5 )" - -DEPEND=" - qt4? ( dev-qt/qtcore:4 ) - qt5? ( dev-qt/qtcore:5 ) -" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P}/${PN} - -pkg_setup() { - MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) ) -} - -src_prepare() { - echo 'SOLUTIONS_LIBRARY = yes' > config.pri - echo 'QT -= gui' >> src/qtlockedfile.pri - - sed -i -e "s/-head/-${PV%.*}/" common.pri || die - sed -i -e '/SUBDIRS+=example/d' ${PN}.pro || die - - multibuild_copy_sources -} - -src_configure() { - myconfigure() { - if [[ ${MULTIBUILD_VARIANT} == qt4 ]]; then - eqmake4 - fi - if [[ ${MULTIBUILD_VARIANT} == qt5 ]]; then - eqmake5 - fi - } - multibuild_foreach_variant run_in_build_dir myconfigure -} - -src_compile() { - multibuild_foreach_variant run_in_build_dir default -} - -src_install() { - dodoc README.TXT - use doc && dodoc -r doc/html - - myinstall() { - # libraries - dolib.so lib/* - - # headers - insinto "$(${MULTIBUILD_VARIANT}_get_headerdir)"/QtSolutions - doins src/QtLockedFile src/${PN}.h - - # .prf files - insinto "$(${MULTIBUILD_VARIANT}_get_mkspecsdir)"/features - doins "${FILESDIR}"/${PN}.prf - } - multibuild_foreach_variant run_in_build_dir myinstall -}