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-misc/htpdate/
Date: Thu, 18 Oct 2018 08:46:56
Message-Id: 1539852404.73a722689b5e5e5203778422ac6cc8944a834c7d.polynomial-c@gentoo
1 commit: 73a722689b5e5e5203778422ac6cc8944a834c7d
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 18 08:46:44 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 18 08:46:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73a72268
7
8 net-misc/htpdate: Fixed HOMEPAGE.
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-misc/htpdate/htpdate-1.0.7.ebuild | 4 ++--
14 net-misc/htpdate/htpdate-1.2.0.ebuild | 6 +++---
15 2 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/net-misc/htpdate/htpdate-1.0.7.ebuild b/net-misc/htpdate/htpdate-1.0.7.ebuild
18 index a912c582f9f..a5d577a24e4 100644
19 --- a/net-misc/htpdate/htpdate-1.0.7.ebuild
20 +++ b/net-misc/htpdate/htpdate-1.0.7.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2014 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 @@ -6,7 +6,7 @@ EAPI=5
28 inherit readme.gentoo toolchain-funcs unpacker
29
30 DESCRIPTION="Synchronize local workstation with time offered by remote webservers"
31 -HOMEPAGE="http://www.vervest.org/fiki/bin/view/HTP/DownloadC"
32 +HOMEPAGE="http://www.vervest.org/htp/"
33 SRC_URI="http://www.vervest.org/htp/archive/c/${P}.tar.gz"
34
35 LICENSE="GPL-2"
36
37 diff --git a/net-misc/htpdate/htpdate-1.2.0.ebuild b/net-misc/htpdate/htpdate-1.2.0.ebuild
38 index 6e891f5ab55..b317ad308bc 100644
39 --- a/net-misc/htpdate/htpdate-1.2.0.ebuild
40 +++ b/net-misc/htpdate/htpdate-1.2.0.ebuild
41 @@ -1,12 +1,12 @@
42 -# Copyright 1999-2017 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47
48 -inherit readme.gentoo-r1 toolchain-funcs unpacker
49 +inherit readme.gentoo-r1 toolchain-funcs
50
51 DESCRIPTION="Synchronize local workstation with time offered by remote webservers"
52 -HOMEPAGE="http://www.vervest.org/fiki/bin/view/HTP/DownloadC"
53 +HOMEPAGE="http://www.vervest.org/htp/"
54 SRC_URI="http://www.vervest.org/htp/archive/c/${P}.tar.gz"
55
56 LICENSE="GPL-2"