From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/kaffeine/
Date: Wed, 8 Jun 2016 11:11:17 +0000 (UTC) [thread overview]
Message-ID: <1465384270.bceb2d17fd61ed49204be5653a87bb052e3396d0.johu@gentoo> (raw)
commit: bceb2d17fd61ed49204be5653a87bb052e3396d0
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 8 11:11:02 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jun 8 11:11:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bceb2d17
media-video/kaffeine: Remove 2.0.1
Package-Manager: portage-2.3.0_rc1
media-video/kaffeine/Manifest | 1 -
media-video/kaffeine/kaffeine-2.0.1.ebuild | 62 ------------------------------
2 files changed, 63 deletions(-)
diff --git a/media-video/kaffeine/Manifest b/media-video/kaffeine/Manifest
index 849eee2..5265e5a 100644
--- a/media-video/kaffeine/Manifest
+++ b/media-video/kaffeine/Manifest
@@ -1,4 +1,3 @@
DIST kaffeine-1.2.2.tar.gz 489727 SHA256 b6476a93ddbf84142d4fe29f0757de871e11ce6ca32590affe863a75a231c8cb SHA512 31db518943c223e635822369548949a0c2162cdbbe59edbadb77f4820acf697293d67681553d5552b9435471240fee551786c8c652f1ae5ab9cfe9b8a9cf4459 WHIRLPOOL 232f4875398c4ce889cbf1f3d0aeadefce09d5c6ed64aaf82df9fb57472b7fc814f20fb0fec54db715b45965ff79ae2ae064bb008c4c5fcf96d5b4dd3c860157
DIST kaffeine-1.3.1.tar.gz 1011607 SHA256 af3abe58e038478a0e50449d414c4885ff3e7a898724cf4216054a0360838aa6 SHA512 c0674153147dea231f8b1cd1d6de245d4af13893904937856371d9e1f2bd1b8df4d4389b324a02b34630cebb134ae47e9c405bcfa909b7fa680e2ff034db4471 WHIRLPOOL 49e5f528223b651e9f46fc44f0a94f69d15e743af31e53192473b95bb338b03bfcc93861343496ca29a55d8356ddf58789c75ed493beee42b22b47a69c083fea
-DIST kaffeine-2.0.1.tar.bz2 278474 SHA256 0400aa7e5acb3b19694e4568e77a7e267c2110b24d3855152263604e91324ba7 SHA512 9c7c8d7879cb071d3d3291f218faa662183783717398818e48143718a219c6139423e5347a33a4d0e8ffe854754f58afea005a1b771c55ba29c6df00e44492d5 WHIRLPOOL b51b476c1df97970446ddb41599b2e0447a67ac6a6661bc114513ac6480411688ef332e5e7147eed8b86d798e764a84d26bd65e5bd12f50fe01ec8f03d965403
DIST kaffeine-2.0.2.tar.xz 1766100 SHA256 47e1ea39e5ee8bee0d8af2f7ef15ef7a6c6edffc55e4881bc74b06f38448ed2c SHA512 98cd33db8f00a284fa7ac4484e0f10d133c8d9eeee6c477459e76c2bcc78713aa10f3a0afdc81a1518a16059f1debc5e6063c1212dba0687d8002db24616c3b7 WHIRLPOOL 186c3714250d60a1657e37e5b84329adca6d7e44506a81b1400d8280fc5cde5ee2d8c35c96c2f659e4193d13b6cbe9cc2773ff4dc0cb80487528e139b17c2b9f
diff --git a/media-video/kaffeine/kaffeine-2.0.1.ebuild b/media-video/kaffeine/kaffeine-2.0.1.ebuild
deleted file mode 100644
index ede4e31..0000000
--- a/media-video/kaffeine/kaffeine-2.0.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-# Qt 5.5 compat fixed in master
-QT_MINIMAL="5.6"
-inherit kde5
-
-DESCRIPTION="Media player with digital TV support by KDE"
-HOMEPAGE="https://kaffeine.kde.org/"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
-
-LICENSE="GPL-2 FDL-1.2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-CDEPEND="
- $(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 knotifications)
- $(add_frameworks_dep kwidgetsaddons)
- $(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-libs/libv4l
- media-video/vlc[X]
- x11-libs/libXScrnSaver
-"
-DEPEND="${CDEPEND}
- sys-devel/gettext
- virtual/pkgconfig
-"
-RDEPEND="${CDEPEND}
- !media-video/kaffeine:4
-"
-
-DOCS=( Changelog NOTES README )
-
-if [[ ${KDE_BUILD_TYPE} != live ]] ; then
- S="${WORKDIR}"
-fi
-
-src_configure() {
- # tools working on $HOME directory for a local git checkout
- local mycmakeargs=(
- -DBUILD_TOOLS=OFF
- )
-
- kde5_src_configure
-}
next reply other threads:[~2016-06-08 11:11 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-08 11:11 Johannes Huber [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 10:37 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-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=1465384270.bceb2d17fd61ed49204be5653a87bb052e3396d0.johu@gentoo \
--to=johu@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