public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/cantata/
Date: Tue, 17 May 2016 13:29:19 +0000 (UTC)	[thread overview]
Message-ID: <1463491736.beb01c50a352b56bfa0f9af5dc475e19919b1a6e.johu@gentoo> (raw)

commit:     beb01c50a352b56bfa0f9af5dc475e19919b1a6e
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 13:28:10 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue May 17 13:28:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beb01c50

media-sound/cantata: Remove 1.5.1

Package-Manager: portage-2.3.0_rc1

 media-sound/cantata/Manifest             |   1 -
 media-sound/cantata/cantata-1.5.1.ebuild | 121 -------------------------------
 media-sound/cantata/metadata.xml         |   3 -
 3 files changed, 125 deletions(-)

diff --git a/media-sound/cantata/Manifest b/media-sound/cantata/Manifest
index b30446d..1f13682 100644
--- a/media-sound/cantata/Manifest
+++ b/media-sound/cantata/Manifest
@@ -1,2 +1 @@
-DIST cantata-1.5.1.tar.bz2 1986772 SHA256 57173bdd0033a2c0c2829a6e05f7579b0f13ae7794d843167c013e1c971dfe78 SHA512 bd41bbe3a9c2fa6a4e653deb62a82b928febe3876a6023d4c9bff4fb71133aca5a8e34ae77b440d10ae42c0d024ebd1c460b367a75cefa29858275d707cf4e38 WHIRLPOOL 55054c1e8d95f1dc9322b7224dfa04fd8e8430b89c5a21883fdecf0829eca60720186e6b549d80216c4035429208e2191d2e5ae31608ede3a6afc8e5046e173f
 DIST cantata-2.0.0.tar.bz2 2147821 SHA256 6817611652e3e37a221e7b68fb41223b421ccc09688bfd718b1f5a2e34e81fa8 SHA512 53cb56411bc6c79692e97d39d8d8cbf5cbbe683fe0c32a8f1222e477deba0ff0e71f5daf0a49cc9c72cefb113278692193964a99ad008a6f9fc0f59304482ed0 WHIRLPOOL bffdc313a97e979f28be4ec28c2a06bf0406e6f23ccf7be2403d9167638d806f5f3e1d5f2e1ca1b376285b6d1586b955be5ba60dd546299d8ef5309ef0878c92

diff --git a/media-sound/cantata/cantata-1.5.1.ebuild b/media-sound/cantata/cantata-1.5.1.ebuild
deleted file mode 100644
index a116dd7..0000000
--- a/media-sound/cantata/cantata-1.5.1.ebuild
+++ /dev/null
@@ -1,121 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_REQUIRED="optional"
-PLOCALES="cs de en_GB es hu ko pl ru zh_CN"
-inherit kde4-base l10n
-
-DESCRIPTION="Featureful and configurable Qt client for the music player daemon (MPD)"
-HOMEPAGE="https://github.com/cdrummond/cantata"
-SRC_URI="https://drive.google.com/uc?export=download&id=0Bzghs6gQWi60UktwaTRMTjRIUW8 -> ${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="cddb cdda dynamic http-server kde lame mtp musicbrainz online-services qt5 replaygain streams taglib udisks"
-REQUIRED_USE="
-	cddb? ( cdda taglib )
-	cdda? ( udisks || ( cddb musicbrainz )  )
-	lame? ( cdda taglib )
-	mtp? ( taglib udisks )
-	musicbrainz? ( cdda taglib )
-	online-services? ( taglib )
-	qt5? ( !kde )
-	replaygain? ( taglib )
-"
-
-RDEPEND="
-	sys-libs/zlib
-	x11-libs/libX11
-	kde-frameworks/oxygen-icons
-	cdda? ( media-sound/cdparanoia )
-	cddb? ( media-libs/libcddb )
-	kde? ( $(add_kdeapps_dep kwalletd) )
-	lame? ( media-sound/lame )
-	mtp? ( media-libs/libmtp )
-	musicbrainz? ( media-libs/musicbrainz:5 )
-	qt5? (
-		dev-qt/qtconcurrent:5
-		dev-qt/qtcore:5
-		dev-qt/qtdbus:5
-		dev-qt/qtgui:5
-		dev-qt/qtnetwork:5
-		dev-qt/qtsvg:5
-		dev-qt/qtwidgets:5
-		dev-qt/qtxml:5
-	)
-	!qt5? (
-		dev-libs/qjson
-		dev-qt/qtcore:4
-		dev-qt/qtdbus:4
-		dev-qt/qtgui:4
-		dev-qt/qtsvg:4
-	)
-	replaygain? (
-		media-sound/mpg123
-		virtual/ffmpeg
-	)
-	taglib? (
-		media-libs/taglib[asf,mp4]
-		media-libs/taglib-extras
-		!kde? ( udisks? ( sys-fs/udisks:2 ) )
-	)
-"
-DEPEND="${RDEPEND}
-	sys-devel/gettext
-	qt5? ( dev-qt/linguist-tools:5 )
-"
-RDEPEND="${RDEPEND}
-	dynamic? (
-		dev-lang/perl[ithreads]
-		dev-perl/URI
-	)
-"
-
-# cantata has no tests
-RESTRICT="test"
-
-src_prepare() {
-	kde4-base_src_prepare
-
-	rm -rf 3rdparty/qtsingleapplication/ || die
-	# qjson ebuild does not support Qt5 yet
-	use qt5 || { rm -rf 3rdparty/qjson/ || die ;}
-	use kde && { rm -rf 3rdparty/solid-lite/ || die ;}
-
-	l10n_find_plocales_changes 'po' '' '.po'
-}
-
-src_configure() {
-	local langs="$(l10n_get_locales)"
-
-	local mycmakeargs=(
-		-DCANTATA_TRANSLATIONS="${langs// /;}"
-		$(cmake-utils_use_enable cdda CDPARANOIA)
-		$(cmake-utils_use_enable cddb)
-		$(cmake-utils_use_enable dynamic)
-		$(cmake-utils_use_enable http-server HTTP_SERVER)
-		$(cmake-utils_use_enable kde)
-		$(cmake-utils_use_enable kde kwallet)
-		$(cmake-utils_use_enable lame)
-		$(cmake-utils_use_enable mtp)
-		$(cmake-utils_use_enable musicbrainz)
-		$(cmake-utils_use_enable online-services ONLINE_SERVICES)
-		$(cmake-utils_use_enable streams)
-		$(cmake-utils_use_enable qt5)
-		$(cmake-utils_use_enable replaygain FFMPEG)
-		$(cmake-utils_use_enable replaygain MPG123)
-		$(cmake-utils_use_enable taglib)
-		$(cmake-utils_use_enable taglib TAGLIB_EXTRAS)
-		$(cmake-utils_use_enable udisks DEVICES_SUPPORT)
-		-DENABLE_HTTP_STREAM_PLAYBACK=OFF
-		-DENABLE_REMOTE_DEVICES=OFF
-		-DENABLE_UDISKS2=ON
-		-DUSE_SYSTEM_MENU_ICON=OFF
-	)
-
-	kde4-base_src_configure
-}

diff --git a/media-sound/cantata/metadata.xml b/media-sound/cantata/metadata.xml
index 8ad584f..9943c92 100644
--- a/media-sound/cantata/metadata.xml
+++ b/media-sound/cantata/metadata.xml
@@ -6,11 +6,8 @@
 		<name>Gentoo KDE Project</name>
 	</maintainer>
 	<use>
-		<flag name="dynamic">Enable support for dynamic playlists</flag>
 		<flag name="http-server">Enable internal HTTP server to play non-MPD files</flag>
-		<flag name="online-services">Enable support for online services (Jamendo, Magnatune, SoundCloud, and Podcasts)</flag>
 		<flag name="replaygain">Enable ReplayGain support, for relative volume adjustments</flag>
-		<flag name="streams">Enable support for streams tab (to save favourite streams, and search for others)</flag>
 	</use>
 	<upstream>
 		<remote-id type="github">cdrummond/cantata</remote-id>


             reply	other threads:[~2016-05-17 13:29 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-17 13:29 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-07  7:57 [gentoo-commits] repo/gentoo:master commit in: media-sound/cantata/ Andreas K. Hüttel
2023-11-26 23:29 Andreas Sturmlechner
2022-10-10  8:39 Andreas Sturmlechner
2022-07-17  7:22 Andreas Sturmlechner
2022-05-09  7:33 Jakov Smolić
2022-05-09  7:33 Jakov Smolić
2022-03-16 16:40 Andreas Sturmlechner
2020-11-02 14:14 Andreas Sturmlechner
2020-11-02 12:48 Sam James
2020-10-18 18:06 Thomas Deutschmann
2020-09-20 22:03 Andreas Sturmlechner
2020-04-26 12:26 David Seifert
2020-03-21 17:45 Andreas Sturmlechner
2020-02-24 22:14 Andreas Sturmlechner
2019-07-15 20:52 Andreas Sturmlechner
2019-02-20 13:23 Mikle Kolyada
2019-02-17 16:19 Andreas Sturmlechner
2019-02-14 18:37 Andreas Sturmlechner
2019-01-06 20:53 Andreas Sturmlechner
2018-11-29 20:19 Andreas Sturmlechner
2018-10-05 20:59 Andreas Sturmlechner
2018-10-05  4:10 Thomas Deutschmann
2018-09-30 22:01 Andreas Sturmlechner
2018-06-23 19:56 Andreas Sturmlechner
2018-04-25 16:34 Andreas Sturmlechner
2018-04-25 16:34 Andreas Sturmlechner
2017-11-19  6:10 Michael Palimaka
2017-11-14 21:44 Thomas Deutschmann
2017-11-11 19:39 Andreas Sturmlechner
2017-10-28  7:43 Andreas Sturmlechner
2017-10-27 12:54 Thomas Deutschmann
2017-08-02 19:30 Andreas Sturmlechner
2016-12-20  9:31 Johannes Huber
2016-12-20  9:31 Johannes Huber
2016-11-05 16:06 Michael Palimaka
2016-07-21  9:40 Michael Palimaka
2016-06-06  7:07 Johannes Huber
2015-09-01 19:55 Tobias Klausmann

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=1463491736.beb01c50a352b56bfa0f9af5dc475e19919b1a6e.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