From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/kaffeine/
Date: Thu, 20 Jun 2019 10:37:37 +0000 (UTC) [thread overview]
Message-ID: <1561023828.f895a98a003fccafbae3c5e25cffd6ff0e2a3a1a.asturm@gentoo> (raw)
commit: f895a98a003fccafbae3c5e25cffd6ff0e2a3a1a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 20 09:43:48 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 20 09:43:48 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f895a98a
media-video/kaffeine: Drop 2.0.16.2 and 2.0.17
Package-Manager: Portage-2.3.67, Repoman-2.3.15
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-video/kaffeine/Manifest | 2 -
media-video/kaffeine/kaffeine-2.0.16.2.ebuild | 59 ---------------------------
media-video/kaffeine/kaffeine-2.0.17.ebuild | 57 --------------------------
3 files changed, 118 deletions(-)
diff --git a/media-video/kaffeine/Manifest b/media-video/kaffeine/Manifest
index 665dd428d2e..730b942b88a 100644
--- a/media-video/kaffeine/Manifest
+++ b/media-video/kaffeine/Manifest
@@ -1,3 +1 @@
-DIST kaffeine-2.0.16-2.tar.xz 5995824 BLAKE2B a472be60d10be077fd7ab3828e6958b0c3a2a8fef66318d33c0972e08cf3f5f19ce9d99cf42c21fed0aba67e296b639624e78d0e5567a9dc291a342c0ccf9249 SHA512 1b39bf59127c777b34f3076a237c53973af827191d2a279d40e7f14891dcd3d7bba1444b0b456d0e614807bf6bff494568aed958632dfba54515de8de5b06f21
-DIST kaffeine-2.0.17.tar.xz 6029896 BLAKE2B 044a801539fcde5eaa263fd6c68837fd070d588c09f30b46f9791c06e2b5c26c1d85d15590d3540848eff9b41a2d757494fc55ed1f7d1cd6453a8bfa9381e9f0 SHA512 96b4f676452102802f0226037a21572f851b2ebe2338f758d4d14f15af63adc93fc1ff15d78753284793ca01ebe9fa5f7b367545cfa491e08f563c19d63130dc
DIST kaffeine-2.0.18.tar.xz 6033112 BLAKE2B c9a0fbd58f7ee4ed8ad44cbed59d95cde7df8ba9c2f5f341df74e6a771293756434e38adb7706baf224a684b56453601099fcac9bf27fd7ec935073a0c30ec19 SHA512 60854251f25e7de94928686f647e6e0f07ca40188e8dfd8140985f1dfbb53bb4d92ff42c29e216431500839d7eb83b81f386bac3a8a86dd8c986a611ec0db3a4
diff --git a/media-video/kaffeine/kaffeine-2.0.16.2.ebuild b/media-video/kaffeine/kaffeine-2.0.16.2.ebuild
deleted file mode 100644
index 7bd747eeec5..00000000000
--- a/media-video/kaffeine/kaffeine-2.0.16.2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_HANDBOOK="optional"
-inherit kde5
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- KEYWORDS="amd64 x86"
- SRC_URI="mirror://kde/stable/${PN}/${PN}-$(ver_rs 3 -).tar.xz"
-fi
-
-DESCRIPTION="Media player with digital TV support by KDE"
-HOMEPAGE="https://userbase.kde.org/Kaffeine"
-LICENSE="GPL-2+ handbook? ( FDL-1.3 )"
-IUSE="dvb"
-
-RDEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep solid)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtsql 'sqlite')
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtx11extras)
- $(add_qt_dep qtxml)
- media-video/vlc[X]
- x11-libs/libXScrnSaver
- dvb? ( media-libs/libv4l )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-DOCS=( Changelog NOTES README.md )
-
-S="${WORKDIR}/${PN}-$(ver_rs 3 -)"
-
-src_configure() {
- # tools working on $HOME directory for a local git checkout
- local mycmakeargs=(
- -DBUILD_TOOLS=OFF
- $(cmake-utils_use_find_package dvb Libdvbv5)
- )
-
- kde5_src_configure
-}
diff --git a/media-video/kaffeine/kaffeine-2.0.17.ebuild b/media-video/kaffeine/kaffeine-2.0.17.ebuild
deleted file mode 100644
index b6bb14b5b45..00000000000
--- a/media-video/kaffeine/kaffeine-2.0.17.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_HANDBOOK="optional"
-inherit kde5
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- KEYWORDS="~amd64 ~x86"
- SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-fi
-
-DESCRIPTION="Media player with digital TV support by KDE"
-HOMEPAGE="https://userbase.kde.org/Kaffeine"
-LICENSE="GPL-2+ handbook? ( FDL-1.3 )"
-IUSE="dvb"
-
-BDEPEND="
- sys-devel/gettext
- virtual/pkgconfig
-"
-DEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep solid)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtsql 'sqlite')
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtx11extras)
- $(add_qt_dep qtxml)
- media-video/vlc[X]
- x11-libs/libXScrnSaver
- dvb? ( media-libs/libv4l )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( Changelog NOTES README.md )
-
-src_configure() {
- # tools working on $HOME directory for a local git checkout
- local mycmakeargs=(
- -DBUILD_TOOLS=OFF
- $(cmake-utils_use_find_package dvb Libdvbv5)
- )
-
- kde5_src_configure
-}
next reply other threads:[~2019-06-20 10:37 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-20 10:37 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-06 21:30 [gentoo-commits] repo/gentoo:master commit in: media-video/kaffeine/ Andreas Sturmlechner
2025-04-01 21:21 Andreas Sturmlechner
2025-01-24 7:06 Arthur Zamarin
2024-11-27 17:39 Andreas Sturmlechner
2024-11-27 17:39 Andreas Sturmlechner
2024-11-22 23:14 Andreas Sturmlechner
2024-11-22 23:14 Andreas Sturmlechner
2024-09-17 16:00 Sam James
2024-09-07 14:27 Sam James
2022-10-04 7:31 Agostino Sarubbo
2022-09-30 20:39 Sam James
2021-06-05 10:55 Mikle Kolyada
2021-06-05 10:53 Mikle Kolyada
2019-12-25 16:02 Andreas Sturmlechner
2019-06-20 9:24 Mikle Kolyada
2019-06-18 18:24 Thomas Deutschmann
2019-05-15 10:38 Andreas Sturmlechner
2019-02-22 11:25 Mikle Kolyada
2019-02-15 18:29 Thomas Deutschmann
2019-02-07 15:15 Andreas Sturmlechner
2019-01-16 8:17 Andreas Sturmlechner
2018-07-09 16:23 Johannes Huber
2018-07-09 14:53 Mikle Kolyada
2018-07-04 3:17 Thomas Deutschmann
2018-05-05 14:43 Johannes Huber
2018-01-25 14:41 Michael Palimaka
2018-01-25 14:41 Michael Palimaka
2018-01-25 14:41 Michael Palimaka
2017-12-05 23:35 Andreas Sturmlechner
2017-12-02 18:33 Andreas Sturmlechner
2017-11-07 17:57 Thomas Deutschmann
2017-11-06 18:19 Andreas Sturmlechner
2017-11-06 18:19 Andreas Sturmlechner
2017-11-06 11:41 Manuel Rüger
2017-09-15 18:14 Johannes Huber
2017-09-15 11:55 Michael Palimaka
2017-08-20 2:25 Michael Palimaka
2017-07-19 16:33 Andreas Sturmlechner
2017-04-27 12:17 Michael Palimaka
2017-03-11 19:40 Johannes Huber
2017-03-10 22:58 Michael Palimaka
2017-02-22 20:46 Johannes Huber
2016-11-19 18:54 Johannes Huber
2016-11-19 18:44 Michael Palimaka
2016-10-09 16:17 Michael Palimaka
2016-08-05 16:59 Michael Palimaka
2016-08-05 16:59 Michael Palimaka
2016-07-07 17:52 Michael Palimaka
2016-07-01 16:36 Johannes Huber
2016-06-23 16:03 Michael Palimaka
2016-06-23 16:03 Michael Palimaka
2016-06-12 7:52 Johannes Huber
2016-06-08 11:11 Johannes Huber
2016-06-03 14:42 Johannes Huber
2016-06-03 14:37 Johannes Huber
2016-04-11 18:14 Johannes Huber
2015-09-07 9:11 Lars Wendler
2015-09-07 8:56 Lars Wendler
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=1561023828.f895a98a003fccafbae3c5e25cffd6ff0e2a3a1a.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