diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2021-09-25 09:53:28 +0300 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-09-30 19:22:10 +0200 |
commit | eb69aa2b3644aa182e9c818aa4a0809ec901a507 (patch) | |
tree | 054d93570e8cad19b786229ba5eba423776a1899 /dev-util/lxqt-build-tools | |
parent | x11-libs/libfm-qt: remove version 0.16.0 (diff) | |
download | gentoo-eb69aa2b3644aa182e9c818aa4a0809ec901a507.tar.gz gentoo-eb69aa2b3644aa182e9c818aa4a0809ec901a507.tar.bz2 gentoo-eb69aa2b3644aa182e9c818aa4a0809ec901a507.zip |
dev-util/lxqt-build-tools: remove version 0.8.0
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util/lxqt-build-tools')
-rw-r--r-- | dev-util/lxqt-build-tools/Manifest | 1 | ||||
-rw-r--r-- | dev-util/lxqt-build-tools/lxqt-build-tools-0.8.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 index d2baa400ede5..a80be0335bcd 100644 --- a/dev-util/lxqt-build-tools/Manifest +++ b/dev-util/lxqt-build-tools/Manifest @@ -1,2 +1 @@ -DIST lxqt-build-tools-0.8.0.tar.xz 25340 BLAKE2B c83524a5688cf38521406e50ad08e93b20d246c0fe779929905cd5aaff67ece6b7dae483d1d4f21657b913ab2ffc7ec821a3025ac6fe3585028146d1746f7565 SHA512 7c235df623ae8c88fa551f38bf24d0621958ce3586296a798b50bbce87084cb624298f4e5aaaa40d3244afae17b7fa373d2b8b6084377f9d7a355fc4bfcbb531 DIST lxqt-build-tools-0.9.0.tar.xz 25296 BLAKE2B 9686a445c75a700a38150b4493f6c019ba0782e219b3482f67c6a324f35ffe252fddc614daefbd8616ee16ef8bc331c7e4302ddf2df870d1c3696a80cfb585a8 SHA512 9a464393ea6d871c5856ebf5b8fa3d31a89c6419ac084e7146aed675f2b20a139bb3eedde017d6ca03167ee6e30a37a62239ab4e8b76f5b6db244d26ab164892 diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-0.8.0.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-0.8.0.ebuild deleted file mode 100644 index 1c71c8c84462..000000000000 --- a/dev-util/lxqt-build-tools/lxqt-build-tools-0.8.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 x86" -fi - -LICENSE="BSD" -SLOT="0" - -DEPEND=" - >=dev-libs/glib-2.50.0 - dev-qt/qtcore:5 -" -RDEPEND="${DEPEND}" |