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: sci-visualization/epix/
Date: Sat, 27 Jun 2020 20:45:24
Message-Id: 1593290688.1d98d5c3de1816872b7f58475a3f868c04134cc7.dilfridge@gentoo
1 commit: 1d98d5c3de1816872b7f58475a3f868c04134cc7
2 Author: Alexey Sokolov <sokolov <AT> google <DOT> com>
3 AuthorDate: Sat Jun 20 16:04:09 2020 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 27 20:44:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d98d5c3
7
8 sci-visualization/epix: update homepage
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 sci-visualization/epix/epix-1.2.11-r2.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sci-visualization/epix/epix-1.2.11-r2.ebuild b/sci-visualization/epix/epix-1.2.11-r2.ebuild
18 index 803e8966b92..7d479a0bc44 100644
19 --- a/sci-visualization/epix/epix-1.2.11-r2.ebuild
20 +++ b/sci-visualization/epix/epix-1.2.11-r2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -6,8 +6,8 @@ EAPI=5
28 inherit elisp-common bash-completion-r1 autotools eutils
29
30 DESCRIPTION="2- and 3-D plotter for creating images (to be used in LaTeX)"
31 -HOMEPAGE="http://mathcs.holycross.edu/~ahwang/current/ePiX.html"
32 -SRC_URI="http://mathcs.holycross.edu/~ahwang/epix/${P}_withpdf.tar.bz2"
33 +HOMEPAGE="https://mathcs.holycross.edu/~ahwang/current/ePiX.html"
34 +SRC_URI="https://mathcs.holycross.edu/~ahwang/epix/${P}_withpdf.tar.bz2"
35
36 SLOT="0"
37 LICENSE="GPL-2"