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 (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E5248158020 for ; Mon, 12 Dec 2022 18:40:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37364E07EF; Mon, 12 Dec 2022 18:40:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D153E07D4 for ; Mon, 12 Dec 2022 18:40:40 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4CCA53410FC for ; Mon, 12 Dec 2022 18:40:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 837DF773 for ; Mon, 12 Dec 2022 18:40:37 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1670870385.25d2dec890c80bf01b9211ce38bc28b3b2e7a7a6.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libqt5pas/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libqt5pas/Manifest dev-libs/libqt5pas/libqt5pas-1.2.9.ebuild dev-libs/libqt5pas/metadata.xml X-VCS-Directories: dev-libs/libqt5pas/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: 25d2dec890c80bf01b9211ce38bc28b3b2e7a7a6 X-VCS-Branch: master Date: Mon, 12 Dec 2022 18:40:37 +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: 8e6c981f-3bc0-4d40-aaa2-892eaf81e177 X-Archives-Hash: c5dbd7731002858cf72159ef0a6617f5 commit: 25d2dec890c80bf01b9211ce38bc28b3b2e7a7a6 Author: Michael Corvinus gmail com> AuthorDate: Mon Dec 12 14:48:24 2022 +0000 Commit: Amy Liffey gentoo org> CommitDate: Mon Dec 12 18:39:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25d2dec8 dev-libs/libqt5pas: new package, add 1.2.9 Closes: https://bugs.gentoo.org/645228 Signed-off-by: Amy Liffey gentoo.org> Signed-off-by: Michael Corvinus gmail.com> dev-libs/libqt5pas/Manifest | 1 + dev-libs/libqt5pas/libqt5pas-1.2.9.ebuild | 35 +++++++++++++++++++++++++++++++ dev-libs/libqt5pas/metadata.xml | 16 ++++++++++++++ 3 files changed, 52 insertions(+) diff --git a/dev-libs/libqt5pas/Manifest b/dev-libs/libqt5pas/Manifest new file mode 100644 index 000000000000..ee7b671dbf1f --- /dev/null +++ b/dev-libs/libqt5pas/Manifest @@ -0,0 +1 @@ +DIST libqt5pas-1.2.9.tar.gz 77272959 BLAKE2B 2d7b2872a7399eb1a3a7d9fb20fed209900603ae433db75ac2c4244edf5e5981314ed3d8e39143ff30764e7ccbf1286edace9c38505df1cd28b44250bdd07224 SHA512 1a2fbc8451f1954df1d0071c586662ebc3cd0e9a7db5d910e0af86a3095252a5796d4c7abcf3861ad723af26974ac416c5bf919cd77ad5f406295ad7cdf47eb1 diff --git a/dev-libs/libqt5pas/libqt5pas-1.2.9.ebuild b/dev-libs/libqt5pas/libqt5pas-1.2.9.ebuild new file mode 100644 index 000000000000..cd2b7135bb7c --- /dev/null +++ b/dev-libs/libqt5pas/libqt5pas-1.2.9.ebuild @@ -0,0 +1,35 @@ +# Copyright 2020-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit qmake-utils + +MY_P="lazarus-2.2.4-0" + +DESCRIPTION="Free Pascal Qt5 bindings library updated by lazarus IDE." +HOMEPAGE="https://gitlab.com/freepascal.org/lazarus/lazarus" +SRC_URI="mirror://sourceforge/lazarus/${MY_P}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64 ~x86" + +LICENSE="LGPL-3" +SLOT="0/2.2" + +DEPEND=" + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtprintsupport:5 + dev-qt/qtx11extras:5 + dev-qt/qtcore:5 + dev-qt/qtwidgets:5 +" + +S="${WORKDIR}/lazarus/lcl/interfaces/qt5/cbindings" + +src_configure() { + eqmake5 "QT += x11extras" Qt5Pas.pro +} + +src_install() { + emake INSTALL_ROOT="${D}" install +} diff --git a/dev-libs/libqt5pas/metadata.xml b/dev-libs/libqt5pas/metadata.xml new file mode 100644 index 000000000000..482915f5d479 --- /dev/null +++ b/dev-libs/libqt5pas/metadata.xml @@ -0,0 +1,16 @@ + + + + + voron1@gmail.com + Michael Corvinus + + + proxy-maint@gentoo.org + Proxy Maintainers + + + freepascal.org/lazarus + lazarus + +