commit:     b18b58901419a2feb1877e42c0406cb76fee7895
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 25 06:52:08 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 30 17:22:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b18b5890

x11-libs/libfm-qt: remove version 0.16.0

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-libs/libfm-qt/Manifest               |  1 -
 x11-libs/libfm-qt/libfm-qt-0.16.0.ebuild | 47 --------------------------------
 2 files changed, 48 deletions(-)

diff --git a/x11-libs/libfm-qt/Manifest b/x11-libs/libfm-qt/Manifest
index 0b38a25215e..7e332010540 100644
--- a/x11-libs/libfm-qt/Manifest
+++ b/x11-libs/libfm-qt/Manifest
@@ -1,2 +1 @@
-DIST libfm-qt-0.16.0.tar.xz 348548 BLAKE2B 
41c52efc5b71d924c06d55a5b94e7f9a1c4feda0a664d83b0de906479bdb644260a68136720baeb1958a48b08019b72de34b6066f51c19e5c5fb65afcd9e903c
 SHA512 
5de63408a641b0e77cb319952e428aee9cd35db9ec3e6726a8327ebc53f5641cf66b28dbabd96797c64a253b1e41421dbe05dcb9f4bc7941bd92676bbfa9cc84
 DIST libfm-qt-0.17.1.tar.xz 363052 BLAKE2B 
5931a5f06f0d085aedf0b178efe4f47ccc90d6e99dfa88955d692736d0dbc4fb8ebc9c5b834547b473b84ce815bb7e1e2e991fee38f390e7ff85c8a3effe8f26
 SHA512 
1e1781a01446f381625361a50f77422827e7ac5ab6039b4246369e2281edf78d3ccba866fa472667bcbb6737c44ebc350cb30a0055fc84d1f5d7e1c83e1241c1

diff --git a/x11-libs/libfm-qt/libfm-qt-0.16.0.ebuild 
b/x11-libs/libfm-qt/libfm-qt-0.16.0.ebuild
deleted file mode 100644
index 7b04c4a72eb..00000000000
--- a/x11-libs/libfm-qt/libfm-qt-0.16.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Qt Library for Building File Managers"
-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 ~ppc64 x86"
-fi
-
-LICENSE="BSD GPL-2+ LGPL-2.1+"
-SLOT="0/7"
-
-BDEPEND="
-       dev-qt/linguist-tools:5
-       >=dev-util/lxqt-build-tools-0.8.0
-       virtual/pkgconfig
-"
-DEPEND="
-       dev-libs/glib:2
-       dev-qt/qtcore:5
-       dev-qt/qtgui:5=
-       dev-qt/qtwidgets:5
-       dev-qt/qtx11extras:5
-       >=lxde-base/menu-cache-1.1.0:=
-       media-libs/libexif
-       x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-       !lxqt-base/lxqt-l10n
-"
-
-pkg_postinst() {
-       xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-       xdg_mimeinfo_database_update
-}

Reply via email to