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 891C91382C5 for ; Sun, 29 Apr 2018 18:47:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A6A5E0B0C; Sun, 29 Apr 2018 18:47:21 +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 3BD0FE0B0C for ; Sun, 29 Apr 2018 18:47:21 +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 6A1D1335C9F for ; Sun, 29 Apr 2018 18:47:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEEEB2A2 for ; Sun, 29 Apr 2018 18:47:17 +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: <1525027604.984115c50acaaa978572875b7d19a48e6583d05b.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-2.0_pre20180422.ebuild X-VCS-Directories: media-sound/coquillo/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 984115c50acaaa978572875b7d19a48e6583d05b X-VCS-Branch: master Date: Sun, 29 Apr 2018 18:47:17 +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: 73bd09d8-36ab-47a6-89ff-07e3a894ec30 X-Archives-Hash: 9f5d36177e915f35dac974196a00a15e commit: 984115c50acaaa978572875b7d19a48e6583d05b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 29 18:42:58 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 29 18:46:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=984115c5 media-sound/coquillo: Drop old Package-Manager: Portage-2.3.31, Repoman-2.3.9 media-sound/coquillo/Manifest | 1 - .../coquillo/coquillo-2.0_pre20180422.ebuild | 41 ---------------------- 2 files changed, 42 deletions(-) diff --git a/media-sound/coquillo/Manifest b/media-sound/coquillo/Manifest index e0a914d8f28..9118d2267c6 100644 --- a/media-sound/coquillo/Manifest +++ b/media-sound/coquillo/Manifest @@ -1,2 +1 @@ DIST coquillo-2.0.0.tar.gz 76090 BLAKE2B 3c59c251b9658d32c07f136c9af16434d1f6c0e334fea0e1b645770ed5c31392faf0a8aa3529d460d3744e7949c549860a2818af6b12c573ebdafc3b78f01d01 SHA512 8432601a0b68e94f5e2a6b1e2bae0410fb4a6db5d0dc7140683c8e1f49df924f10ce97f36efe229785796cb34441ac7d3883865210067f031622db5359598765 -DIST coquillo-2.0_pre20180422.tar.gz 86061 BLAKE2B 606fa36a91e22ffc618fafb9fc8fa15d13403eb3acbec2ea64296709ddaea26861be872bb8f401a8eff3385b058b8dc4d391faa08d0334630e831185df0b9612 SHA512 2abedb24debcb05cdfb17bae535f7b8f8d2e897e2200d1d802757fe4a53e616fa3a7fc2a2222c1c1e3cf385416e44514fa129c7c880568b3c616f3afe2b3f069 diff --git a/media-sound/coquillo/coquillo-2.0_pre20180422.ebuild b/media-sound/coquillo/coquillo-2.0_pre20180422.ebuild deleted file mode 100644 index 6eb3618c703..00000000000 --- a/media-sound/coquillo/coquillo-2.0_pre20180422.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -COMMIT=05e97cb24d0d296d3becea9854fcb0562302ab4a -inherit desktop qmake-utils - -DESCRIPTION="GUI audio tagger based on Qt and taglib" -HOMEPAGE="https://www.linux-apps.com/content/show.php/Coquillo?content=141896" -SRC_URI="https://github.com/sjuvonen/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - dev-qt/qtconcurrent:5 - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtmultimedia:5 - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5 - media-libs/musicbrainz:5= - media-libs/taglib -" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}-${COMMIT}" - -src_configure() { - eqmake5 -} - -src_install() { - dobin ${PN} - doicon extra/${PN}.png - domenu extra/${PN}.desktop - einstalldocs -}