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 E2D6B138331 for ; Sun, 7 Jan 2018 14:51:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23CF6E0827; Sun, 7 Jan 2018 14:51:24 +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 02675E0827 for ; Sun, 7 Jan 2018 14:51: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 DD7EC335CD0 for ; Sun, 7 Jan 2018 14:51:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EA78147 for ; Sun, 7 Jan 2018 14:51:21 +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: <1515336661.c563ace7ba452be16cced871d0504a997b5d457c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/krop/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/krop/krop-0.4.13.5.ebuild X-VCS-Directories: app-text/krop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c563ace7ba452be16cced871d0504a997b5d457c X-VCS-Branch: master Date: Sun, 7 Jan 2018 14:51:21 +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: 8610d552-6818-4a4e-82d9-8f97e7b585e1 X-Archives-Hash: fa196de37ac4f0edc6915feb59af8bbc commit: c563ace7ba452be16cced871d0504a997b5d457c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 7 14:45:16 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 7 14:51:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c563ace7 app-text/krop: Fix SRC_URI Closes: https://bugs.gentoo.org/642966 Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-text/krop/krop-0.4.13.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/krop/krop-0.4.13.5.ebuild b/app-text/krop/krop-0.4.13.5.ebuild index 23966dc8cf4..f2542d1c596 100644 --- a/app-text/krop/krop-0.4.13.5.ebuild +++ b/app-text/krop/krop-0.4.13.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ inherit eutils distutils-r1 DESCRIPTION="A tool to crop PDF files" HOMEPAGE="http://arminstraub.com/software/krop" #SRC_URI="http://arminstraub.com/downloads/${PN}/${P}.tar.gz" -SRC_URI="https://dev.gentoo.org/~huettel/distfiles/${P}.tar.gz" +SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.gz" # this is a snapshot of the qt5 branch LICENSE="GPL-3"