From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1SoAP2-0005a5-AE for garchives@archives.gentoo.org; Mon, 09 Jul 2012 09:37:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30669E05EB; Mon, 9 Jul 2012 09:37:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E06BCE05EB for ; Mon, 9 Jul 2012 09:37:03 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BA851B402F for ; Mon, 9 Jul 2012 09:37:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E388AE5433 for ; Mon, 9 Jul 2012 09:37:01 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1341826603.8c62649d5e55ecb67d6031cb5a1cd28de3dee668.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-sound/amarok/ X-VCS-Repository: proj/kde X-VCS-Files: media-sound/amarok/amarok-2.5.90-r1.ebuild X-VCS-Directories: media-sound/amarok/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 8c62649d5e55ecb67d6031cb5a1cd28de3dee668 X-VCS-Branch: master Date: Mon, 9 Jul 2012 09:37:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 171bceec-a893-4c3c-870c-297770b43163 X-Archives-Hash: 59b08c97e5c34e4b9ea4ce1900a436b1 commit: 8c62649d5e55ecb67d6031cb5a1cd28de3dee668 Author: Johannes Huber gentoo org> AuthorDate: Mon Jul 9 09:36:28 2012 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Jul 9 09:36:43 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D8c62649d [media-sound/amarok] Removed, already in tree. (Portage version: 2.2.0_alpha116/git/Linux x86_64, unsigned Manifest comm= it) --- media-sound/amarok/amarok-2.5.90-r1.ebuild | 127 ----------------------= ------ 1 files changed, 0 insertions(+), 127 deletions(-) diff --git a/media-sound/amarok/amarok-2.5.90-r1.ebuild b/media-sound/ama= rok/amarok-2.5.90-r1.ebuild deleted file mode 100644 index ccec98f..0000000 --- a/media-sound/amarok/amarok-2.5.90-r1.ebuild +++ /dev/null @@ -1,127 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D4 - -KDE_LINGUAS=3D"bg ca cs da de en_GB es et eu fi fr it ja km nb nds nl pa -pl pt pt_BR ru sl sr sr@latin sv th tr uk wa zh_TW" -KDE_SCM=3D"git" -KDE_REQUIRED=3D"never" -inherit flag-o-matic kde4-base - -DESCRIPTION=3D"Advanced audio player based on KDE framework." -HOMEPAGE=3D"http://amarok.kde.org/" -if [[ ${PV} !=3D *9999* ]]; then - SRC_URI=3D"mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.bz2" - KEYWORDS=3D"~amd64 ~ppc ~ppc64 ~x86" -else - KEYWORDS=3D"" -fi - -LICENSE=3D"GPL-2" -SLOT=3D"4" -IUSE=3D"cdda daap debug +embedded ipod lastfm mp3tunes mtp ofa opengl se= mantic-desktop +utils" - -# Tests require gmock - http://code.google.com/p/gmock/ -# It's not in the tree yet -RESTRICT=3D"test" - -# ipod requires gdk enabled and also gtk compiled in libgpod -COMMONDEPEND=3D" - >=3Dmedia-libs/taglib-1.6.1[asf,mp4] - >=3Dmedia-libs/taglib-extras-1.0.1 - app-crypt/qca:2 - >=3Dapp-misc/strigi-0.5.7 - $(add_kdebase_dep kdelibs 'opengl?,semantic-desktop?') - $(add_kdebase_dep kdebase-kioslaves) - sys-libs/zlib - >=3Dvirtual/mysql-5.1[embedded?] - x11-libs/qt-core - x11-libs/qt-dbus - x11-libs/qt-script - >=3Dx11-libs/qtscriptgenerator-0.1.0 - cdda? ( - $(add_kdebase_dep libkcddb) - $(add_kdebase_dep libkcompactdisc) - || ( - $(add_kdebase_dep audiocd-kio) - $(add_kdebase_dep kdemultimedia-kioslaves) - ) - ) - ipod? ( >=3Dmedia-libs/libgpod-0.7.0[gtk] ) - lastfm? ( =3Dmedia-libs/liblastfm-0.3* ) - mp3tunes? ( - dev-libs/glib:2 - dev-libs/libxml2 - dev-libs/openssl - net-libs/loudmouth - net-misc/curl - x11-libs/qt-core[glib] - ) - mtp? ( >=3Dmedia-libs/libmtp-1.0.0 ) - ofa? ( >=3Dmedia-libs/libofa-0.9.0 ) - opengl? ( virtual/opengl ) -" -DEPEND=3D"${COMMONDEPEND} - dev-util/automoc - virtual/pkgconfig -" -RDEPEND=3D"${COMMONDEPEND} - !media-sound/amarok-utils - $(add_kdebase_dep phonon-kde) -" - -src_configure() { - # Append minimal-toc cflag for ppc64, see bug 280552 and 292707 - use ppc64 && append-flags -mminimal-toc - local mycmakeargs - - mycmakeargs=3D( - -DWITH_PLAYER=3DON - -DWITH_Libgcrypt=3DOFF - $(cmake-utils_use embedded WITH_MYSQL_EMBEDDED) - $(cmake-utils_use_with ipod) - $(cmake-utils_use_with ipod Gdk) - $(cmake-utils_use_with lastfm LibLastFm) - $(cmake-utils_use_with mtp) - $(cmake-utils_use_with mp3tunes MP3Tunes) - $(cmake-utils_use_with ofa LibOFA) - ) - - mycmakeargs+=3D( - $(cmake-utils_use_with utils UTILITIES) - ) - - # $(cmake-utils_use_with semantic-desktop Nepomuk) - # $(cmake-utils_use_with semantic-desktop Soprano) - - kde4-base_src_configure -} - -pkg_postinst() { - kde4-base_pkg_postinst - - if use daap; then - echo - elog "You have installed amarok with daap support." - elog "You may be interested in installing www-servers/mongrel as well.= " - echo - fi - - if ! use embedded; then - echo - elog "You've disabled the amarok support for embedded mysql DBs." - elog "You'll have to configure amarok to use an external db server." - echo - elog "Please read http://amarok.kde.org/wiki/MySQL_Server for details = on how" - elog "to configure the external db and migrate your data from the embe= dded database." - echo - - if has_version "virtual/mysql[minimal]"; then - elog "You built mysql with the minimal use flag, so it doesn't includ= e the server." - elog "You won't be able to use the local mysql installation to store = your amarok collection." - echo - fi - fi -}