Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gnumail/
Date: Sun, 17 Nov 2019 11:13:32
Message-Id: 1573989185.4ee538ea3295feba25be2b7353b2be1409a6c7c2.voyageur@gentoo
1 commit: 4ee538ea3295feba25be2b7353b2be1409a6c7c2
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 17 10:59:25 2019 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 17 11:13:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ee538ea
7
8 gnustep-apps/gnumail: fix last gna SRC_URI
9
10 Also clean HOMEPAGE
11
12 Closes: https://bugs.gentoo.org/700034
13 Package-Manager: Portage-2.3.79, Repoman-2.3.18
14 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
15
16 gnustep-apps/gnumail/gnumail-1.2.2.ebuild | 6 +++---
17 gnustep-apps/gnumail/gnumail-1.2.3.ebuild | 4 ++--
18 gnustep-apps/gnumail/gnumail-1.3.0.ebuild | 4 ++--
19 3 files changed, 7 insertions(+), 7 deletions(-)
20
21 diff --git a/gnustep-apps/gnumail/gnumail-1.2.2.ebuild b/gnustep-apps/gnumail/gnumail-1.2.2.ebuild
22 index 24ad423bb22..e868cb0a386 100644
23 --- a/gnustep-apps/gnumail/gnumail-1.2.2.ebuild
24 +++ b/gnustep-apps/gnumail/gnumail-1.2.2.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2015 Gentoo Foundation
27 +# Copyright 1999-2019 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=5
31 @@ -9,8 +9,8 @@ MY_P=${P/gnum/GNUM}
32 S=${WORKDIR}/${MY_P}
33
34 DESCRIPTION="A fully featured mail application for GNUstep"
35 -HOMEPAGE="http://www.collaboration-world.com/gnumail/"
36 -SRC_URI="http://download.gna.org/gnustep-nonfsf/${MY_P}.tar.gz"
37 +HOMEPAGE="http://www.nongnu.org/gnustep-nonfsf/gnumail/"
38 +SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
39 KEYWORDS="amd64 ppc x86"
40 LICENSE="GPL-2"
41 SLOT="0"
42
43 diff --git a/gnustep-apps/gnumail/gnumail-1.2.3.ebuild b/gnustep-apps/gnumail/gnumail-1.2.3.ebuild
44 index e8f128039d7..fdd00a6aa1f 100644
45 --- a/gnustep-apps/gnumail/gnumail-1.2.3.ebuild
46 +++ b/gnustep-apps/gnumail/gnumail-1.2.3.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2017 Gentoo Foundation
49 +# Copyright 1999-2019 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=6
53 @@ -9,7 +9,7 @@ MY_P=${P/gnum/GNUM}
54 S=${WORKDIR}/${MY_P}
55
56 DESCRIPTION="A fully featured mail application for GNUstep"
57 -HOMEPAGE="http://www.nongnu.org/gnustep-nonfsf/gnumail/index.html"
58 +HOMEPAGE="http://www.nongnu.org/gnustep-nonfsf/gnumail/"
59 SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 LICENSE="GPL-2"
62
63 diff --git a/gnustep-apps/gnumail/gnumail-1.3.0.ebuild b/gnustep-apps/gnumail/gnumail-1.3.0.ebuild
64 index e60c66a9266..a4f43e35b04 100644
65 --- a/gnustep-apps/gnumail/gnumail-1.3.0.ebuild
66 +++ b/gnustep-apps/gnumail/gnumail-1.3.0.ebuild
67 @@ -1,4 +1,4 @@
68 -# Copyright 1999-2018 Gentoo Foundation
69 +# Copyright 1999-2019 Gentoo Authors
70 # Distributed under the terms of the GNU General Public License v2
71
72 EAPI=6
73 @@ -9,7 +9,7 @@ MY_P=${P/gnum/GNUM}
74 S=${WORKDIR}/${MY_P}
75
76 DESCRIPTION="A fully featured mail application for GNUstep"
77 -HOMEPAGE="http://www.nongnu.org/gnustep-nonfsf/gnumail/index.html"
78 +HOMEPAGE="http://www.nongnu.org/gnustep-nonfsf/gnumail/"
79 SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
80 KEYWORDS="~amd64 ~ppc ~x86"
81 LICENSE="GPL-2"