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-libs/pantomime/
Date: Sun, 17 Nov 2019 11:13:31
Message-Id: 1573989185.c3aa3bdbbbc1af621c11b53bacce53f3eeac3f34.voyageur@gentoo
1 commit: c3aa3bdbbbc1af621c11b53bacce53f3eeac3f34
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 17 10:57:57 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=c3aa3bdb
7
8 gnustep-libs/pantomime: fix last gna SRC_URI
9
10 Also clean HOMEPAGE
11
12 Closes: https://bugs.gentoo.org/700032
13 Package-Manager: Portage-2.3.79, Repoman-2.3.18
14 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
15
16 gnustep-libs/pantomime/pantomime-1.2.2.ebuild | 6 +++---
17 gnustep-libs/pantomime/pantomime-1.2.3.ebuild | 4 ++--
18 gnustep-libs/pantomime/pantomime-1.3.0.ebuild | 4 ++--
19 3 files changed, 7 insertions(+), 7 deletions(-)
20
21 diff --git a/gnustep-libs/pantomime/pantomime-1.2.2.ebuild b/gnustep-libs/pantomime/pantomime-1.2.2.ebuild
22 index a4b4af052e0..ef486f6a571 100644
23 --- a/gnustep-libs/pantomime/pantomime-1.2.2.ebuild
24 +++ b/gnustep-libs/pantomime/pantomime-1.2.2.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2017 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/p/P}
32 S=${WORKDIR}/${MY_P}
33
34 DESCRIPTION="A set of Objective-C classes that model a mail system"
35 -HOMEPAGE="http://www.collaboration-world.com/pantomime/"
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
40 LICENSE="LGPL-2.1 Elm"
41 KEYWORDS="amd64 ppc x86"
42
43 diff --git a/gnustep-libs/pantomime/pantomime-1.2.3.ebuild b/gnustep-libs/pantomime/pantomime-1.2.3.ebuild
44 index 98e271ceccf..cbc6ff15e4b 100644
45 --- a/gnustep-libs/pantomime/pantomime-1.2.3.ebuild
46 +++ b/gnustep-libs/pantomime/pantomime-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/p/P}
54 S=${WORKDIR}/${MY_P}
55
56 DESCRIPTION="A set of Objective-C classes that model a mail system"
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
61 LICENSE="LGPL-2.1 Elm"
62
63 diff --git a/gnustep-libs/pantomime/pantomime-1.3.0.ebuild b/gnustep-libs/pantomime/pantomime-1.3.0.ebuild
64 index 421617582e7..5f0b6c752ca 100644
65 --- a/gnustep-libs/pantomime/pantomime-1.3.0.ebuild
66 +++ b/gnustep-libs/pantomime/pantomime-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/p/P}
74 S=${WORKDIR}/${MY_P}
75
76 DESCRIPTION="A set of Objective-C classes that model a mail system"
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
81 LICENSE="LGPL-2.1 Elm"