public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/lxqt-build-tools/files/, dev-util/lxqt-build-tools/
@ 2022-12-21  8:28 Andreas Sturmlechner
  0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2022-12-21  8:28 UTC (permalink / raw
  To: gentoo-commits

commit:     12a31910296cea51a02e360718a0ce4382545b98
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 19:44:28 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 08:28:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a31910

dev-util/lxqt-build-tools: drop 0.9.0, 0.10.0, 0.10.0-r1, 0.11.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-util/lxqt-build-tools/Manifest                 |  3 ---
 .../files/lxqt-build-tools-0.10.0-glib-2.72.patch  | 25 -------------------
 .../lxqt-build-tools-0.10.0-r1.ebuild              | 28 ----------------------
 .../lxqt-build-tools-0.10.0.ebuild                 | 26 --------------------
 .../lxqt-build-tools-0.11.0.ebuild                 | 26 --------------------
 .../lxqt-build-tools/lxqt-build-tools-0.9.0.ebuild | 26 --------------------
 6 files changed, 134 deletions(-)

diff --git a/dev-util/lxqt-build-tools/Manifest b/dev-util/lxqt-build-tools/Manifest
index 21be8a785b3a..0e8d7a36b614 100644
--- a/dev-util/lxqt-build-tools/Manifest
+++ b/dev-util/lxqt-build-tools/Manifest
@@ -1,4 +1 @@
-DIST lxqt-build-tools-0.10.0.tar.xz 25312 BLAKE2B 7ba08ee181353454264685f6ec7407cd4858acd55674213a5f2bab123b400e6caae0eb5e803ca4d0dc30b19ca069c0659c4531ac64ee017fcd619560e09195fd SHA512 ee7282344c6fbf09d85f845c60075b6c343ce6b6f8c233c7d664faff3b570e2836192aa2233b951242b66d86254971011d4d0bc225811344829fdc5bc83b0e5f
-DIST lxqt-build-tools-0.11.0.tar.xz 25348 BLAKE2B cf342baf8454ea91dfd7a5206b9c1d02737fa5434e8dfdc681218bcc22bd8d7a47fc85acd3d0f54fd75113a32e4440af23f8536e3a87e0051daccfc026e9eef5 SHA512 d421aaf74b13efa3b603b5c8a998bfd6091f5d3c45e0201d64e0c1f12d93c45fdc12d9232b0ac1c98ccf47007560c5814612162d1ac879bb3173bad57164408d
 DIST lxqt-build-tools-0.12.0.tar.xz 25444 BLAKE2B a3e2d942467d1c2affb957052731f4e4edfa03ed7d84e4ff354b4d501a7f79999ff678538f1c90cff55b6f2f80c172820ed93f036f05cd80c6f982c4bf8bbe54 SHA512 6c8f0d8f04a2ba06c1cff935580a88312f18f87b5da99e53f46c053b842f179bf474b3637ddcb0e9a0007f1d03b9e7cfd92a6552e53082ce34348fcfb6436add
-DIST lxqt-build-tools-0.9.0.tar.xz 25296 BLAKE2B 9686a445c75a700a38150b4493f6c019ba0782e219b3482f67c6a324f35ffe252fddc614daefbd8616ee16ef8bc331c7e4302ddf2df870d1c3696a80cfb585a8 SHA512 9a464393ea6d871c5856ebf5b8fa3d31a89c6419ac084e7146aed675f2b20a139bb3eedde017d6ca03167ee6e30a37a62239ab4e8b76f5b6db244d26ab164892

diff --git a/dev-util/lxqt-build-tools/files/lxqt-build-tools-0.10.0-glib-2.72.patch b/dev-util/lxqt-build-tools/files/lxqt-build-tools-0.10.0-glib-2.72.patch
deleted file mode 100644
index 359a4a966f40..000000000000
--- a/dev-util/lxqt-build-tools/files/lxqt-build-tools-0.10.0-glib-2.72.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 62b77bb807aa2ac2c1df8eec372df771da8d2203 Mon Sep 17 00:00:00 2001
-From: Dmitry Shachnev <mitya57@users.noreply.github.com>
-Date: Tue, 29 Mar 2022 00:29:49 +0300
-Subject: [PATCH] Replace gunixconnection.h file in gio-unix include dir check
- (#74)
-
-That file was moved from gio-unix to gio in GLib 2.71.1:
-https://gitlab.gnome.org/GNOME/glib/-/commit/83d45c4f35dc87ba
----
- cmake/find-modules/FindGLIB.cmake | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/cmake/find-modules/FindGLIB.cmake b/cmake/find-modules/FindGLIB.cmake
-index 0564b8d..bb2336a 100644
---- a/cmake/find-modules/FindGLIB.cmake
-+++ b/cmake/find-modules/FindGLIB.cmake
-@@ -101,7 +101,7 @@ foreach (_component ${GLIB_FIND_COMPONENTS})
-     elseif (${_component} STREQUAL "gio-unix")
-         pkg_check_modules(GIO_UNIX gio-unix-2.0)
-         find_path(GLIB_GIO_UNIX_INCLUDE_DIR
--                  NAMES gio/gunixconnection.h
-+                  NAMES gio/gunixfdlist.h
-                   HINTS ${GIO_UNIX_INCLUDEDIR}
-                   PATH_SUFFIXES gio-unix-2.0)
- 

diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-0.10.0-r1.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-0.10.0-r1.ebuild
deleted file mode 100644
index 6a403e061ffd..000000000000
--- a/dev-util/lxqt-build-tools/lxqt-build-tools-0.10.0-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt Build Tools"
-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 ~hppa ~ppc64 ~riscv x86"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-DEPEND="
-	>=dev-libs/glib-2.50.0
-	>=dev-qt/qtcore-5.15:5
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-0.10.0-glib-2.72.patch" ) # https://bugs.gentoo.org/835648

diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-0.10.0.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-0.10.0.ebuild
deleted file mode 100644
index 34f93a95b5e3..000000000000
--- a/dev-util/lxqt-build-tools/lxqt-build-tools-0.10.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt Build Tools"
-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 ~hppa ~ppc64 ~riscv x86"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-DEPEND="
-	>=dev-libs/glib-2.50.0
-	>=dev-qt/qtcore-5.15:5
-"
-RDEPEND="${DEPEND}"

diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-0.11.0.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-0.11.0.ebuild
deleted file mode 100644
index e038fb966a72..000000000000
--- a/dev-util/lxqt-build-tools/lxqt-build-tools-0.11.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt Build Tools"
-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 ~hppa ~loong ~ppc64 ~riscv x86"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-DEPEND="
-	>=dev-libs/glib-2.50.0
-	>=dev-qt/qtcore-5.15:5
-"
-RDEPEND="${DEPEND}"

diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-0.9.0.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-0.9.0.ebuild
deleted file mode 100644
index cd71c9761ad3..000000000000
--- a/dev-util/lxqt-build-tools/lxqt-build-tools-0.9.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="LXQt Build Tools"
-HOMEPAGE="https://lxqt.github.io/"
-
-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 ~hppa ~ppc64 ~riscv x86"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-DEPEND="
-	>=dev-libs/glib-2.50.0
-	dev-qt/qtcore:5
-"
-RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-21  8:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-21  8:28 [gentoo-commits] repo/gentoo:master commit in: dev-util/lxqt-build-tools/files/, dev-util/lxqt-build-tools/ Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox