Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/lgrind/
Date: Fri, 23 Aug 2019 19:50:07
Message-Id: 1566589784.c5be99130ae6b803fee2be6fbd8f54421fb05aa5.dilfridge@gentoo
1 commit: c5be99130ae6b803fee2be6fbd8f54421fb05aa5
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 23 19:49:30 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 23 19:49:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5be9913
7
8 dev-tex/lgrind: fix distfile name
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-tex/lgrind/Manifest | 2 +-
14 dev-tex/lgrind/lgrind-3.67-r3.ebuild | 4 ++--
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-tex/lgrind/Manifest b/dev-tex/lgrind/Manifest
18 index 5b55bf3e6c2..c465a2635ef 100644
19 --- a/dev-tex/lgrind/Manifest
20 +++ b/dev-tex/lgrind/Manifest
21 @@ -1 +1 @@
22 -DIST lgrind.tar.gz 73205 BLAKE2B f19c5ed96251a4c9e5b8ec2cc2115a2b3581c067c26468dc80bfbeece1cb40f72964d60115221c52ab6c0067d670d6497c26eabc3743573248c77e63df24d416 SHA512 89dffec60b6cbac82e9633690412961cb619d6d86d39bea2fb6f3026e1317eb00494d7ed68865a943b1872346eaecdc1b8502de41517023a47309e1e803da2c6
23 +DIST lgrind-3.67.tgz 73205 BLAKE2B f19c5ed96251a4c9e5b8ec2cc2115a2b3581c067c26468dc80bfbeece1cb40f72964d60115221c52ab6c0067d670d6497c26eabc3743573248c77e63df24d416 SHA512 89dffec60b6cbac82e9633690412961cb619d6d86d39bea2fb6f3026e1317eb00494d7ed68865a943b1872346eaecdc1b8502de41517023a47309e1e803da2c6
24
25 diff --git a/dev-tex/lgrind/lgrind-3.67-r3.ebuild b/dev-tex/lgrind/lgrind-3.67-r3.ebuild
26 index fa373590f4b..7c92be12ec1 100644
27 --- a/dev-tex/lgrind/lgrind-3.67-r3.ebuild
28 +++ b/dev-tex/lgrind/lgrind-3.67-r3.ebuild
29 @@ -1,4 +1,4 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 +# Copyright 1999-2019 Gentoo Authors
32 # Distributed under the terms of the GNU General Public License v2
33
34 EAPI=0
35 @@ -6,7 +6,7 @@ EAPI=0
36 inherit latex-package toolchain-funcs eutils
37
38 DESCRIPTION="A pretty printer for various programming languages with tex output."
39 -SRC_URI="mirror://gentoo/${PN}.tar.gz"
40 +SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tgz"
41
42 LICENSE="BSD LGrind-Jacobson"
43 SLOT="0"