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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9CF771581D8 for ; Mon, 18 Nov 2024 21:42:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91A80E09B4; Mon, 18 Nov 2024 21:42:28 +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 722DFE09B4 for ; Mon, 18 Nov 2024 21:42:28 +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 8E3DF340C77 for ; Mon, 18 Nov 2024 21:42:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90AAB1E74 for ; Mon, 18 Nov 2024 21:42:24 +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: <1731966091.f9a3923b3632eba2feaf3c6a35fa02c2454e9a24.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/qwtpolar/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/qwtpolar/qwtpolar-1.1.1-r3.ebuild X-VCS-Directories: x11-libs/qwtpolar/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f9a3923b3632eba2feaf3c6a35fa02c2454e9a24 X-VCS-Branch: master Date: Mon, 18 Nov 2024 21:42:24 +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: f6f84dbb-4646-4e9e-b243-cfa6a33720aa X-Archives-Hash: 201bfdc59a19e3e7106f5ad70efcfe01 commit: f9a3923b3632eba2feaf3c6a35fa02c2454e9a24 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 15 22:36:06 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 18 21:41:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9a3923b x11-libs/qwtpolar: drop 1.1.1-r3 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-libs/qwtpolar/qwtpolar-1.1.1-r3.ebuild | 61 ------------------------------ 1 file changed, 61 deletions(-) diff --git a/x11-libs/qwtpolar/qwtpolar-1.1.1-r3.ebuild b/x11-libs/qwtpolar/qwtpolar-1.1.1-r3.ebuild deleted file mode 100644 index 657c6011c77c..000000000000 --- a/x11-libs/qwtpolar/qwtpolar-1.1.1-r3.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit qmake-utils - -DESCRIPTION="Library for displaying values on a polar coordinate system" -HOMEPAGE="https://qwtpolar.sourceforge.io/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2" - -LICENSE="qwt" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtprintsupport:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - > src/src.pro - cat >> designer/designer.pro <<- EOF - INCLUDEPATH += "${EPREFIX}"/usr/include/qwt6 - LIBS += -L"${S}/$(get_libdir)" - EOF -} - -src_configure() { - eqmake5 -} - -src_install() { - emake DESTDIR="${D}" INSTALL_ROOT="${D}" install - einstalldocs -}