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 DC826139085 for ; Sun, 8 Jan 2017 20:15:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49B1DE0C30; Sun, 8 Jan 2017 20:15:36 +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 26346E0C30 for ; Sun, 8 Jan 2017 20:15:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 51397340FC1 for ; Sun, 8 Jan 2017 20:15:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E89AE261B for ; Sun, 8 Jan 2017 20:15:33 +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: <1483906518.3f809e8e836098567d47560ab7231851a2a89b32.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/jalv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/jalv/jalv-1.6.0.ebuild X-VCS-Directories: media-sound/jalv/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3f809e8e836098567d47560ab7231851a2a89b32 X-VCS-Branch: master Date: Sun, 8 Jan 2017 20:15:33 +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: bd5d41aa-e600-4112-8662-4ccc2536a20a X-Archives-Hash: 6c50c4efbd98e2f19595b3afbca6efcd commit: 3f809e8e836098567d47560ab7231851a2a89b32 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 8 19:15:58 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 8 20:15:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f809e8e media-sound/jalv: Drop old Package-Manager: portage-2.3.0 media-sound/jalv/jalv-1.6.0.ebuild | 50 -------------------------------------- 1 file changed, 50 deletions(-) diff --git a/media-sound/jalv/jalv-1.6.0.ebuild b/media-sound/jalv/jalv-1.6.0.ebuild deleted file mode 100644 index 4e806bb..00000000 --- a/media-sound/jalv/jalv-1.6.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -PYTHON_COMPAT=( python{2_7,3_4} ) -PYTHON_REQ_USE='threads(+)' - -inherit python-any-r1 qmake-utils waf-utils - -DESCRIPTION="Simple but fully featured LV2 host for Jack" -HOMEPAGE="http://drobilla.net/software/jalv/" -SRC_URI="http://download.drobilla.net/${P}.tar.bz2" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64" -IUSE="gtk gtk2 gtkmm portaudio qt4 qt5" - -RDEPEND=">=media-libs/lv2-1.6.0 - >=media-libs/lilv-0.15.1 - >=dev-libs/serd-0.14.0 - >=dev-libs/sord-0.12.0 - >=media-libs/suil-0.6.0 - >=media-libs/sratom-0.4.0 - !portaudio? ( virtual/jack ) - gtk? ( >=x11-libs/gtk+-3.0.0:3 ) - gtk2? ( >=x11-libs/gtk+-2.18.0:2 ) - gtkmm? ( >=dev-cpp/gtkmm-2.20.0:2.4 ) - portaudio? ( media-libs/portaudio ) - qt5? ( dev-qt/qtwidgets:5 ) -" -DEPEND="${RDEPEND} - ${PYTHON_DEPS} - virtual/pkgconfig" - -DOCS=( "AUTHORS" "NEWS" "README" ) - -src_configure() { - use qt5 && export PATH="$(qt5_get_bindir):${PATH}" - waf-utils_src_configure \ - "--docdir=/usr/share/doc/${PF}" \ - --no-qt4 \ - $(use qt5 || echo --no-qt5) \ - $(use gtk || echo --no-gtk3) \ - $(use gtk2 || echo --no-gtk2) \ - $(use gtkmm || echo --no-gtkmm) \ - $(use portaudio && echo --portaudio) -}