diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2024-06-28 23:28:05 +0300 |
---|---|---|
committer | Jimi Huotari <chiitoo@gentoo.org> | 2024-06-28 23:32:53 +0300 |
commit | 9408f888d43090a326f3be253d2a66110371c063 (patch) | |
tree | 78d737a7c6ece2de8dd8f7f1c50fb1eb99d4bb47 /x11-libs | |
parent | x11-terms/qterminal: drop 1.3.0, 2.0.0-r1 (diff) | |
download | gentoo-9408f888d43090a326f3be253d2a66110371c063.tar.gz gentoo-9408f888d43090a326f3be253d2a66110371c063.tar.bz2 gentoo-9408f888d43090a326f3be253d2a66110371c063.zip |
x11-libs/qtermwidget: drop 1.3.0, 2.0.0
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qtermwidget/Manifest | 2 | ||||
-rw-r--r-- | x11-libs/qtermwidget/qtermwidget-1.3.0.ebuild | 31 | ||||
-rw-r--r-- | x11-libs/qtermwidget/qtermwidget-2.0.0.ebuild | 29 |
3 files changed, 0 insertions, 62 deletions
diff --git a/x11-libs/qtermwidget/Manifest b/x11-libs/qtermwidget/Manifest index 6f8d9dd58974..629f6fcb0c1d 100644 --- a/x11-libs/qtermwidget/Manifest +++ b/x11-libs/qtermwidget/Manifest @@ -1,4 +1,2 @@ -DIST qtermwidget-1.3.0.tar.xz 189464 BLAKE2B f6257588d6c8505737affcec56cc2da66121cb1fecaa8a44f4afad528f5bd18cb738cb9b65da7b2c1632093680bec2403439a323cdec5d2845b8799de0e02a50 SHA512 f1731f6915bb9d5ea83a434cab169064fe7ac2fcf60c6b35c696e4d945fe11937dd98311916d6272016b059ed7f3fc66a955b91d0b0e7e6499f69627116608ed DIST qtermwidget-1.4.0.tar.xz 190320 BLAKE2B 993674562bb15e423fc4dbfa1b99a839fe8fea52e4c49f2629858d01d8ac4a50750845b507fafa4b0bdf6337fef77458793d002388986923d8f55b321de3bb9b SHA512 b688290eff52bd77e4a9f342062b52bf7a03a8ba66fc86583875472d0c0b0414d59ea0ad6cde64117cc49061944eacd17950724b23f74bb6ada4995917a094bc -DIST qtermwidget-2.0.0.tar.xz 191532 BLAKE2B 87fc1365332f3adf168690fa028be87a36b538602eb410820f3597d5ca2c85c259b630965f3facb9f8689f6cd2539685e78b7ed2d1faf2b3c073bed0c2ca0607 SHA512 4461737b92a113c3b6a48bc74a1c58296dc52659e8ffec13bf848aea3098c9b05685daea5cd3bf21925ebb28e32524c0accde964451b38c5d0d5b209db046b0b DIST qtermwidget-2.0.1.tar.xz 191548 BLAKE2B ec3155d8a92f606790c635c315df6809483b93d8976b24725288c030889a2010c88a7ac48f0dc8ed3011fbfd75e819dfd6213259c3d893b7bddc4927e14e6dfd SHA512 ba9bc9203428e54137ed1e5865bf9260e1d64bedda8e766a92fe16277179fdc83a95c5b6df42ba3ab82babb00543e50ec48faf26668f7af26716ac98ab6da62e diff --git a/x11-libs/qtermwidget/qtermwidget-1.3.0.ebuild b/x11-libs/qtermwidget/qtermwidget-1.3.0.ebuild deleted file mode 100644 index 67d0e6d192ae..000000000000 --- a/x11-libs/qtermwidget/qtermwidget-1.3.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2023 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 ~arm arm64 ~loong ~ppc64 ~riscv x86" -fi - -LICENSE="BSD GPL-2 LGPL-2+" -SLOT="0/${PV}" - -BDEPEND=" - >=dev-qt/linguist-tools-5.15:5 - >=dev-util/lxqt-build-tools-0.13.0 -" -DEPEND=" - >=dev-qt/qtcore-5.15:5 - >=dev-qt/qtgui-5.15:5 - >=dev-qt/qtwidgets-5.15:5 -" -RDEPEND="${DEPEND}" 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 ba12747178e9..000000000000 --- 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}" |