mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
kde-apps/kget: Drop old
Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
@@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
KDE_HANDBOOK="optional"
|
||||
inherit kde4-base
|
||||
|
||||
DESCRIPTION="Advanced download manager by KDE"
|
||||
HOMEPAGE="https://www.kde.org/applications/internet/kget/"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="debug bittorrent mms sqlite"
|
||||
|
||||
RDEPEND="
|
||||
app-crypt/qca:2[qt4]
|
||||
kde-frameworks/kdelibs:4[plasma(+)]
|
||||
bittorrent? ( >=net-libs/libktorrent-1.0.3:4 )
|
||||
mms? ( media-libs/libmms )
|
||||
sqlite? ( dev-db/sqlite:3 )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-libs/boost
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DWITH_KDE4Workspace=OFF
|
||||
-DWITH_NepomukCore=OFF
|
||||
-DWITH_NepomukWidgets=OFF
|
||||
-DWITH_QGpgme=OFF
|
||||
-DWITH_KTorrent=$(usex bittorrent)
|
||||
-DWITH_LibMms=$(usex mms)
|
||||
-DWITH_Sqlite=$(usex sqlite)
|
||||
)
|
||||
|
||||
kde4-base_src_configure
|
||||
}
|
||||
@@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
KDE_HANDBOOK="optional"
|
||||
inherit kde4-base
|
||||
|
||||
DESCRIPTION="Advanced download manager by KDE"
|
||||
HOMEPAGE="https://www.kde.org/applications/internet/kget/"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="debug bittorrent mms sqlite"
|
||||
|
||||
RDEPEND="
|
||||
app-crypt/qca:2[qt4]
|
||||
kde-frameworks/kdelibs:4[plasma(+)]
|
||||
bittorrent? ( >=net-libs/libktorrent-1.0.3:4 )
|
||||
mms? ( media-libs/libmms )
|
||||
sqlite? ( dev-db/sqlite:3 )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-libs/boost
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DWITH_KDE4Workspace=OFF
|
||||
-DWITH_NepomukCore=OFF
|
||||
-DWITH_NepomukWidgets=OFF
|
||||
-DWITH_QGpgme=OFF
|
||||
-DWITH_KTorrent=$(usex bittorrent)
|
||||
-DWITH_LibMms=$(usex mms)
|
||||
-DWITH_Sqlite=$(usex sqlite)
|
||||
)
|
||||
|
||||
kde4-base_src_configure
|
||||
}
|
||||
@@ -6,7 +6,6 @@
|
||||
<name>Gentoo KDE Project</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="bittorrent">Enable bittorrent transfer plugin through <pkg>net-libs/libktorrent</pkg></flag>
|
||||
<flag name="mms">Enable MMS (Microsoft Media Server) plugin through <pkg>media-libs/libmms</pkg></flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user