Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/podofo/
Date: Mon, 01 May 2017 19:11:35
Message-Id: 1493665864.5ec8e81f1bcf54c54322ad60ba845d4016011115.zmedico@gentoo
1 commit: 5ec8e81f1bcf54c54322ad60ba845d4016011115
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 1 19:11:04 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon May 1 19:11:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec8e81f
7
8 app-text/podofo: prune dev.gentoo.org from SRC_URI
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 app-text/podofo/podofo-0.9.6_pre20170428.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-text/podofo/podofo-0.9.6_pre20170428.ebuild b/app-text/podofo/podofo-0.9.6_pre20170428.ebuild
16 index 1684ca78570..f9f86443cb7 100644
17 --- a/app-text/podofo/podofo-0.9.6_pre20170428.ebuild
18 +++ b/app-text/podofo/podofo-0.9.6_pre20170428.ebuild
19 @@ -6,7 +6,7 @@ inherit cmake-utils flag-o-matic multilib toolchain-funcs
20
21 DESCRIPTION="PoDoFo is a C++ library to work with the PDF file format"
22 HOMEPAGE="https://sourceforge.net/projects/podofo/"
23 -SRC_URI="http://dev.gentoo.org/~zmedico/distfiles/${P}.tar.xz mirror://gentoo/${P}.tar.xz"
24 +SRC_URI="mirror://gentoo/${P}.tar.xz"
25
26 LICENSE="GPL-2 LGPL-2.1"
27 SLOT="0/${PV}"