x11-misc/pcmanfm-qt: remove version 0.13.0-r1
authorJimi Huotari <chiitoo@gentoo.org>
Fri, 21 Jun 2019 13:26:13 +0000 (16:26 +0300)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 22 Jun 2019 11:43:57 +0000 (13:43 +0200)
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
x11-misc/pcmanfm-qt/Manifest
x11-misc/pcmanfm-qt/pcmanfm-qt-0.13.0-r1.ebuild [deleted file]

index 69c45092bdaacb8cff3a87a018563a1f849fa530..280320d8d6dae5baed7d50f70f86d2a0e4985147 100644 (file)
@@ -1,2 +1 @@
-DIST pcmanfm-qt-0.13.0.tar.xz 104864 BLAKE2B 47e24ccb415bea27db9cb5f0ccd1ce6aebedc2f7140572939e533c3da9aca6aca29227a5be7954944ed82483b4420501adf22152628e3d44a206d4f9d5250412 SHA512 7b0d4ca5274e369e3af3c4b332a95ae78af54142aee39aae36832e85ca27d1f2f7509f00dc29d18a1e5a2558c8a82acd6569d2433acf13b2f95174c47779c089
 DIST pcmanfm-qt-0.14.1.tar.xz 227360 BLAKE2B 2401238ad53838c9f6e45d596c43b09eecf555bfe069a5cef633c0442867f04b636bebf29241cae8b5a1161a9dad5648390badcd6a3d8b756ac6438acac4961f SHA512 f3d170ab8344332f740a3245cc549ea0c3bddc97a45472dcd46208d59413dd42d3571821f309184417a34a627d2cb093fcaa335f782cf6e526eef3fcad212b3e
diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.13.0-r1.ebuild b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.13.0-r1.ebuild
deleted file mode 100644 (file)
index 45339fe..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils eapi7-ver xdg-utils
-
-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
-
-DESCRIPTION="Fast lightweight tabbed filemanager (Qt port)"
-HOMEPAGE="https://lxqt.org/"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0"
-
-RDEPEND="
-       dev-libs/glib:2
-       dev-qt/qtcore:5
-       dev-qt/qtdbus:5
-       dev-qt/qtgui:5
-       dev-qt/qtwidgets:5
-       dev-qt/qtx11extras:5
-       >=x11-libs/libfm-1.2.0:=
-       =x11-libs/libfm-qt-$(ver_cut 1-2)*
-       x11-libs/libxcb:=
-       x11-misc/xdg-utils
-       virtual/eject
-       virtual/freedesktop-icon-theme
-       !lxqt-base/lxqt-common
-"
-DEPEND="${RDEPEND}
-       dev-qt/linguist-tools:5
-       >=dev-util/lxqt-build-tools-0.5.0
-"
-
-src_configure() {
-       local mycmakeargs=(
-               -DPULL_TRANSLATIONS=OFF
-       )
-       cmake-utils_src_configure
-}
-
-pkg_postinst() {
-       xdg_desktop_database_update
-}
-
-pkg_postrm() {
-       xdg_desktop_database_update
-}