* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libqt5pas/
@ 2022-12-12 18:40 Amy Liffey
0 siblings, 0 replies; 7+ messages in thread
From: Amy Liffey @ 2022-12-12 18:40 UTC (permalink / raw
To: gentoo-commits
commit: 25d2dec890c80bf01b9211ce38bc28b3b2e7a7a6
Author: Michael Corvinus <voron1 <AT> gmail <DOT> com>
AuthorDate: Mon Dec 12 14:48:24 2022 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> 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 <amynka <AT> gentoo.org>
Signed-off-by: Michael Corvinus <voron1 <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>voron1@gmail.com</email>
+ <name>Michael Corvinus</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="gitlab">freepascal.org/lazarus</remote-id>
+ <remote-id type="sourceforge">lazarus</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libqt5pas/
@ 2022-12-13 9:04 Amy Liffey
0 siblings, 0 replies; 7+ messages in thread
From: Amy Liffey @ 2022-12-13 9:04 UTC (permalink / raw
To: gentoo-commits
commit: 105241606037811f950cb6ea46b7d45c78db3112
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 13 09:04:27 2022 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Tue Dec 13 09:04:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10524160
dev-libs/libqt5pas: add myself as a maintainer
Signed-off-by: Amy Liffey <amynka <AT> gentoo.org>
dev-libs/libqt5pas/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-libs/libqt5pas/metadata.xml b/dev-libs/libqt5pas/metadata.xml
index 482915f5d479..f38bb4c16150 100644
--- a/dev-libs/libqt5pas/metadata.xml
+++ b/dev-libs/libqt5pas/metadata.xml
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>amynka@gentoo.org</email>
+ <name>Amy Liffey</name>
+ </maintainer>
<maintainer type="person" proxied="yes">
<email>voron1@gmail.com</email>
<name>Michael Corvinus</name>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libqt5pas/
@ 2022-12-13 9:10 Amy Liffey
0 siblings, 0 replies; 7+ messages in thread
From: Amy Liffey @ 2022-12-13 9:10 UTC (permalink / raw
To: gentoo-commits
commit: d518cb029e6cae6c769263bb030a72f66f115725
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 13 09:09:02 2022 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Tue Dec 13 09:10:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d518cb02
dev-libs/libqt5pas: update maintainers
Signed-off-by: Amy Liffey <amynka <AT> gentoo.org>
dev-libs/libqt5pas/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev-libs/libqt5pas/metadata.xml b/dev-libs/libqt5pas/metadata.xml
index f38bb4c16150..6aa2d36e4f6a 100644
--- a/dev-libs/libqt5pas/metadata.xml
+++ b/dev-libs/libqt5pas/metadata.xml
@@ -9,10 +9,6 @@
<email>voron1@gmail.com</email>
<name>Michael Corvinus</name>
</maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
<upstream>
<remote-id type="gitlab">freepascal.org/lazarus</remote-id>
<remote-id type="sourceforge">lazarus</remote-id>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libqt5pas/
@ 2022-12-13 9:24 Amy Liffey
0 siblings, 0 replies; 7+ messages in thread
From: Amy Liffey @ 2022-12-13 9:24 UTC (permalink / raw
To: gentoo-commits
commit: 7908d6b8b08cabaa21ddce62470c9fa53c230573
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 13 09:24:07 2022 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Tue Dec 13 09:24:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7908d6b8
dev-libs/libqt5pas: Adjust metadata
Signed-off-by: Amy Liffey <amynka <AT> gentoo.org>
dev-libs/libqt5pas/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libqt5pas/metadata.xml b/dev-libs/libqt5pas/metadata.xml
index 6aa2d36e4f6a..fe6d034bcd90 100644
--- a/dev-libs/libqt5pas/metadata.xml
+++ b/dev-libs/libqt5pas/metadata.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person" proxied="yes">
+ <maintainer type="person">
<email>amynka@gentoo.org</email>
<name>Amy Liffey</name>
</maintainer>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libqt5pas/
@ 2024-06-14 9:33 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-06-14 9:33 UTC (permalink / raw
To: gentoo-commits
commit: aeb21cafd3781e90e648f35ae96bc98c45ebd059
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 14 09:31:22 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 14 09:32:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb21caf
dev-libs/libqt5pas: add maintainer notes to ebuild, don't rename distfiles
Don't unnecessarily rename the distfile so it can be reused rather
than downloaded twice by users with lazarus.
Bug: https://bugs.gentoo.org/934158
Bug: https://bugs.gentoo.org/934235
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libqt5pas/Manifest | 4 ++--
dev-libs/libqt5pas/libqt5pas-1.2.15.ebuild | 10 ++++++----
dev-libs/libqt5pas/libqt5pas-1.2.9.ebuild | 2 +-
3 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/dev-libs/libqt5pas/Manifest b/dev-libs/libqt5pas/Manifest
index d506640c7770..23f36037eb4a 100644
--- a/dev-libs/libqt5pas/Manifest
+++ b/dev-libs/libqt5pas/Manifest
@@ -1,2 +1,2 @@
-DIST libqt5pas-1.2.15.tar.gz 87513233 BLAKE2B 26e8492194541453230832591445b97827e65b61531078cb4bd1c9f549bcd0aa531fef036f701de885e96f9e56476b0dd1c9465e2388ea43080ba418acbd097e SHA512 85cb3548fab017f2fd97f5fb141d59a0d0ec1412a161f98fea726ad5d6ed32ee2eb6ef6573e058d4df7dfcc067256e842acf994b73c9a50ebfb064657db33881
-DIST libqt5pas-1.2.9.tar.gz 77272959 BLAKE2B 2d7b2872a7399eb1a3a7d9fb20fed209900603ae433db75ac2c4244edf5e5981314ed3d8e39143ff30764e7ccbf1286edace9c38505df1cd28b44250bdd07224 SHA512 1a2fbc8451f1954df1d0071c586662ebc3cd0e9a7db5d910e0af86a3095252a5796d4c7abcf3861ad723af26974ac416c5bf919cd77ad5f406295ad7cdf47eb1
+DIST lazarus-2.2.4-0.tar.gz 77272959 BLAKE2B 2d7b2872a7399eb1a3a7d9fb20fed209900603ae433db75ac2c4244edf5e5981314ed3d8e39143ff30764e7ccbf1286edace9c38505df1cd28b44250bdd07224 SHA512 1a2fbc8451f1954df1d0071c586662ebc3cd0e9a7db5d910e0af86a3095252a5796d4c7abcf3861ad723af26974ac416c5bf919cd77ad5f406295ad7cdf47eb1
+DIST lazarus-3.0-0.tar.gz 87513233 BLAKE2B 26e8492194541453230832591445b97827e65b61531078cb4bd1c9f549bcd0aa531fef036f701de885e96f9e56476b0dd1c9465e2388ea43080ba418acbd097e SHA512 85cb3548fab017f2fd97f5fb141d59a0d0ec1412a161f98fea726ad5d6ed32ee2eb6ef6573e058d4df7dfcc067256e842acf994b73c9a50ebfb064657db33881
diff --git a/dev-libs/libqt5pas/libqt5pas-1.2.15.ebuild b/dev-libs/libqt5pas/libqt5pas-1.2.15.ebuild
index 7c1e535c3618..b6d25452b1e2 100644
--- a/dev-libs/libqt5pas/libqt5pas-1.2.15.ebuild
+++ b/dev-libs/libqt5pas/libqt5pas-1.2.15.ebuild
@@ -3,20 +3,22 @@
EAPI=8
-# Get PV from lcl/interfaces/qt5/cbindings/Qt5Pas.pro
+# Get PV from lcl/interfaces/qt6/cbindings/Qt6Pas.pro
inherit qmake-utils
+LAZARUS_PV=3.0
+
# We want to keep the version here in correspondence with dev-lang/lazarus
# so dev-lang/lazarus can use the bindings.
-MY_P="lazarus-3.0-0"
+MY_P="lazarus-${LAZARUS_PV}-0"
DESCRIPTION="Free Pascal Qt5 bindings library updated by lazarus IDE"
HOMEPAGE="https://gitlab.com/freepascal.org/lazarus/lazarus"
-SRC_URI="https://downloads.sourceforge.net/lazarus/${MY_P}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://downloads.sourceforge.net/lazarus/${MY_P}.tar.gz"
S="${WORKDIR}/lazarus/lcl/interfaces/qt5/cbindings"
LICENSE="LGPL-3"
-SLOT="0/3.0"
+SLOT="0/${LAZARUS_PV}"
KEYWORDS="~amd64 ~x86"
DEPEND="
diff --git a/dev-libs/libqt5pas/libqt5pas-1.2.9.ebuild b/dev-libs/libqt5pas/libqt5pas-1.2.9.ebuild
index 090fe8251feb..974c623460a3 100644
--- a/dev-libs/libqt5pas/libqt5pas-1.2.9.ebuild
+++ b/dev-libs/libqt5pas/libqt5pas-1.2.9.ebuild
@@ -9,7 +9,7 @@ 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="https://downloads.sourceforge.net/lazarus/${MY_P}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://downloads.sourceforge.net/lazarus/${MY_P}.tar.gz"
KEYWORDS="~amd64 ~x86"
LICENSE="LGPL-3"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libqt5pas/
@ 2024-06-14 9:33 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-06-14 9:33 UTC (permalink / raw
To: gentoo-commits
commit: 34c96163c6e136c139a065d22346b6ebdb7bac52
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 14 09:19:51 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 14 09:32:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c96163
dev-libs/libqt5pas: add 1.2.15
Bug: https://bugs.gentoo.org/934158
Bug: https://bugs.gentoo.org/934235
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libqt5pas/Manifest | 1 +
dev-libs/libqt5pas/libqt5pas-1.2.15.ebuild | 38 ++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-libs/libqt5pas/Manifest b/dev-libs/libqt5pas/Manifest
index ee7b671dbf1f..d506640c7770 100644
--- a/dev-libs/libqt5pas/Manifest
+++ b/dev-libs/libqt5pas/Manifest
@@ -1 +1,2 @@
+DIST libqt5pas-1.2.15.tar.gz 87513233 BLAKE2B 26e8492194541453230832591445b97827e65b61531078cb4bd1c9f549bcd0aa531fef036f701de885e96f9e56476b0dd1c9465e2388ea43080ba418acbd097e SHA512 85cb3548fab017f2fd97f5fb141d59a0d0ec1412a161f98fea726ad5d6ed32ee2eb6ef6573e058d4df7dfcc067256e842acf994b73c9a50ebfb064657db33881
DIST libqt5pas-1.2.9.tar.gz 77272959 BLAKE2B 2d7b2872a7399eb1a3a7d9fb20fed209900603ae433db75ac2c4244edf5e5981314ed3d8e39143ff30764e7ccbf1286edace9c38505df1cd28b44250bdd07224 SHA512 1a2fbc8451f1954df1d0071c586662ebc3cd0e9a7db5d910e0af86a3095252a5796d4c7abcf3861ad723af26974ac416c5bf919cd77ad5f406295ad7cdf47eb1
diff --git a/dev-libs/libqt5pas/libqt5pas-1.2.15.ebuild b/dev-libs/libqt5pas/libqt5pas-1.2.15.ebuild
new file mode 100644
index 000000000000..7c1e535c3618
--- /dev/null
+++ b/dev-libs/libqt5pas/libqt5pas-1.2.15.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2020-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Get PV from lcl/interfaces/qt5/cbindings/Qt5Pas.pro
+inherit qmake-utils
+
+# We want to keep the version here in correspondence with dev-lang/lazarus
+# so dev-lang/lazarus can use the bindings.
+MY_P="lazarus-3.0-0"
+
+DESCRIPTION="Free Pascal Qt5 bindings library updated by lazarus IDE"
+HOMEPAGE="https://gitlab.com/freepascal.org/lazarus/lazarus"
+SRC_URI="https://downloads.sourceforge.net/lazarus/${MY_P}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/lazarus/lcl/interfaces/qt5/cbindings"
+
+LICENSE="LGPL-3"
+SLOT="0/3.0"
+KEYWORDS="~amd64 ~x86"
+
+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
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ eqmake5 "QT += x11extras" Qt5Pas.pro
+}
+
+src_install() {
+ emake INSTALL_ROOT="${D}" install
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libqt5pas/
@ 2024-10-25 23:44 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-10-25 23:44 UTC (permalink / raw
To: gentoo-commits
commit: 38070c02d94012d22bebf7dd3ba342060f200fbb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 25 23:43:36 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 25 23:43:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38070c02
dev-libs/libqt5pas: Stabilize 1.2.15 amd64, #942178
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libqt5pas/libqt5pas-1.2.15.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libqt5pas/libqt5pas-1.2.15.ebuild b/dev-libs/libqt5pas/libqt5pas-1.2.15.ebuild
index b6d25452b1e2..226f37cf5a61 100644
--- a/dev-libs/libqt5pas/libqt5pas-1.2.15.ebuild
+++ b/dev-libs/libqt5pas/libqt5pas-1.2.15.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/lazarus/lcl/interfaces/qt5/cbindings"
LICENSE="LGPL-3"
SLOT="0/${LAZARUS_PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
DEPEND="
dev-qt/qtgui:5
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-10-25 23:44 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-13 9:04 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libqt5pas/ Amy Liffey
-- strict thread matches above, loose matches on Subject: below --
2024-10-25 23:44 Sam James
2024-06-14 9:33 Sam James
2024-06-14 9:33 Sam James
2022-12-13 9:24 Amy Liffey
2022-12-13 9:10 Amy Liffey
2022-12-12 18:40 Amy Liffey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox