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 372AC1396D0 for ; Sun, 17 Sep 2017 16:18:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8A15E0E93; Sun, 17 Sep 2017 16:18:50 +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 C560EE0E93 for ; Sun, 17 Sep 2017 16:18:50 +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 4536E33BEA7 for ; Sun, 17 Sep 2017 16:18:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EEEB9081 for ; Sun, 17 Sep 2017 16:18:47 +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: <1505665031.2abd898c4d7d5cb992c72265534a6078c0d4aeb1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/qlcplus/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/qlcplus/qlcplus-4.10.5b.ebuild X-VCS-Directories: app-misc/qlcplus/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2abd898c4d7d5cb992c72265534a6078c0d4aeb1 X-VCS-Branch: master Date: Sun, 17 Sep 2017 16:18:47 +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: 1431eab0-558c-4e37-946a-afcbabd99391 X-Archives-Hash: 8909b73a76edc4a03889e9c1c6e68441 commit: 2abd898c4d7d5cb992c72265534a6078c0d4aeb1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 28 19:27:18 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 17 16:17:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2abd898c app-misc/qlcplus: Drop old Package-Manager: Portage-2.3.5, Repoman-2.3.1 app-misc/qlcplus/qlcplus-4.10.5b.ebuild | 60 --------------------------------- 1 file changed, 60 deletions(-) diff --git a/app-misc/qlcplus/qlcplus-4.10.5b.ebuild b/app-misc/qlcplus/qlcplus-4.10.5b.ebuild deleted file mode 100644 index a6a46faa738..00000000000 --- a/app-misc/qlcplus/qlcplus-4.10.5b.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit qmake-utils qt4-r2 eutils virtualx vcs-snapshot udev - -DESCRIPTION="QLC+ - Q Light Controller Plus to control DMX interfaces" -HOMEPAGE="http://www.qlcplus.org/" -SRC_URI="https://github.com/mcallegari/${PN}/archive/QLC+_${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="qt4 qt5" - -REQUIRED_USE="^^ ( qt4 qt5 )" - -RDEPEND="dev-libs/glib:2 - virtual/libusb:0 - virtual/libusb:1 - media-libs/alsa-lib - media-libs/libmad - media-libs/libsndfile - sci-libs/fftw:3.0 - virtual/udev - || ( dev-embedded/libftdi:1 dev-embedded/libftdi:0 ) - qt4? ( dev-qt/qtcore:4 - dev-qt/qtgui:4 - dev-qt/qtscript:4 - dev-qt/qttest:4 ) - qt5? ( dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtmultimedia:5[widgets] - dev-qt/qtnetwork:5 - dev-qt/qtscript:5 - dev-qt/qttest:5 - dev-qt/qtwidgets:5 )" - -DEPEND="${RDEPEND}" - -src_prepare() { - sed -e "s:/etc/udev/rules.d:${EROOT}lib/udev/rules.d:" -i \ - plugins/hid/hid.pro \ - plugins/udmx/src/src.pro \ - plugins/dmxusb/src/src.pro \ - plugins/spi/spi.pro \ - plugins/peperoni/unix/unix.pro || die - sed -e "/UDEVRULESDIR/s:/etc/udev/rules.d:$(get_udevdir)/rules.d:" \ - -i variables.pri || die -} - -src_configure() { - use qt5 && eqmake5 - use qt4 && eqmake4 -} - -src_test() { - Xemake check -}