From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C07031384B4 for ; Mon, 16 Nov 2015 20:05:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C0E7E0850; Mon, 16 Nov 2015 20:05:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CDA19E0850 for ; Mon, 16 Nov 2015 20:05:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA0EA3407E6 for ; Mon, 16 Nov 2015 20:05:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C5D2A44 for ; Mon, 16 Nov 2015 20:05:27 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1447704221.9028bc604045e0b4c6c5f7e2adad77f8a05f03ca.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/linuxptp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/linuxptp/Manifest net-misc/linuxptp/linuxptp-1.6.ebuild X-VCS-Directories: net-misc/linuxptp/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 9028bc604045e0b4c6c5f7e2adad77f8a05f03ca X-VCS-Branch: master Date: Mon, 16 Nov 2015 20:05:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f420821f-b375-47ca-85fd-cda2098d7661 X-Archives-Hash: 277de8d95d15f79e22f10b5825d42c7b commit: 9028bc604045e0b4c6c5f7e2adad77f8a05f03ca Author: Thomas Beierlein gentoo org> AuthorDate: Mon Nov 16 20:03:41 2015 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Mon Nov 16 20:03:41 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9028bc60 net-misc/linuxptp: Version bump Package-Manager: portage-2.2.24 net-misc/linuxptp/Manifest | 1 + net-misc/linuxptp/linuxptp-1.6.ebuild | 37 +++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/net-misc/linuxptp/Manifest b/net-misc/linuxptp/Manifest index 2914012..36c7dcd 100644 --- a/net-misc/linuxptp/Manifest +++ b/net-misc/linuxptp/Manifest @@ -1 +1,2 @@ DIST linuxptp-1.5.tgz 139127 SHA256 ecebc8503a9fd2340299f8015e520527c32cf3760d34849fa0e855bbbf4b1090 SHA512 03ec0c3a283e08f9e62dfa7d059326887db541aa53b5c65e03534079083f39666a441a4303f428f3b972976483e683e603bdc2ec232495ccab46153531124974 WHIRLPOOL e5fb5398cf239221f08ec52830252aa4eeaabcef6341cc9c04a9ff3794d4d93f18247323b0a1fd26a088e00d6816087d7149e8625e7b25d91882be9dc034dec1 +DIST linuxptp-1.6.tgz 144842 SHA256 e7fd16a9f235b059be527bd512e86f0c1d9f2e7c36736e6d6d9727a4427ac14c SHA512 f7e237f2afc0a53254cd56c3121c44dd633947eadf3c76bd3cb1e9488281e582d7d80dd33a681f5b4aef336cb3cfefe274783cf3b4a6f6e4bf98488996d81883 WHIRLPOOL fbd9492330d5fe6cfb5732778c3d3384d41250c1a0709e64cd2b19c1c050a9d5c02daa0ec14d4e68ee5356a77bd088d8cb6cffe9fee464354c3e128b2d532892 diff --git a/net-misc/linuxptp/linuxptp-1.6.ebuild b/net-misc/linuxptp/linuxptp-1.6.ebuild new file mode 100644 index 0000000..bb2894e --- /dev/null +++ b/net-misc/linuxptp/linuxptp-1.6.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit linux-info + +DESCRIPTION="The Linux Precision Time Protocol (PTP) implementation" +HOMEPAGE="http://linuxptp.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/v${PV}/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +CONFIG_CHECK="PPS NETWORK_PHY_TIMESTAMPING PTP_1588_CLOCK" + +src_compile() { + export EXTRA_CFLAGS=${CFLAGS} + emake prefix=/usr mandir=/usr/share/man +} + +src_install() { + emake \ + prefix="${D}"/usr \ + mandir="${D}"/usr/share/man \ + infodir="${D}"/usr/share/info \ + libdir="${D}"/usr/$(get_libdir) \ + install + + dodoc README.org +}