From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 183C6139087 for ; Tue, 3 Jan 2017 19:10:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71EC0E0CC4; Tue, 3 Jan 2017 19:10:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 452C0E0CC4 for ; Tue, 3 Jan 2017 19:10:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15C8333E142 for ; Tue, 3 Jan 2017 19:10:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BD7924EC for ; Tue, 3 Jan 2017 19:10:52 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1483470632.724a82a4a86c17c0a8ee28e4344d16a3854da4d8.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/phonon-vlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/phonon-vlc/Manifest media-libs/phonon-vlc/phonon-vlc-0.7.2.ebuild X-VCS-Directories: media-libs/phonon-vlc/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 724a82a4a86c17c0a8ee28e4344d16a3854da4d8 X-VCS-Branch: master Date: Tue, 3 Jan 2017 19:10:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 369da59c-d679-4629-830b-cb44aa54888a X-Archives-Hash: 203851db99b51eed55db9ac45bdd493d commit: 724a82a4a86c17c0a8ee28e4344d16a3854da4d8 Author: Johannes Huber gentoo org> AuthorDate: Tue Jan 3 19:06:40 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Jan 3 19:10:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=724a82a4 media-libs/phonon-vlc: Remove 0.7.2 Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-libs/phonon-vlc/Manifest | 1 - media-libs/phonon-vlc/phonon-vlc-0.7.2.ebuild | 94 --------------------------- 2 files changed, 95 deletions(-) diff --git a/media-libs/phonon-vlc/Manifest b/media-libs/phonon-vlc/Manifest index c9eef63..ed986c5 100644 --- a/media-libs/phonon-vlc/Manifest +++ b/media-libs/phonon-vlc/Manifest @@ -1,2 +1 @@ -DIST phonon-backend-vlc-0.7.2.tar.xz 58988 SHA256 0a788360df2e3439efefacae70b73252c1e1d4a7ad08f4d93301d77a915d95a9 SHA512 9a2b45d02ed958f82ff4fb8d3e9233eeb35047670061b59266fa7504855a149de1a401cad34871083e42c8d05620ff0e3df9f1a7a3e1f9b82ddac886c50adfce WHIRLPOOL e8130f8280fb31ccc8ec686eba8af744300100686c179e3abfd124f8892d55038a2a77887cbc3673e36c03b31829a1ec4ae686bee0a1f48048d9631b228aeb73 DIST phonon-backend-vlc-0.9.0.tar.xz 60044 SHA256 c0ced7ca571acc22211eecf5158241714fa9ccdb82d4fe0a970ad702860ccdbe SHA512 e3482717ee84b5d80f81300ce01410c982b0083cd53db312a622a287f9b3f66fc967bd0832f18e3382c5dd073055394eec42918e68ec456232aa7750b0f50611 WHIRLPOOL b0e9928e9d1d49c33fcad8645d2c38b2cd43561c80832bb373e0766697bc7a8e72231e149cd4408a34dfc2a68ff6f2e0d604c3318700220f5662cde5ef93dcf4 diff --git a/media-libs/phonon-vlc/phonon-vlc-0.7.2.ebuild b/media-libs/phonon-vlc/phonon-vlc-0.7.2.ebuild deleted file mode 100644 index 325f47b..00000000 --- a/media-libs/phonon-vlc/phonon-vlc-0.7.2.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MY_PN="phonon-backend-vlc" -MY_P="${MY_PN}-${PV}" -EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" ) -[[ ${PV} == 9999 ]] && git_eclass=git-r3 -inherit cmake-utils multibuild ${git_eclass} -unset git_eclass - -DESCRIPTION="Phonon VLC backend" -HOMEPAGE="https://projects.kde.org/projects/kdesupport/phonon/phonon-vlc" -[[ ${PV} == 9999 ]] || SRC_URI="mirror://kde/stable/phonon/${MY_PN}/${PV}/src/${MY_P}.tar.xz" - -LICENSE="LGPL-2.1" - -# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 -[[ ${PV} == 9999 ]] || \ -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd" - -SLOT="0" -IUSE="debug +qt4 qt5" -REQUIRED_USE="|| ( qt4 qt5 )" - -RDEPEND=" - >=media-libs/phonon-4.7.0[qt4=,qt5=] - >=media-video/vlc-2.0.1:=[dbus,ogg,vorbis] - qt4? ( - dev-qt/qtcore:4 - dev-qt/qtgui:4 - ) - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - ) -" -DEPEND="${RDEPEND} - app-arch/xz-utils - virtual/pkgconfig - qt4? ( >=dev-util/automoc-0.9.87 ) -" - -[[ ${PV} == 9999 ]] || S=${WORKDIR}/${MY_P} - -DOCS=( AUTHORS ) - -pkg_setup() { - MULTIBUILD_VARIANTS=() - if use qt4; then - MULTIBUILD_VARIANTS+=(qt4) - fi - if use qt5; then - MULTIBUILD_VARIANTS+=(qt5) - fi -} - -src_configure() { - myconfigure() { - local mycmakeargs=() - if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then - mycmakeargs+=(-DPHONON_BUILD_PHONON4QT5=OFF) - fi - if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then - mycmakeargs+=(-DPHONON_BUILD_PHONON4QT5=ON) - fi - cmake-utils_src_configure - } - - multibuild_foreach_variant myconfigure -} - -src_compile() { - multibuild_foreach_variant cmake-utils_src_compile -} - -src_install() { - multibuild_foreach_variant cmake-utils_src_install -} - -src_test() { - multibuild_foreach_variant cmake-utils_src_test -} - -pkg_postinst() { - elog "For more verbose debug information, export the following variables:" - elog "PHONON_DEBUG=1" - elog "" - elog "To make KDE detect the new backend without reboot, run:" - elog "kbuildsycoca4 --noincremental" -}