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 93B2A1382C5 for ; Tue, 10 Apr 2018 09:23:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D225CE0928; Tue, 10 Apr 2018 09:23:02 +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 B39C9E0928 for ; Tue, 10 Apr 2018 09:23:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4F066335C72 for ; Tue, 10 Apr 2018 09:23:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71721284 for ; Tue, 10 Apr 2018 09:22:59 +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: <1523352162.a83d0b5ae415c6d0d84032e1764bf3ce50464f45.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/coquillo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/coquillo/Manifest media-sound/coquillo/coquillo-1.12.ebuild X-VCS-Directories: media-sound/coquillo/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a83d0b5ae415c6d0d84032e1764bf3ce50464f45 X-VCS-Branch: master Date: Tue, 10 Apr 2018 09:22:59 +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: 89ab0df7-6035-4ea9-a349-67d20bafabee X-Archives-Hash: bd3a2138b6d59aedb0c512686eac5481 commit: a83d0b5ae415c6d0d84032e1764bf3ce50464f45 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Apr 10 09:12:05 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Apr 10 09:22:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a83d0b5a media-sound/coquillo: Drop old Qt4-based Closes: https://bugs.gentoo.org/398487 Package-Manager: Portage-2.3.28, Repoman-2.3.9 media-sound/coquillo/Manifest | 1 - media-sound/coquillo/coquillo-1.12.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/media-sound/coquillo/Manifest b/media-sound/coquillo/Manifest index dccc6835565..51255cb4ef0 100644 --- a/media-sound/coquillo/Manifest +++ b/media-sound/coquillo/Manifest @@ -1,2 +1 @@ -DIST coquillo-1.12-src.tar.gz 570833 BLAKE2B 9f580d3c71528e9343690aaeba94fe2cb1567582b6e26f973b607b80a4d5811a32dd5bb2f001fce5799ea4154eb05e8146af7a542a2440aeefb718a672714e19 SHA512 4d0b7dad811019aa488baa27f0d655dc2ee126fa81c5944aa7de9093306c170863bd323de6f0233efef38e96b21b10f4a04239c0e277d42993667213e2bd2817 DIST coquillo-2.0_pre20180303.tar.gz 79757 BLAKE2B 3c1ed5898fae6df940d020a812a8cf63b1dd1301c93264e3318adcff60d975f337623672e862f7c064e7354d47d8f0b6e6760060ae259b2736a775db08152f4d SHA512 8d6a1fed843fa59bc80c3fbdf77301ed9092d641e40511b5f6d89bc75d623cbe8df701e372b77f5aa1d944dd202b2489352655eec36d0fe53a593e4a3ea25ab6 diff --git a/media-sound/coquillo/coquillo-1.12.ebuild b/media-sound/coquillo/coquillo-1.12.ebuild deleted file mode 100644 index 646bf146180..00000000000 --- a/media-sound/coquillo/coquillo-1.12.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit qt4-r2 - -DESCRIPTION="GUI audio tagger based on Qt4 and taglib" -HOMEPAGE="http://qt-apps.org/content/show.php/Coquillo?content=141896" -SRC_URI="http://cs.joensuu.fi/~sjuvonen/${PN}/${PV}/${P}-src.tar.gz" - -LICENSE="|| ( GPL-2 GPL-3 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=media-libs/taglib-1.7 - >=dev-qt/qtgui-4.6:4 - >=dev-qt/qtcore-4.6:4" -RDEPEND="${DEPEND}"