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 33CBD139694 for ; Sat, 25 Feb 2017 22:46:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2584EE0CB9; Sat, 25 Feb 2017 22:46:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E35B7E0CB9 for ; Sat, 25 Feb 2017 22:46:08 +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 C4FCC341026 for ; Sat, 25 Feb 2017 22:46:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 677775493 for ; Sat, 25 Feb 2017 22:46:06 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1488062753.fd7f159bb38e24bb43ddd51829a08d98c5fea3c5.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qmmp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qmmp/qmmp-1.1.7.ebuild X-VCS-Directories: media-sound/qmmp/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fd7f159bb38e24bb43ddd51829a08d98c5fea3c5 X-VCS-Branch: master Date: Sat, 25 Feb 2017 22:46:06 +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: 122f038e-caf1-49d0-a83e-bf8c2a259880 X-Archives-Hash: 38a9f70858b3d2eb2592e37f240cefb4 commit: fd7f159bb38e24bb43ddd51829a08d98c5fea3c5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 25 22:39:33 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Feb 25 22:45:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7f159b media-sound/qmmp: Drop old Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-sound/qmmp/qmmp-1.1.7.ebuild | 127 ------------------------------------- 1 file changed, 127 deletions(-) diff --git a/media-sound/qmmp/qmmp-1.1.7.ebuild b/media-sound/qmmp/qmmp-1.1.7.ebuild deleted file mode 100644 index 6249311e7b..0000000000 --- a/media-sound/qmmp/qmmp-1.1.7.ebuild +++ /dev/null @@ -1,127 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit cmake-utils -[ "$PV" == "9999" ] && inherit subversion - -DESCRIPTION="Qt5-based audio player with winamp/xmms skins support" -HOMEPAGE="http://qmmp.ylsoftware.com" -if [ "$PV" != "9999" ]; then - SRC_URI="http://qmmp.ylsoftware.com/files/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" -else - QMMP_DEV_BRANCH="1.1" - ESVN_REPO_URI="svn://svn.code.sf.net/p/${PN}-dev/code/branches/${PN}-${QMMP_DEV_BRANCH}" -fi - -LICENSE="GPL-2" -SLOT="0" -# KEYWORDS further up -IUSE="analyzer aac +alsa bs2b cdda cover crossfade cue curl enca ffmpeg flac jack game kde ladspa -lyrics +mad midi mms modplug mplayer mpris musepack notifier opus oss projectm -pulseaudio qsui scrobbler sndfile soxr stereo tray udisks +vorbis wavpack" - -RDEPEND="media-libs/taglib - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - alsa? ( media-libs/alsa-lib ) - bs2b? ( media-libs/libbs2b ) - cdda? ( dev-libs/libcdio-paranoia ) - cue? ( media-libs/libcue ) - curl? ( net-misc/curl ) - aac? ( media-libs/faad2 ) - enca? ( app-i18n/enca ) - flac? ( media-libs/flac ) - game? ( media-libs/game-music-emu ) - ladspa? ( media-libs/ladspa-cmt ) - mad? ( media-libs/libmad ) - midi? ( media-sound/wildmidi ) - mms? ( media-libs/libmms ) - mplayer? ( media-video/mplayer ) - mpris? ( dev-qt/qtdbus:5 ) - musepack? ( >=media-sound/musepack-tools-444 ) - modplug? ( >=media-libs/libmodplug-0.8.4 ) - vorbis? ( media-libs/libvorbis - media-libs/libogg ) - jack? ( media-sound/jack-audio-connection-kit - media-libs/libsamplerate ) - ffmpeg? ( virtual/ffmpeg ) - opus? ( media-libs/opusfile ) - projectm? ( media-libs/libprojectm - dev-qt/qtopengl:5 - dev-qt/qtgui:5[-gles2] ) - pulseaudio? ( >=media-sound/pulseaudio-0.9.9 ) - wavpack? ( media-sound/wavpack ) - scrobbler? ( net-misc/curl ) - sndfile? ( media-libs/libsndfile ) - soxr? ( media-libs/soxr ) - udisks? ( sys-fs/udisks:2 )" -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5" - -DOCS="AUTHORS ChangeLog README" - -CMAKE_IN_SOURCE_BUILD="1" - -src_prepare() { - if has_version dev-libs/libcdio-paranoia; then - sed -i \ - -e 's:cdio/cdda.h:cdio/paranoia/cdda.h:' \ - src/plugins/Input/cdaudio/decoder_cdaudio.cpp || die - fi - - cmake-utils_src_prepare -} - -src_configure() { - mycmakeargs=( - -DUSE_ALSA="$(usex alsa)" - -DUSE_AAC="$(usex aac)" - -DUSE_ANALYZER="$(usex analyzer)" - -DUSE_BS2B="$(usex bs2b)" - -DUSE_CDA="$(usex cdda)" - -DUSE_CROSSFADE="$(usex crossfade)" - -DUSE_COVER="$(usex cover)" - -DUSE_CUE="$(usex cue)" - -DUSE_CURL="$(usex curl)" - -DUSE_ENCA="$(usex enca)" - -DUSE_FFMPEG="$(usex ffmpeg)" - -DUSE_FLAC="$(usex flac)" - -DUSE_GME="$(usex game)" - -DUSE_HAL=OFF - -DUSE_JACK="$(usex jack)" - -DUSE_KDENOTIFY="$(usex kde)" - -DUSE_LADSPA="$(usex ladspa)" - -DUSE_LYRICS="$(usex lyrics)" - -DUSE_MAD="$(usex mad)" - -DUSE_MIDI="$(usex midi)" - -DUSE_MPLAYER="$(usex mplayer)" - -DUSE_MMS="$(usex mms)" - -DUSE_MODPLUG="$(usex modplug)" - -DUSE_MPRIS="$(usex mpris)" - -DUSE_MPC="$(usex musepack)" - -DUSE_NOTIFIER="$(usex notifier)" - -DUSE_OPUS="$(usex opus)" - -DUSE_OSS="$(usex oss)" - -DUSE_PROJECTM="$(usex projectm)" - -DUSE_PULSE="$(usex pulseaudio)" - -DUSE_QSUI="$(usex qsui)" - -DUSE_SCROBBLER="$(usex scrobbler)" - -DUSE_SNDFILE="$(usex sndfile)" - -DUSE_SOXR="$(usex soxr)" - -DUSE_STEREO="$(usex stereo)" - -DUSE_STATICON="$(usex tray)" - -DUSE_UDISKS2="$(usex udisks)" - -DUSE_VORBIS="$(usex vorbis)" - -DUSE_WAVPACK="$(usex wavpack)" - ) - - cmake-utils_src_configure -}