Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/krop/
Date: Sun, 07 Jan 2018 14:51:24
Message-Id: 1515336661.c563ace7ba452be16cced871d0504a997b5d457c.asturm@gentoo
1 commit: c563ace7ba452be16cced871d0504a997b5d457c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 7 14:45:16 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 7 14:51:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c563ace7
7
8 app-text/krop: Fix SRC_URI
9
10 Closes: https://bugs.gentoo.org/642966
11 Package-Manager: Portage-2.3.19, Repoman-2.3.6
12
13 app-text/krop/krop-0.4.13.5.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-text/krop/krop-0.4.13.5.ebuild b/app-text/krop/krop-0.4.13.5.ebuild
17 index 23966dc8cf4..f2542d1c596 100644
18 --- a/app-text/krop/krop-0.4.13.5.ebuild
19 +++ b/app-text/krop/krop-0.4.13.5.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -9,7 +9,7 @@ inherit eutils distutils-r1
27 DESCRIPTION="A tool to crop PDF files"
28 HOMEPAGE="http://arminstraub.com/software/krop"
29 #SRC_URI="http://arminstraub.com/downloads/${PN}/${P}.tar.gz"
30 -SRC_URI="https://dev.gentoo.org/~huettel/distfiles/${P}.tar.gz"
31 +SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.gz"
32 # this is a snapshot of the qt5 branch
33
34 LICENSE="GPL-3"