commit: d3440cdaca82823254d9585188b82ffd1c0f62ac Author: Jan Breuer <jan.breuer <AT> jaybee <DOT> cz> AuthorDate: Tue Jul 12 16:49:48 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Mon Aug 8 08:14:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3440cda
net-misc/ptpd: update homepage and source Closes: https://github.com/gentoo/gentoo/pull/1878 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> net-misc/ptpd/Manifest | 2 +- net-misc/ptpd/ptpd-2.3.1.ebuild | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/net-misc/ptpd/Manifest b/net-misc/ptpd/Manifest index cc9ef1e..5a6d7e9 100644 --- a/net-misc/ptpd/Manifest +++ b/net-misc/ptpd/Manifest @@ -1 +1 @@ -DIST ptpd-2.3.1.tar.gz 1196180 SHA256 0dbf54dd2c178bd9fe62481d2c37513ee36636d8bf137cfdad96891490cdbf93 SHA512 c0e9eecfd87769b8cdbac624bf40f28634911e92d2169f4b91d59b76466eb4bf2143037dab3c601190ceaa13c8ab857c7875789448a46ab560bf0d0b8d321963 WHIRLPOOL e81b43eded2891a8eec2e880a837e6da5d94b64f363979af64eabdc341b75aae79605c00a7790a842e77b9d00ec69cf9bf97d7ff92498549db31825835cd6128 +DIST ptpd-2.3.1.tar.gz 884161 SHA256 267ad61d09d97069acec5d4878dceda20d0ddbebd27557d80230847848cee6c2 SHA512 25c128ce1920ae2c1469e986bfa5d5b8ebca04ec14b838fb8232b36e0a1ef94646507e1b25034846d11cf0f71d7e2da983b9f6408f8fcfc608904ecfec2a15c4 WHIRLPOOL dfc107c0011db56b1e943bf9ac794c51631e0320e8ae19c5db2d67af55cd15a73e2e71117abca0db787896ea0366987eee29d91f15eea336c96be7093accfd6b diff --git a/net-misc/ptpd/ptpd-2.3.1.ebuild b/net-misc/ptpd/ptpd-2.3.1.ebuild index ce4ef8f..f2f93bc 100644 --- a/net-misc/ptpd/ptpd-2.3.1.ebuild +++ b/net-misc/ptpd/ptpd-2.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,9 +7,9 @@ EAPI=5 inherit autotools eutils flag-o-matic systemd DESCRIPTION="Precision Time Protocol daemon" -HOMEPAGE="http://ptpd.sf.net" +HOMEPAGE="https://github.com/ptpd/ptpd" -SRC_URI="mirror://sourceforge/ptpd/${PV}/${P}.tar.gz" +SRC_URI="https://github.com/ptpd/ptpd/archive/${P}.tar.gz" KEYWORDS="~amd64 ~arm ~x86" LICENSE="BSD" @@ -22,6 +22,8 @@ DEPEND="${RDEPEND}" RDEPEND="${RDEPEND} ntp? ( net-misc/ntp )" +S=${WORKDIR}/ptpd-${P} + src_prepare() { eautoreconf }
