diff options
author | 2019-03-13 01:01:09 +0200 | |
---|---|---|
committer | 2019-03-13 01:01:09 +0200 | |
commit | 30fb127d9bea92e03789751cdc4a20766cdec5c1 (patch) | |
tree | a406158374f1354ac5b1d66db5d8a53fd9976de5 /dev-util | |
parent | dev-qt/qtmultimedia: fix media-sound/pulseaudio USE dependency (diff) | |
download | qt-30fb127d9bea92e03789751cdc4a20766cdec5c1.tar.gz qt-30fb127d9bea92e03789751cdc4a20766cdec5c1.tar.bz2 qt-30fb127d9bea92e03789751cdc4a20766cdec5c1.zip |
lxqt: remove 0.14.* and related ebuilds
These are available via the official Gentoo repository tree now.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/lxqt-build-tools/Manifest | 1 | ||||
-rw-r--r-- | dev-util/lxqt-build-tools/lxqt-build-tools-0.6.0.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-util/lxqt-build-tools/Manifest b/dev-util/lxqt-build-tools/Manifest deleted file mode 100644 index 61ae07bc..00000000 --- a/dev-util/lxqt-build-tools/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lxqt-build-tools-0.6.0.tar.xz 22520 BLAKE2B 99e8032e111f776708d0a84e65db6534f517e75803d2cf747618889dccc46e9d55caa0ba3c89c88d56143a69ced015df9f1eae68a34c7ea050c6f97aedcf0f33 SHA512 f95c47d40f26defa8bc4e13a0449428945c282cb5e2201610e9529bfd5154a438ee9dcc4f556bd76efe13b97533bbed2f49ab5c100225907781093094a692227 diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-0.6.0.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-0.6.0.ebuild deleted file mode 100644 index b81117b0..00000000 --- a/dev-util/lxqt-build-tools/lxqt-build-tools-0.6.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake-utils - -DESCRIPTION="LXQt Build tools" -HOMEPAGE="https://lxqt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" -else - SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" -fi - -LICENSE="BSD" -SLOT="0" - -RDEPEND=" - >=dev-libs/glib-2.50.0 - dev-qt/qtcore:5 -" -DEPEND="${RDEPEND}" |