From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kget/
Date: Sun, 20 Aug 2017 09:25:22 +0000 (UTC) [thread overview]
Message-ID: <1503220979.9c3f31ef5a57b6fe3cbfc2b2fa41d830ddd9617d.asturm@gentoo> (raw)
commit: 9c3f31ef5a57b6fe3cbfc2b2fa41d830ddd9617d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 09:18:29 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 09:22:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c3f31ef
kde-apps/kget: Drop old
Package-Manager: Portage-2.3.8, Repoman-2.3.3
kde-apps/kget/kget-17.04.3.ebuild | 37 -------------------------------------
kde-apps/kget/kget-17.08.0.ebuild | 37 -------------------------------------
kde-apps/kget/metadata.xml | 1 -
3 files changed, 75 deletions(-)
diff --git a/kde-apps/kget/kget-17.04.3.ebuild b/kde-apps/kget/kget-17.04.3.ebuild
deleted file mode 100644
index c24e55aade9..00000000000
--- a/kde-apps/kget/kget-17.04.3.ebuild
+++ /dev/null
@@ -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
-}
diff --git a/kde-apps/kget/kget-17.08.0.ebuild b/kde-apps/kget/kget-17.08.0.ebuild
deleted file mode 100644
index 280fef22699..00000000000
--- a/kde-apps/kget/kget-17.08.0.ebuild
+++ /dev/null
@@ -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
-}
diff --git a/kde-apps/kget/metadata.xml b/kde-apps/kget/metadata.xml
index f8ce0b82a14..f4f3166cca2 100644
--- a/kde-apps/kget/metadata.xml
+++ b/kde-apps/kget/metadata.xml
@@ -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>
next reply other threads:[~2017-08-20 9:25 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-20 9:25 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-02 14:50 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kget/ Andreas Sturmlechner
2022-02-17 18:43 Sam James
2020-11-27 8:51 Andreas Sturmlechner
2020-11-25 13:17 Andreas Sturmlechner
2020-10-16 17:46 Georgy Yakovlev
2020-08-30 18:53 Andreas Sturmlechner
2017-08-20 9:25 Andreas Sturmlechner
2016-03-05 10:49 Mikle Kolyada
2015-08-26 21:30 Johannes Huber
2015-08-12 21:01 Johannes Huber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1503220979.9c3f31ef5a57b6fe3cbfc2b2fa41d830ddd9617d.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox