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 EFCB8139694 for ; Thu, 29 Jun 2017 22:22:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D526E0C01; Thu, 29 Jun 2017 22:22:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DB3C5E0BEC for ; Thu, 29 Jun 2017 22:22:24 +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 A6AF2341887 for ; Thu, 29 Jun 2017 22:22:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C36D974A4 for ; Thu, 29 Jun 2017 22:22:20 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1498774924.2593c03d9791bc239eb88be1813ccb781a4f3a7e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/pixels2pgf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/pixels2pgf/metadata.xml media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild media-gfx/pixels2pgf/pixels2pgf-9999.ebuild X-VCS-Directories: media-gfx/pixels2pgf/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2593c03d9791bc239eb88be1813ccb781a4f3a7e X-VCS-Branch: master Date: Thu, 29 Jun 2017 22:22:20 +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: 32178f09-4384-4caf-a997-b95686fcc68a X-Archives-Hash: 4a62dd069c9b780c5a09ad690118c3b9 commit: 2593c03d9791bc239eb88be1813ccb781a4f3a7e Author: Michał Górny gentoo org> AuthorDate: Thu Jun 29 21:24:57 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jun 29 22:22:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2593c03d media-gfx/pixels2pgf: Moved back to GitHub media-gfx/pixels2pgf/metadata.xml | 3 +-- media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild | 4 ++-- media-gfx/pixels2pgf/pixels2pgf-9999.ebuild | 8 ++++---- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/media-gfx/pixels2pgf/metadata.xml b/media-gfx/pixels2pgf/metadata.xml index ac8eca9a1ca..201d4e0e1c2 100644 --- a/media-gfx/pixels2pgf/metadata.xml +++ b/media-gfx/pixels2pgf/metadata.xml @@ -10,8 +10,7 @@ mgorny@gentoo.org Michał Górny - https://bitbucket.org/mgorny/pixels2pgf/issues/ - mgorny/pixels2pgf + https://github.com/mgorny/pixels2pgf/issues/ mgorny/pixels2pgf diff --git a/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild b/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild index 223fb8d1f28..c0a0029775c 100644 --- a/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild +++ b/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -7,7 +7,7 @@ inherit autotools-utils DESCRIPTION="Convert pixel images (e.g. QRCode) to PGF/Tikz rectangles" HOMEPAGE="https://github.com/mgorny/pixels2pgf/" -SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2" +SRC_URI="https://github.com/mgorny/pixels2pgf/releases/download/${P}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" diff --git a/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild b/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild index 324f2ad60c7..73c8e38db29 100644 --- a/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild +++ b/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 #if LIVE AUTOTOOLS_AUTORECONF=yes -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git" +EGIT_REPO_URI="https://github.com/mgorny/${PN}.git" inherit git-r3 #endif @@ -13,8 +13,8 @@ inherit git-r3 inherit autotools-utils DESCRIPTION="Convert pixel images (e.g. QRCode) to PGF/Tikz rectangles" -HOMEPAGE="https://bitbucket.org/mgorny/pixels2pgf/" -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/${P}.tar.bz2" +HOMEPAGE="https://github.com/mgorny/pixels2pgf/" +SRC_URI="https://github.com/mgorny/pixels2pgf/releases/download/${P}/${P}.tar.bz2" LICENSE="BSD" SLOT="0"