Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libesmtp/
Date: Wed, 24 Oct 2018 13:43:02
Message-Id: 1540388569.41816dbac7e02ae5e5da2cbeba2cddb5e225332f.polynomial-c@gentoo
1 commit: 41816dbac7e02ae5e5da2cbeba2cddb5e225332f
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 24 13:42:49 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 24 13:42:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41816dba
7
8 net-libs/libesmtp: Fixed HOMEPAGE and SRC_URI.
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 net-libs/libesmtp/libesmtp-1.0.6-r1.ebuild | 6 +++---
14 net-libs/libesmtp/libesmtp-1.0.6-r2.ebuild | 6 +++---
15 2 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/net-libs/libesmtp/libesmtp-1.0.6-r1.ebuild b/net-libs/libesmtp/libesmtp-1.0.6-r1.ebuild
18 index 37f67a7a3a3..ea11090f93f 100644
19 --- a/net-libs/libesmtp/libesmtp-1.0.6-r1.ebuild
20 +++ b/net-libs/libesmtp/libesmtp-1.0.6-r1.ebuild
21 @@ -1,12 +1,12 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 inherit libtool
28
29 DESCRIPTION="lib that implements the client side of the SMTP protocol"
30 -HOMEPAGE="http://www.stafford.uklinux.net/libesmtp/"
31 -SRC_URI="http://www.stafford.uklinux.net/${PN}/${P}.tar.bz2"
32 +HOMEPAGE="http://brianstafford.info/libesmtp/"
33 +SRC_URI="http://brianstafford.info/${PN}/${P}.tar.bz2"
34
35 LICENSE="LGPL-2.1 GPL-2"
36 SLOT="0"
37
38 diff --git a/net-libs/libesmtp/libesmtp-1.0.6-r2.ebuild b/net-libs/libesmtp/libesmtp-1.0.6-r2.ebuild
39 index 94e06e2dc46..f019d160ae5 100644
40 --- a/net-libs/libesmtp/libesmtp-1.0.6-r2.ebuild
41 +++ b/net-libs/libesmtp/libesmtp-1.0.6-r2.ebuild
42 @@ -1,12 +1,12 @@
43 -# Copyright 1999-2015 Gentoo Foundation
44 +# Copyright 1999-2018 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=5
48 inherit libtool
49
50 DESCRIPTION="lib that implements the client side of the SMTP protocol"
51 -HOMEPAGE="http://www.stafford.uklinux.net/libesmtp/"
52 -SRC_URI="http://www.stafford.uklinux.net/${PN}/${P}.tar.bz2"
53 +HOMEPAGE="http://brianstafford.info/libesmtp/"
54 +SRC_URI="http://brianstafford.info/${PN}/${P}.tar.bz2"
55
56 LICENSE="LGPL-2.1 GPL-2"
57 SLOT="0"