From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-884534-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CC64C13829C for <garchives@archives.gentoo.org>; Mon, 30 May 2016 17:41:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D554821C060; Mon, 30 May 2016 17:41:04 +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 4562C21C04E for <gentoo-commits@lists.gentoo.org>; Mon, 30 May 2016 17:41:04 +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 0092E340B3F for <gentoo-commits@lists.gentoo.org>; Mon, 30 May 2016 17:41:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB3CD17B4 for <gentoo-commits@lists.gentoo.org>; Mon, 30 May 2016 17:41:00 +0000 (UTC) From: "Davide Pesavento" <pesa@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" <pesa@gentoo.org> Message-ID: <1464630054.6662d772b691ff5826cf113d93d9d99981bbfac1.pesa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qtagger/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qtagger/qtagger-1.0.1-r1.ebuild X-VCS-Directories: media-sound/qtagger/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 6662d772b691ff5826cf113d93d9d99981bbfac1 X-VCS-Branch: master Date: Mon, 30 May 2016 17:41:00 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 025d1ae1-0224-4a07-99a3-485ef0d9842e X-Archives-Hash: 0128bc3e87ae22fc88e1b112eb50c3f2 commit: 6662d772b691ff5826cf113d93d9d99981bbfac1 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org> AuthorDate: Mon May 30 17:40:02 2016 +0000 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org> CommitDate: Mon May 30 17:40:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6662d772 media-sound/qtagger: remove old Package-Manager: portage-2.3.0_rc1 media-sound/qtagger/qtagger-1.0.1-r1.ebuild | 43 ----------------------------- 1 file changed, 43 deletions(-) diff --git a/media-sound/qtagger/qtagger-1.0.1-r1.ebuild b/media-sound/qtagger/qtagger-1.0.1-r1.ebuild deleted file mode 100644 index 0a4646e..0000000 --- a/media-sound/qtagger/qtagger-1.0.1-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit cmake-utils - -DESCRIPTION="Simple Qt4 ID3v2 tag editor" -HOMEPAGE="https://code.google.com/p/qtagger" -SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.bz2" - -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 "s/doc\/${PN}/doc\/${PF}/" CMakeLists.txt - - 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 "${D}"/usr/share/doc/${PF}/{ChangeLog~,LICENSE} -}