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 8769A138330 for ; Sun, 14 Jan 2018 10:19:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE1EBE0855; Sun, 14 Jan 2018 10:19:20 +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 C07F2E0855 for ; Sun, 14 Jan 2018 10:19:20 +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 F27D3335C46 for ; Sun, 14 Jan 2018 10:19:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54A0F186 for ; Sun, 14 Jan 2018 10:19:18 +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: <1515925140.7215fe3acc950a323cfe3f9757b2efc03a927f4d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qtagger/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qtagger/Manifest media-sound/qtagger/qtagger-1.0.1-r2.ebuild X-VCS-Directories: media-sound/qtagger/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7215fe3acc950a323cfe3f9757b2efc03a927f4d X-VCS-Branch: master Date: Sun, 14 Jan 2018 10:19:18 +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: cf7436da-c370-42a9-9c4f-d76f3f0b3882 X-Archives-Hash: fadae6831f489cf7e946b14fdf071ff1 commit: 7215fe3acc950a323cfe3f9757b2efc03a927f4d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 14 10:01:22 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 14 10:19:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7215fe3a media-sound/qtagger: Drop old Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-sound/qtagger/Manifest | 1 - media-sound/qtagger/qtagger-1.0.1-r2.ebuild | 43 ----------------------------- 2 files changed, 44 deletions(-) diff --git a/media-sound/qtagger/Manifest b/media-sound/qtagger/Manifest index 4adc4c4469c..46add2408db 100644 --- a/media-sound/qtagger/Manifest +++ b/media-sound/qtagger/Manifest @@ -1,2 +1 @@ -DIST qtagger-1.0.1.tar.gz 60791 BLAKE2B 617f8bcff6e3627ad9f36b814662111ad7cdb9a782e4cd3703e2010ce019ec247e77f6e7dd620409338b1561fcaa356924de009778a812ddbd57ee27abc79a39 SHA512 45969475abefa865244946fb6a74dcfa7397f0a9bd57b0fda4de98fc8c8edb2c0c3a631eccfa199bebb8442df38b0beaca9234fae4166629bcb5c08aee42b47a DIST qtagger-1.0.1_p20150402.tar.gz 60745 BLAKE2B 0260ac8cf4b07cdb3b5887357ac4034f4c02a801cc91568cc54cb73293884fefcdbf2019d1b61542353f4ef2e79c07ffda1c1414ff4b99d10faff1e8dcab95fb SHA512 2510350d479008b0c2af4b489aa16ab88003b18f1cbb66796dece6c93dd4222ff073f575b9de8136fb6a46ece1c67ace7de605ef3db0c73038a52472d652f279 diff --git a/media-sound/qtagger/qtagger-1.0.1-r2.ebuild b/media-sound/qtagger/qtagger-1.0.1-r2.ebuild deleted file mode 100644 index 2412d4a4374..00000000000 --- a/media-sound/qtagger/qtagger-1.0.1-r2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -CMAKE_MAKEFILE_GENERATOR="emake" -inherit cmake-utils - -DESCRIPTION="Simple Qt4 ID3v2 tag editor" -HOMEPAGE="https://github.com/DOOMer/qtagger" -SRC_URI="https://github.com/DOOMer/qtagger/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="dev-qt/qtcore:4 - dev-qt/qtgui:4 - media-libs/taglib -" -RDEPEND="${DEPEND}" - -src_prepare() { - # fix doc installation path - sed -i -e "s/doc\/${PN}/doc\/${PF}/" CMakeLists.txt || die - sed -i -e "s/share%1doc%1qtagger/share%1doc%1${PF}/" src/mainwindow.cpp || die - - cmake-utils_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DCMAKE_NO_BUILTIN_CHRPATH:BOOL=ON - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - - rm -f "${ED}"/usr/share/doc/${PF}/{ChangeLog~,LICENSE} || die -}