summaryrefslogtreecommitdiff
path: root/dev-libs/libqt6pas
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /dev-libs/libqt6pas
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'dev-libs/libqt6pas')
-rw-r--r--dev-libs/libqt6pas/Manifest1
-rw-r--r--dev-libs/libqt6pas/files/libqt6pas-1.0.0-remove-wrapper-of-undefined-method.patch29
-rw-r--r--dev-libs/libqt6pas/libqt6pas-6.2.7.ebuild39
-rw-r--r--dev-libs/libqt6pas/metadata.xml9
4 files changed, 0 insertions, 78 deletions
diff --git a/dev-libs/libqt6pas/Manifest b/dev-libs/libqt6pas/Manifest
deleted file mode 100644
index bafdbea1a0b3..000000000000
--- a/dev-libs/libqt6pas/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lazarus-3.0-0.tar.gz 87513233 BLAKE2B 26e8492194541453230832591445b97827e65b61531078cb4bd1c9f549bcd0aa531fef036f701de885e96f9e56476b0dd1c9465e2388ea43080ba418acbd097e SHA512 85cb3548fab017f2fd97f5fb141d59a0d0ec1412a161f98fea726ad5d6ed32ee2eb6ef6573e058d4df7dfcc067256e842acf994b73c9a50ebfb064657db33881
diff --git a/dev-libs/libqt6pas/files/libqt6pas-1.0.0-remove-wrapper-of-undefined-method.patch b/dev-libs/libqt6pas/files/libqt6pas-1.0.0-remove-wrapper-of-undefined-method.patch
deleted file mode 100644
index a1fad05aa7c7..000000000000
--- a/dev-libs/libqt6pas/files/libqt6pas-1.0.0-remove-wrapper-of-undefined-method.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Author: Denis Pronin <dannftk@yandex.ru>
-
-Description: the patch is required to make the libqt6pas project compile since
-QT6 does not have QString::isSimpleText() method any longer
-
---- a/src/qstring_c.cpp
-+++ b/src/qstring_c.cpp
-@@ -1073,11 +1073,6 @@
- return (bool) ((QString *)handle)->isNull();
- }
-
--bool QString_isSimpleText(QStringH handle)
--{
-- return (bool) ((QString *)handle)->isSimpleText();
--}
--
- bool QString_isRightToLeft(QStringH handle)
- {
- return (bool) ((QString *)handle)->isRightToLeft();
---- a/src/qstring_c.h
-+++ b/src/qstring_c.h
-@@ -166,7 +166,6 @@
- C_EXPORT void QString_push_front(QStringH handle, PWideChar c);
- C_EXPORT void QString_push_front2(QStringH handle, PWideString s);
- C_EXPORT bool QString_isNull(QStringH handle);
--C_EXPORT bool QString_isSimpleText(QStringH handle);
- C_EXPORT bool QString_isRightToLeft(QStringH handle);
- C_EXPORT void QString_chopped(QStringH handle, int len, PWideString retval);
- C_EXPORT void QString_first(QStringH handle, int n, PWideString retval);
diff --git a/dev-libs/libqt6pas/libqt6pas-6.2.7.ebuild b/dev-libs/libqt6pas/libqt6pas-6.2.7.ebuild
deleted file mode 100644
index 586ae4344069..000000000000
--- a/dev-libs/libqt6pas/libqt6pas-6.2.7.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2020-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# 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-${LAZARUS_PV}-0"
-
-DESCRIPTION="Free Pascal Qt6 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"
-S="${WORKDIR}/lazarus/lcl/interfaces/qt6/cbindings"
-
-LICENSE="LGPL-3"
-SLOT="0/${LAZARUS_PV}"
-KEYWORDS="amd64 ~x86"
-
-DEPEND="
- dev-qt/qtbase:6
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.0.0-remove-wrapper-of-undefined-method.patch"
-)
-
-src_configure() {
- eqmake6 Qt6Pas.pro
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install
-}
diff --git a/dev-libs/libqt6pas/metadata.xml b/dev-libs/libqt6pas/metadata.xml
deleted file mode 100644
index b19dada2f665..000000000000
--- a/dev-libs/libqt6pas/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>amynka@gentoo.org</email>
- <name>Amy Liffey</name>
- </maintainer>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>