2
0
Fork 0

Remove old and unused software.

This commit is contained in:
Rafal Kupiec 2019-09-09 08:57:46 +02:00
父節點 0e0b66d136
當前提交 f2230774f5
簽署人: belliash
GPG 金鑰 ID: 4E829243E0CFE6B4
共有 2 個檔案被更改,包括 0 行新增30 行删除

查看文件

@ -1 +0,0 @@
DIST v3.2.tar.gz 548831 BLAKE2B 81aaca2c6d97bd375900cf173b99b94c8875e6603cee47529aa08cad26bad4b5537b40ad7afadae5d8641706e70f8c0841a586f0014b9047460e0d538c8900ba SHA512 fd4c1c7a7a9d0bfd770a1a1ad253ac8861f1756401acf3c5c2190250ccd5d6be93705b18824cdfd858745251efedb1db6d1ea94c334e273d76a9869c656907ea

查看文件

@ -1,29 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit cmake-utils
DESCRIPTION="Reliable MTP client with minimalistic UI"
HOMEPAGE="https://whoozle.github.io/android-file-transfer-linux/"
SRC_URI="https://github.com/whoozle/${PN}/archive/v${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="fuse +qt5"
REQUIRED_USE="qt5"
RDEPEND="fuse? ( sys-fs/fuse )
qt5? ( dev-qt/qtwidgets:5 )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_configure() {
local mycmakeargs=(
-DBUILD_FUSE=$(usex fuse)
-DBUILD_QT_UI=$(usex qt5)
-DUSB_BACKEND_LIBUSB=OFF
)
cmake-utils_src_configure
}