mgorny      15/07/09 06:39:06

  Modified:             ChangeLog
  Added:                ptpd-2.3.1.ebuild
  Removed:              ptpd-2.3.0.ebuild ptpd-2.3.1_rc4.ebuild
  Log:
  Version bump with a lot of improvements. 
https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/159 by j123b567.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.2                  net-misc/ptpd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ptpd/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ptpd/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ptpd/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/ptpd/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   12 Jun 2015 10:55:53 -0000      1.1
+++ ChangeLog   9 Jul 2015 06:39:06 -0000       1.2
@@ -1,6 +1,15 @@
 # ChangeLog for net-misc/ptpd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ptpd/ChangeLog,v 1.1 2015/06/12 
10:55:53 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ptpd/ChangeLog,v 1.2 2015/07/09 
06:39:06 mgorny Exp $
+
+*ptpd-2.3.1 (09 Jul 2015)
+
+  09 Jul 2015; Michał Górny <[email protected]> +ptpd-2.3.1.ebuild,
+  -files/ptpd-2.3.0-ntpdc.patch, -files/ptpd-2.3.0-statistics-clear.patch,
+  -files/ptpd-2.3.1_rc4-debug-display.patch, -ptpd-2.3.0.ebuild,
+  -ptpd-2.3.1_rc4.ebuild:
+  Version bump with a lot of improvements. https://github.com/gentoo/gentoo-
+  portage-rsync-mirror/pull/159 by j123b567.
 
 *ptpd-2.3.1_rc4 (12 Jun 2015)
 *ptpd-2.3.0 (12 Jun 2015)



1.1                  net-misc/ptpd/ptpd-2.3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ptpd/ptpd-2.3.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ptpd/ptpd-2.3.1.ebuild?rev=1.1&content-type=text/plain

Index: ptpd-2.3.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/ptpd/ptpd-2.3.1.ebuild,v 1.1 
2015/07/09 06:39:06 mgorny Exp $

EAPI=5

inherit autotools eutils flag-o-matic systemd

DESCRIPTION="Precision Time Protocol daemon"
HOMEPAGE="http://ptpd.sf.net";

SRC_URI="mirror://sourceforge/ptpd/${PV}/${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"

LICENSE="BSD"
SLOT="0"
IUSE="debug experimental ntp +pcap snmp slave-only +statistics"
RDEPEND="
        pcap? ( net-libs/libpcap )
        snmp? ( net-analyzer/net-snmp )"
DEPEND="${RDEPEND}"
RDEPEND="${RDEPEND}
        ntp? ( net-misc/ntp )"

src_prepare() {
        eautoreconf
}

src_configure() {
        append-flags -fno-strict-aliasing
        econf \
                --enable-daemon \
                $(use_enable snmp) \
                $(use_enable experimental experimental-options) \
                $(use_enable statistics) \
                $(use_enable debug runtime-debug) \
                $(use_enable pcap) \
                $(use_enable slave-only)
}

src_install() {
        emake install DESTDIR="${D}"

        insinto /etc
        newins "src/ptpd2.conf.minimal" ptpd2.conf

        newinitd "${FILESDIR}/ptpd2.rc" ptpd2
        newconfd "${FILESDIR}/ptpd2.confd" ptpd2

        systemd_dounit "${FILESDIR}/ptpd2.service"
}

pkg_postinst() {
        elog "Do not forget to setup correct network interface."
        elog "Change the config file /etc/ptpd2.conf to suit your needs."
}




Reply via email to