Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/minicom/
Date: Sun, 19 Jan 2020 12:58:09
Message-Id: 1579438674.cd54d020a4fd95f6e1e2914861a99a5caac47a7a.slyfox@gentoo
1 commit: cd54d020a4fd95f6e1e2914861a99a5caac47a7a
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 19 12:57:54 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 19 12:57:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd54d020
7
8 net-dialup/minicom: update homepage, bug #698816
9
10 Reported-by: Wim Muskee
11 Closes: https://bugs.gentoo.org/698816
12 Package-Manager: Portage-2.3.84, Repoman-2.3.20
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 net-dialup/minicom/minicom-2.7.1.ebuild | 7 +++----
16 1 file changed, 3 insertions(+), 4 deletions(-)
17
18 diff --git a/net-dialup/minicom/minicom-2.7.1.ebuild b/net-dialup/minicom/minicom-2.7.1.ebuild
19 index 0f9ed47b1ba..784ed24db87 100644
20 --- a/net-dialup/minicom/minicom-2.7.1.ebuild
21 +++ b/net-dialup/minicom/minicom-2.7.1.ebuild
22 @@ -1,13 +1,12 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 inherit autotools
29
30 -STUPID_NUM="3977"
31 DESCRIPTION="Serial Communication Program"
32 -HOMEPAGE="https://alioth.debian.org/projects/minicom"
33 -SRC_URI="https://alioth.debian.org/frs/download.php/file/${STUPID_NUM}/${P}.tar.gz"
34 +HOMEPAGE="https://salsa.debian.org/minicom-team/minicom"
35 +SRC_URI="https://alioth-archive.debian.org/releases/minicom/Source/${PV}/${P}.tar.gz"
36
37 LICENSE="GPL-2"
38 SLOT="0"