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 D39111395E2 for ; Thu, 24 Nov 2016 20:32:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FAC4E08E9; Thu, 24 Nov 2016 20:32: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 17173E08E9 for ; Thu, 24 Nov 2016 20:32:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 60B7633FECD for ; Thu, 24 Nov 2016 20:32:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9028498 for ; Thu, 24 Nov 2016 20:31:59 +0000 (UTC) From: "Davide Pesavento" 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" Message-ID: <1480019513.faead35eff99dc6919d5b9cc6ba6b1dde04dd86c.pesa@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/metadata.xml media-sound/qtagger/qtagger-1.0.1-r2.ebuild X-VCS-Directories: media-sound/qtagger/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: faead35eff99dc6919d5b9cc6ba6b1dde04dd86c X-VCS-Branch: master Date: Thu, 24 Nov 2016 20:31: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: b3e9359d-d945-407e-b4f0-f834a7aa7cb9 X-Archives-Hash: a1171db0fe0131ecd2dc32968b829b44 commit: faead35eff99dc6919d5b9cc6ba6b1dde04dd86c Author: Davide Pesavento gentoo org> AuthorDate: Thu Nov 24 20:30:38 2016 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Thu Nov 24 20:31:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faead35e media-sound/qtagger: migrate to github Package-Manager: portage-2.3.2 media-sound/qtagger/Manifest | 2 +- media-sound/qtagger/metadata.xml | 4 +--- media-sound/qtagger/qtagger-1.0.1-r2.ebuild | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/media-sound/qtagger/Manifest b/media-sound/qtagger/Manifest index 8eb8060..74ced8d 100644 --- a/media-sound/qtagger/Manifest +++ b/media-sound/qtagger/Manifest @@ -1 +1 @@ -DIST qtagger-1.0.1.tar.bz2 81611 SHA256 603b04079f5b9f525620fdcd48ec165f8947b69d98c3ecc4777dd9ff6100e801 SHA512 fbd62fef9b5c6026c6e986bf7f0a89631094b6b43fe5d65414099c5f268298728062cbb12679bc33acdac82316f52a0629a35afa3e5e5774b8d92c910f58d414 WHIRLPOOL bcc67e118e47944d7a2fa63f3c52a2d79cd4162086cda0478b664b39bc3b4a8c6a312f3c0ebf34f02ab9452f9cb05da21c751323bfaf3dbf3f0d95ffb706c2b4 +DIST qtagger-1.0.1.tar.gz 60791 SHA256 f20a4fc529c09338d91411ae51d705fd1e8d6db46e58d913f8cc377753c44812 SHA512 45969475abefa865244946fb6a74dcfa7397f0a9bd57b0fda4de98fc8c8edb2c0c3a631eccfa199bebb8442df38b0beaca9234fae4166629bcb5c08aee42b47a WHIRLPOOL 4744c1a5643129424d8d847b4483ab65f31a3b88a067bac706e8e54a504cbdf9c204c4093b6419eb37ca8a3c19e9b7027b01f67218b4d8486ba2ce78aaf88543 diff --git a/media-sound/qtagger/metadata.xml b/media-sound/qtagger/metadata.xml index 44b5897..8a2a74a 100644 --- a/media-sound/qtagger/metadata.xml +++ b/media-sound/qtagger/metadata.xml @@ -5,9 +5,7 @@ qt@gentoo.org Gentoo Qt Project - - - qtagger + DOOMer/qtagger diff --git a/media-sound/qtagger/qtagger-1.0.1-r2.ebuild b/media-sound/qtagger/qtagger-1.0.1-r2.ebuild index 617719a..4073c76 100644 --- a/media-sound/qtagger/qtagger-1.0.1-r2.ebuild +++ b/media-sound/qtagger/qtagger-1.0.1-r2.ebuild @@ -8,8 +8,8 @@ CMAKE_MAKEFILE_GENERATOR="emake" 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" +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"