diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-10-18 10:46:44 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-10-18 10:46:44 +0200 |
commit | 73a722689b5e5e5203778422ac6cc8944a834c7d (patch) | |
tree | 818ac14c2b7b5c597c21d5734b04ac805f4fe072 /net-misc/htpdate | |
parent | net-misc/htpdate: Removed old. (diff) | |
download | gentoo-73a722689b5e5e5203778422ac6cc8944a834c7d.tar.gz gentoo-73a722689b5e5e5203778422ac6cc8944a834c7d.tar.bz2 gentoo-73a722689b5e5e5203778422ac6cc8944a834c7d.zip |
net-misc/htpdate: Fixed HOMEPAGE.
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'net-misc/htpdate')
-rw-r--r-- | net-misc/htpdate/htpdate-1.0.7.ebuild | 4 | ||||
-rw-r--r-- | net-misc/htpdate/htpdate-1.2.0.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-misc/htpdate/htpdate-1.0.7.ebuild b/net-misc/htpdate/htpdate-1.0.7.ebuild index a912c582f9f4..a5d577a24e4f 100644 --- a/net-misc/htpdate/htpdate-1.0.7.ebuild +++ b/net-misc/htpdate/htpdate-1.0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit readme.gentoo toolchain-funcs unpacker DESCRIPTION="Synchronize local workstation with time offered by remote webservers" -HOMEPAGE="http://www.vervest.org/fiki/bin/view/HTP/DownloadC" +HOMEPAGE="http://www.vervest.org/htp/" SRC_URI="http://www.vervest.org/htp/archive/c/${P}.tar.gz" LICENSE="GPL-2" diff --git a/net-misc/htpdate/htpdate-1.2.0.ebuild b/net-misc/htpdate/htpdate-1.2.0.ebuild index 6e891f5ab55c..b317ad308bc3 100644 --- a/net-misc/htpdate/htpdate-1.2.0.ebuild +++ b/net-misc/htpdate/htpdate-1.2.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit readme.gentoo-r1 toolchain-funcs unpacker +inherit readme.gentoo-r1 toolchain-funcs DESCRIPTION="Synchronize local workstation with time offered by remote webservers" -HOMEPAGE="http://www.vervest.org/fiki/bin/view/HTP/DownloadC" +HOMEPAGE="http://www.vervest.org/htp/" SRC_URI="http://www.vervest.org/htp/archive/c/${P}.tar.gz" LICENSE="GPL-2" |