* [gentoo-commits] proj/qt:master commit in: x11-libs/qtermwidget/
@ 2016-05-11 18:04 Davide Pesavento
0 siblings, 0 replies; 11+ messages in thread
From: Davide Pesavento @ 2016-05-11 18:04 UTC (permalink / raw
To: gentoo-commits
commit: 8f4d55875ba444da7470b6e02b4049ce84138935
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 18:04:09 2016 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Wed May 11 18:04:09 2016 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=8f4d5587
x11-libs/qtermwidget: sync
Package-Manager: portage-2.2.28
x11-libs/qtermwidget/metadata.xml | 9 ++++--
x11-libs/qtermwidget/qtermwidget-9999.ebuild | 47 +++++++++++++++++++++-------
2 files changed, 42 insertions(+), 14 deletions(-)
diff --git a/x11-libs/qtermwidget/metadata.xml b/x11-libs/qtermwidget/metadata.xml
index eaa5d4e..d1448f7 100644
--- a/x11-libs/qtermwidget/metadata.xml
+++ b/x11-libs/qtermwidget/metadata.xml
@@ -6,8 +6,11 @@
<name>Gentoo Qt Project</name>
</maintainer>
<longdescription lang="en">
- QTermWidget is an opensource project based on KDE4 Konsole application.
- The main goal of this project is to provide unicode-enabled, embeddable
- Qt widget for using as a built-in console or terminal emulation widget.
+ QTermWidget is an opensource project based on KDE4 Konsole application.
+ The main goal of this project is to provide unicode-enabled, embeddable
+ Qt widget for using as a built-in console or terminal emulation widget.
</longdescription>
+ <upstream>
+ <remote-id type="github">qterminal/qtermwidget</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/x11-libs/qtermwidget/qtermwidget-9999.ebuild b/x11-libs/qtermwidget/qtermwidget-9999.ebuild
index bed3fbf..330186f 100644
--- a/x11-libs/qtermwidget/qtermwidget-9999.ebuild
+++ b/x11-libs/qtermwidget/qtermwidget-9999.ebuild
@@ -2,18 +2,18 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
-inherit cmake-utils git-r3
+EAPI=6
+inherit cmake-utils multibuild git-r3
DESCRIPTION="Qt terminal emulator widget"
-HOMEPAGE="https://github.com/qterminal/qtermwidget"
-EGIT_REPO_URI="https://github.com/qterminal/qtermwidget.git"
+HOMEPAGE="https://github.com/lxde/qtermwidget"
+EGIT_REPO_URI="https://github.com/lxde/qtermwidget.git"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS=""
-IUSE="debug qt4 qt5"
-REQUIRED_USE="^^ ( qt4 qt5 )"
+IUSE="qt4 qt5"
+REQUIRED_USE="|| ( qt4 qt5 )"
DEPEND="
qt4? ( dev-qt/designer:4
@@ -24,10 +24,35 @@ DEPEND="
dev-qt/qtwidgets:5 )"
RDEPEND="${DEPEND}"
+src_prepare() {
+ MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
+ default
+}
+
+mb_variantx() {
+ if [[ ${MULTIBUILD_VARIANT} == "$1" ]]; then
+ echo "${2-ON}"
+ else
+ echo "${3-OFF}"
+ fi
+}
+
src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_use qt5)
- $(cmake-utils_use_build qt4 DESIGNER_PLUGIN)
- )
- cmake-utils_src_configure
+ myconfigure() {
+ local mycmakeargs=(
+ -DBUILD_DESIGNER_PLUGIN="$(mb_variantx qt4)"
+ -DUSE_QT5="$(mb_variantx qt5)"
+ )
+ cmake-utils_src_configure
+ }
+
+ multibuild_foreach_variant myconfigure
+}
+
+src_compile() {
+ multibuild_foreach_variant cmake-utils_src_compile
+}
+
+src_install() {
+ multibuild_foreach_variant cmake-utils_src_install
}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/qt:master commit in: x11-libs/qtermwidget/
@ 2024-11-06 13:47 Jimi Huotari
0 siblings, 0 replies; 11+ messages in thread
From: Jimi Huotari @ 2024-11-06 13:47 UTC (permalink / raw
To: gentoo-commits
commit: 5893b538a9f11a0694149ae59f934178d86006c2
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 6 13:38:28 2024 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Wed Nov 6 13:38:28 2024 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=5893b538
x11-libs/qtermwidget: sync keywords and update dependencies
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
x11-libs/qtermwidget/qtermwidget-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-libs/qtermwidget/qtermwidget-9999.ebuild b/x11-libs/qtermwidget/qtermwidget-9999.ebuild
index ba127471..22362355 100644
--- a/x11-libs/qtermwidget/qtermwidget-9999.ebuild
+++ b/x11-libs/qtermwidget/qtermwidget-9999.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
fi
LICENSE="BSD GPL-2 LGPL-2+"
@@ -21,7 +21,7 @@ SLOT="0/${PV}"
BDEPEND="
>=dev-qt/qttools-6.6:6[linguist]
- >=dev-util/lxqt-build-tools-2.0.0
+ >=dev-util/lxqt-build-tools-2.1.0
"
DEPEND="
>=dev-qt/qtbase-6.6:6[gui,widgets]
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/qt:master commit in: x11-libs/qtermwidget/
@ 2024-06-14 22:15 Jimi Huotari
0 siblings, 0 replies; 11+ messages in thread
From: Jimi Huotari @ 2024-06-14 22:15 UTC (permalink / raw
To: gentoo-commits
commit: 91faf80ca103d25af6a539f490df4062343db4a6
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 14 22:03:23 2024 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Fri Jun 14 22:14:27 2024 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=91faf80c
x11-libs/qtermwidget: drop 2.0.0
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
x11-libs/qtermwidget/Manifest | 1 -
x11-libs/qtermwidget/qtermwidget-2.0.0.ebuild | 29 ---------------------------
2 files changed, 30 deletions(-)
diff --git a/x11-libs/qtermwidget/Manifest b/x11-libs/qtermwidget/Manifest
deleted file mode 100644
index 507c7630..00000000
--- a/x11-libs/qtermwidget/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qtermwidget-2.0.0.tar.xz 191532 BLAKE2B 87fc1365332f3adf168690fa028be87a36b538602eb410820f3597d5ca2c85c259b630965f3facb9f8689f6cd2539685e78b7ed2d1faf2b3c073bed0c2ca0607 SHA512 4461737b92a113c3b6a48bc74a1c58296dc52659e8ffec13bf848aea3098c9b05685daea5cd3bf21925ebb28e32524c0accde964451b38c5d0d5b209db046b0b
diff --git a/x11-libs/qtermwidget/qtermwidget-2.0.0.ebuild b/x11-libs/qtermwidget/qtermwidget-2.0.0.ebuild
deleted file mode 100644
index ba127471..00000000
--- a/x11-libs/qtermwidget/qtermwidget-2.0.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Qt terminal emulator widget"
-HOMEPAGE="https://lxqt-project.org/"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
- SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="BSD GPL-2 LGPL-2+"
-SLOT="0/${PV}"
-
-BDEPEND="
- >=dev-qt/qttools-6.6:6[linguist]
- >=dev-util/lxqt-build-tools-2.0.0
-"
-DEPEND="
- >=dev-qt/qtbase-6.6:6[gui,widgets]
-"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/qt:master commit in: x11-libs/qtermwidget/
@ 2024-05-25 21:57 Jimi Huotari
0 siblings, 0 replies; 11+ messages in thread
From: Jimi Huotari @ 2024-05-25 21:57 UTC (permalink / raw
To: gentoo-commits
commit: c6c9ced8efee74d4408656f28f68aa8baf1ea247
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sat May 25 20:29:18 2024 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sat May 25 20:29:18 2024 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=c6c9ced8
x11-libs/qtermwidget: add 2.0.0
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
x11-libs/qtermwidget/Manifest | 1 +
x11-libs/qtermwidget/qtermwidget-2.0.0.ebuild | 29 +++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/x11-libs/qtermwidget/Manifest b/x11-libs/qtermwidget/Manifest
new file mode 100644
index 00000000..507c7630
--- /dev/null
+++ b/x11-libs/qtermwidget/Manifest
@@ -0,0 +1 @@
+DIST qtermwidget-2.0.0.tar.xz 191532 BLAKE2B 87fc1365332f3adf168690fa028be87a36b538602eb410820f3597d5ca2c85c259b630965f3facb9f8689f6cd2539685e78b7ed2d1faf2b3c073bed0c2ca0607 SHA512 4461737b92a113c3b6a48bc74a1c58296dc52659e8ffec13bf848aea3098c9b05685daea5cd3bf21925ebb28e32524c0accde964451b38c5d0d5b209db046b0b
diff --git a/x11-libs/qtermwidget/qtermwidget-2.0.0.ebuild b/x11-libs/qtermwidget/qtermwidget-2.0.0.ebuild
new file mode 100644
index 00000000..ba127471
--- /dev/null
+++ b/x11-libs/qtermwidget/qtermwidget-2.0.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Qt terminal emulator widget"
+HOMEPAGE="https://lxqt-project.org/"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+ SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="BSD GPL-2 LGPL-2+"
+SLOT="0/${PV}"
+
+BDEPEND="
+ >=dev-qt/qttools-6.6:6[linguist]
+ >=dev-util/lxqt-build-tools-2.0.0
+"
+DEPEND="
+ >=dev-qt/qtbase-6.6:6[gui,widgets]
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/qt:master commit in: x11-libs/qtermwidget/
@ 2024-05-08 17:44 Jimi Huotari
0 siblings, 0 replies; 11+ messages in thread
From: Jimi Huotari @ 2024-05-08 17:44 UTC (permalink / raw
To: gentoo-commits
commit: 08b040d83d0a3cf137233ffac798b8095ec178b2
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed May 8 17:42:58 2024 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Wed May 8 17:42:58 2024 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=08b040d8
x11-libs/qtermwidget: update maintainers
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
x11-libs/qtermwidget/metadata.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/x11-libs/qtermwidget/metadata.xml b/x11-libs/qtermwidget/metadata.xml
index d6c2d991..9b808832 100644
--- a/x11-libs/qtermwidget/metadata.xml
+++ b/x11-libs/qtermwidget/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="project">
+ <email>lxqt@gentoo.org</email>
+ <name>LXQt</name>
+ </maintainer>
<longdescription lang="en">
QTermWidget is an opensource project based on konsole (a KDE application).
The main goal of this project is to provide unicode-enabled, embeddable
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/qt:master commit in: x11-libs/qtermwidget/
@ 2024-04-21 20:04 Jimi Huotari
0 siblings, 0 replies; 11+ messages in thread
From: Jimi Huotari @ 2024-04-21 20:04 UTC (permalink / raw
To: gentoo-commits
commit: 325bda641b0458f09f569427afcff25571aa9063
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 18:36:19 2024 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 19:49:29 2024 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=325bda64
x11-libs/qtermwidget: add 9999
Initial qt6 version.
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
x11-libs/qtermwidget/metadata.xml | 16 +++++++++++++++
x11-libs/qtermwidget/qtermwidget-9999.ebuild | 29 ++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/x11-libs/qtermwidget/metadata.xml b/x11-libs/qtermwidget/metadata.xml
new file mode 100644
index 00000000..df199347
--- /dev/null
+++ b/x11-libs/qtermwidget/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="project">
+ <email>qt@gentoo.org</email>
+ <name>Gentoo Qt Project</name>
+ </maintainer>
+ <longdescription lang="en">
+ QTermWidget is an opensource project based on konsole (a KDE application).
+ The main goal of this project is to provide unicode-enabled, embeddable
+ Qt widget for using as a built-in console or terminal emulation widget.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">lxqt/qtermwidget</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/x11-libs/qtermwidget/qtermwidget-9999.ebuild b/x11-libs/qtermwidget/qtermwidget-9999.ebuild
new file mode 100644
index 00000000..ba127471
--- /dev/null
+++ b/x11-libs/qtermwidget/qtermwidget-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Qt terminal emulator widget"
+HOMEPAGE="https://lxqt-project.org/"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+ SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="BSD GPL-2 LGPL-2+"
+SLOT="0/${PV}"
+
+BDEPEND="
+ >=dev-qt/qttools-6.6:6[linguist]
+ >=dev-util/lxqt-build-tools-2.0.0
+"
+DEPEND="
+ >=dev-qt/qtbase-6.6:6[gui,widgets]
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/qt:master commit in: x11-libs/qtermwidget/
@ 2015-02-03 8:47 Ben de Groot
0 siblings, 0 replies; 11+ messages in thread
From: Ben de Groot @ 2015-02-03 8:47 UTC (permalink / raw
To: gentoo-commits
commit: e22868606965cef48f32f3f0ed929947706a3f20
Author: Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 3 08:47:26 2015 +0000
Commit: Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Tue Feb 3 08:47:26 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=e2286860
x11-libs/qtermwidget: add missing dep
---
x11-libs/qtermwidget/qtermwidget-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/x11-libs/qtermwidget/qtermwidget-9999.ebuild b/x11-libs/qtermwidget/qtermwidget-9999.ebuild
index a74302e..2f5a943 100644
--- a/x11-libs/qtermwidget/qtermwidget-9999.ebuild
+++ b/x11-libs/qtermwidget/qtermwidget-9999.ebuild
@@ -20,7 +20,8 @@ DEPEND="
dev-qt/qtcore:4
dev-qt/qtgui:4 )
qt5? ( dev-qt/qtcore:5
- dev-qt/qtgui:5 )"
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5 )"
RDEPEND="${DEPEND}"
src_configure() {
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/qt:master commit in: x11-libs/qtermwidget/
@ 2015-02-03 8:41 Ben de Groot
0 siblings, 0 replies; 11+ messages in thread
From: Ben de Groot @ 2015-02-03 8:41 UTC (permalink / raw
To: gentoo-commits
commit: 49de9e2f1f74b0a2a77f08d729880d2685a361bb
Author: Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 3 08:40:38 2015 +0000
Commit: Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Tue Feb 3 08:40:38 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=49de9e2f
x11-libs/qtermwidget: move live ebuild to overlay
---
x11-libs/qtermwidget/metadata.xml | 10 +++++++++
x11-libs/qtermwidget/qtermwidget-9999.ebuild | 32 ++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/x11-libs/qtermwidget/metadata.xml b/x11-libs/qtermwidget/metadata.xml
new file mode 100644
index 0000000..a6b07f6
--- /dev/null
+++ b/x11-libs/qtermwidget/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>qt</herd>
+ <longdescription lang="en">
+ QTermWidget is an opensource project based on KDE4 Konsole application.
+ The main goal of this project is to provide unicode-enabled, embeddable
+ Qt widget for using as a built-in console or terminal emulation widget.
+ </longdescription>
+</pkgmetadata>
diff --git a/x11-libs/qtermwidget/qtermwidget-9999.ebuild b/x11-libs/qtermwidget/qtermwidget-9999.ebuild
new file mode 100644
index 0000000..a74302e
--- /dev/null
+++ b/x11-libs/qtermwidget/qtermwidget-9999.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qtermwidget/qtermwidget-9999.ebuild,v 1.4 2014/12/15 21:17:34 pesa Exp $
+
+EAPI=5
+inherit cmake-utils git-r3
+
+DESCRIPTION="Qt terminal emulator widget"
+HOMEPAGE="https://github.com/qterminal/qtermwidget"
+EGIT_REPO_URI="https://github.com/qterminal/qtermwidget.git"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS=""
+IUSE="debug qt4 qt5"
+REQUIRED_USE="^^ ( qt4 qt5 )"
+
+DEPEND="
+ qt4? ( dev-qt/designer:4
+ dev-qt/qtcore:4
+ dev-qt/qtgui:4 )
+ qt5? ( dev-qt/qtcore:5
+ dev-qt/qtgui:5 )"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_use qt5)
+ $(cmake-utils_use_build qt4 DESIGNER_PLUGIN)
+ )
+ cmake-utils_src_configure
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/qt:master commit in: x11-libs/qtermwidget/
@ 2014-12-15 21:19 Davide Pesavento
0 siblings, 0 replies; 11+ messages in thread
From: Davide Pesavento @ 2014-12-15 21:19 UTC (permalink / raw
To: gentoo-commits
commit: 887cd3e818fddae1776bb60511c1f5c64eb77d72
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 15 21:19:07 2014 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon Dec 15 21:19:07 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=887cd3e8
[x11-libs/qtermwidget] Up-to-date live ebuild is in tree now.
---
x11-libs/qtermwidget/metadata.xml | 10 ----
x11-libs/qtermwidget/qtermwidget-9999.ebuild | 77 ----------------------------
2 files changed, 87 deletions(-)
diff --git a/x11-libs/qtermwidget/metadata.xml b/x11-libs/qtermwidget/metadata.xml
deleted file mode 100644
index a6b07f6..0000000
--- a/x11-libs/qtermwidget/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>qt</herd>
- <longdescription lang="en">
- QTermWidget is an opensource project based on KDE4 Konsole application.
- The main goal of this project is to provide unicode-enabled, embeddable
- Qt widget for using as a built-in console or terminal emulation widget.
- </longdescription>
-</pkgmetadata>
diff --git a/x11-libs/qtermwidget/qtermwidget-9999.ebuild b/x11-libs/qtermwidget/qtermwidget-9999.ebuild
deleted file mode 100644
index 4f7517f..0000000
--- a/x11-libs/qtermwidget/qtermwidget-9999.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qtermwidget/qtermwidget-9999.ebuild,v 1.2 2014/09/13 16:36:24 kensington Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3} )
-
-inherit cmake-utils git-r3 python-r1
-
-DESCRIPTION="Qt terminal emulator widget"
-HOMEPAGE="https://github.com/qterminal/qtermwidget"
-EGIT_REPO_URI="https://github.com/qterminal/qtermwidget.git"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS=""
-IUSE="debug python qt4 qt5"
-
-REQUIRED_USE="^^ ( qt4 qt5 )"
-
-DEPEND="
- qt4? (
- dev-qt/qtcore:4
- dev-qt/qtgui:4
- )
- qt5? (
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- cmake-utils_src_prepare
- sed \
- -e 's/int scheme/const QString \&name/' \
- -i pyqt4/qtermwidget.sip || die
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_use qt5)
- $(cmake-utils_use_build qt4 DESIGNER_PLUGIN)
- )
- cmake-utils_src_configure
-
- # cmake-utils.eclass exports BUILD_DIR only after configure phase, so sed it here
- sed \
- -e "/extra_lib_dirs/s@\.\.@${BUILD_DIR}@" \
- -e '/extra_libs/s/qtermwidget/qtermwidget4/' \
- -i pyqt4/config.py || die "sed config.py failed"
-
- if use python; then
- configuration() {
- "${PYTHON}" config.py || die "${PYTHON} config.py failed"
- }
- BUILD_DIR="${S}/pyqt4" python_copy_sources
- BUILD_DIR="${S}/pyqt4" python_parallel_foreach_impl run_in_build_dir configuration
- fi
-}
-
-src_compile() {
- cmake-utils_src_compile
-
- if use python; then
- BUILD_DIR="${S}/pyqt4" python_parallel_foreach_impl run_in_build_dir emake
- fi
-}
-
-src_install() {
- cmake-utils_src_install
-
- if use python; then
- BUILD_DIR="${S}/pyqt4" python_parallel_foreach_impl run_in_build_dir emake DESTDIR="${D}" install
- BUILD_DIR="${S}/pyqt4" python_parallel_foreach_impl python_optimize
- fi
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/qt:master commit in: x11-libs/qtermwidget/
@ 2014-07-31 22:08 Davide Pesavento
0 siblings, 0 replies; 11+ messages in thread
From: Davide Pesavento @ 2014-07-31 22:08 UTC (permalink / raw
To: gentoo-commits
commit: 1fa50e8cee7742c4dd52aaa1b5817929e4fb0e3c
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 31 22:07:50 2014 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu Jul 31 22:07:50 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=1fa50e8c
[x11-libs/qtermwidget] Moved to gx86.
---
x11-libs/qtermwidget/metadata.xml | 10 ----------
x11-libs/qtermwidget/qtermwidget-9999.ebuild | 19 -------------------
2 files changed, 29 deletions(-)
diff --git a/x11-libs/qtermwidget/metadata.xml b/x11-libs/qtermwidget/metadata.xml
deleted file mode 100644
index 3daad8b..0000000
--- a/x11-libs/qtermwidget/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>qt</herd>
- <longdescription lang="en">
- QTermWidget is an opensource project based on KDE4 Konsole application.
- The main goal of this project is to provide unicode-enabled, embeddable
- Qt4 widget for using as a built-in console or terminal emulation widget.
- </longdescription>
-</pkgmetadata>
diff --git a/x11-libs/qtermwidget/qtermwidget-9999.ebuild b/x11-libs/qtermwidget/qtermwidget-9999.ebuild
deleted file mode 100644
index 36642d9..0000000
--- a/x11-libs/qtermwidget/qtermwidget-9999.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-
-inherit cmake-utils git-2
-
-DESCRIPTION="Qt4 terminal emulator widget"
-HOMEPAGE="https://github.com/qterminal/"
-EGIT_REPO_URI="git://github.com/qterminal/qtermwidget.git"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="debug" # todo: python
-
-DEPEND="dev-qt/qtgui:4"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/qt:master commit in: x11-libs/qtermwidget/
@ 2012-03-17 16:22 Michael Palimaka
0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2012-03-17 16:22 UTC (permalink / raw
To: gentoo-commits
commit: b27be229edf1565bd24e5ceebb0c5b292f8b14a7
Author: Michael Palimaka <kensington <AT> astralcloak <DOT> net>
AuthorDate: Sat Mar 17 16:21:44 2012 +0000
Commit: Michael Palimaka <kensington <AT> astralcloak <DOT> net>
CommitDate: Sat Mar 17 16:21:44 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=b27be229
[x11-libs/qtermwidget] Correct whitespace.
(Portage version: 2.1.10.49/git/Linux x86_64, unsigned Manifest commit)
---
x11-libs/qtermwidget/qtermwidget-9999.ebuild | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/x11-libs/qtermwidget/qtermwidget-9999.ebuild b/x11-libs/qtermwidget/qtermwidget-9999.ebuild
index a86fb72..6d9d905 100644
--- a/x11-libs/qtermwidget/qtermwidget-9999.ebuild
+++ b/x11-libs/qtermwidget/qtermwidget-9999.ebuild
@@ -17,4 +17,3 @@ IUSE="debug" # todo: python
DEPEND="x11-libs/qt-gui:4"
RDEPEND="${DEPEND}"
-
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-11-06 13:48 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-11 18:04 [gentoo-commits] proj/qt:master commit in: x11-libs/qtermwidget/ Davide Pesavento
-- strict thread matches above, loose matches on Subject: below --
2024-11-06 13:47 Jimi Huotari
2024-06-14 22:15 Jimi Huotari
2024-05-25 21:57 Jimi Huotari
2024-05-08 17:44 Jimi Huotari
2024-04-21 20:04 Jimi Huotari
2015-02-03 8:47 Ben de Groot
2015-02-03 8:41 Ben de Groot
2014-12-15 21:19 Davide Pesavento
2014-07-31 22:08 Davide Pesavento
2012-03-17 16:22 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox