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 F32C1138335 for ; Sat, 25 Aug 2018 12:30:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0211E0884; Sat, 25 Aug 2018 12:30:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62D9FE0884 for ; Sat, 25 Aug 2018 12:30:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18608335CA0 for ; Sat, 25 Aug 2018 12:30:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 544323B9 for ; Sat, 25 Aug 2018 12:30:51 +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: <1535200231.11d5a11b487e97db44b983eaa9c76ec85e984b40.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qtractor/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qtractor/Manifest media-sound/qtractor/qtractor-0.8.5.ebuild X-VCS-Directories: media-sound/qtractor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 11d5a11b487e97db44b983eaa9c76ec85e984b40 X-VCS-Branch: master Date: Sat, 25 Aug 2018 12:30:51 +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: aeb0e2fa-d9e3-4fcc-ba1e-318a5233beea X-Archives-Hash: b810924436dc13594352aec01c956d78 commit: 11d5a11b487e97db44b983eaa9c76ec85e984b40 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 25 12:27:07 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 25 12:30:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11d5a11b media-sound/qtractor: Drop 0.8.5 Package-Manager: Portage-2.3.48, Repoman-2.3.10 media-sound/qtractor/Manifest | 1 - media-sound/qtractor/qtractor-0.8.5.ebuild | 64 ------------------------------ 2 files changed, 65 deletions(-) diff --git a/media-sound/qtractor/Manifest b/media-sound/qtractor/Manifest index 29227a60136..aa733473631 100644 --- a/media-sound/qtractor/Manifest +++ b/media-sound/qtractor/Manifest @@ -1,2 +1 @@ -DIST qtractor-0.8.5.tar.gz 1766017 BLAKE2B eaa75f6efd7ebcfdb1e21c717960d22eb9790c4a3f15ae8bcc364c9b6a5eed6137e4f9d47bd914abdb3679de2cbc30e9c72e32f07fc1ca06959140c5c96dc29b SHA512 9f916e46460403fcb4b1e2dadd048dd52c0d74425a2220cc4d40456141ff7bf5a9cb2fda0f394dac38079af67c322720468d9b7825181442875945899b699329 DIST qtractor-0.9.1.tar.gz 1763699 BLAKE2B a1d03361266a91abc6c0425d71ee2fa53fd5ec6299a23f15ba1599e480d43c30180334defaa50fcc73a02b7ddafd694bfaf6a00fa14fbdd767276c05b7ec56b8 SHA512 c40a7535740bc8315ffc640f791b640a12a4ba135070502682681c3022923f1edb62738127cae0c523a6410cb163b4cac2828544ae629b42fc93946f3d4d8a59 diff --git a/media-sound/qtractor/qtractor-0.8.5.ebuild b/media-sound/qtractor/qtractor-0.8.5.ebuild deleted file mode 100644 index 4796180c150..00000000000 --- a/media-sound/qtractor/qtractor-0.8.5.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit flag-o-matic qmake-utils - -DESCRIPTION="Audio/MIDI multi-track sequencer written in C++ with the Qt framework" -HOMEPAGE="https://qtractor.sourceforge.io" -SRC_URI="mirror://sourceforge/qtractor/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="cpu_flags_x86_sse debug dssi libsamplerate mad osc rubberband vorbis zlib" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 - dev-qt/qtx11extras:5 - media-libs/alsa-lib - media-libs/ladspa-sdk - media-libs/libsndfile - >=media-libs/lilv-0.16.0 - media-libs/lv2 - media-libs/suil - virtual/jack - dssi? ( media-libs/dssi ) - libsamplerate? ( media-libs/libsamplerate ) - mad? ( media-libs/libmad ) - osc? ( media-libs/liblo ) - rubberband? ( media-libs/rubberband ) - vorbis? ( media-libs/libvorbis ) - zlib? ( sys-libs/zlib ) -" -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 - virtual/pkgconfig -" - -DOCS=( README ChangeLog TODO AUTHORS ) - -src_configure() { - append-cxxflags '-std=c++11' - econf \ - $(use_enable mad libmad) \ - $(use_enable libsamplerate) \ - $(use_enable vorbis libvorbis) \ - $(use_enable osc liblo) \ - --enable-ladspa \ - $(use_enable dssi) \ - --enable-lilv \ - --disable-qt4 \ - --with-qt5=$(qt5_get_libdir)/qt5 \ - $(use_enable rubberband librubberband) \ - $(use_enable cpu_flags_x86_sse sse) \ - $(use_enable zlib libz) \ - $(use_enable debug) - - eqmake5 ${PN}.pro -o ${PN}.mak -}