pacho       14/09/24 11:21:21

  Modified:             ChangeLog
  Added:                ypbind-1.37.2.ebuild
  Log:
  Version bump, fixes systemd linking (#502530)
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.87                 net-nds/ypbind/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ChangeLog?rev=1.87&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ChangeLog?rev=1.87&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ChangeLog?r1=1.86&r2=1.87

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog   26 Jun 2014 12:45:26 -0000      1.86
+++ ChangeLog   24 Sep 2014 11:21:21 -0000      1.87
@@ -1,6 +1,11 @@
 # ChangeLog for net-nds/ypbind
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.86 2014/06/26 
12:45:26 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.87 2014/09/24 
11:21:21 pacho Exp $
+
+*ypbind-1.37.2 (24 Sep 2014)
+
+  24 Sep 2014; Pacho Ramos <[email protected]> +ypbind-1.37.2.ebuild:
+  Version bump, fixes systemd linking (#502530)
 
   26 Jun 2014; Michael Palimaka <[email protected]>
   -files/ypbind-1.31-man-port.patch, -ypbind-1.33.ebuild:



1.1                  net-nds/ypbind/ypbind-1.37.2.ebuild

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

Index: ypbind-1.37.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.37.2.ebuild,v 1.1 
2014/09/24 11:21:21 pacho Exp $

EAPI=5
inherit readme.gentoo systemd

MY_P=${PN}-mt-${PV}
S="${WORKDIR}/${MY_P}"

DESCRIPTION="Multithreaded NIS bind service (ypbind-mt)"
HOMEPAGE="http://www.linux-nis.org/nis/ypbind-mt/index.html";
SRC_URI="http://www.linux-nis.org/download/ypbind-mt/${MY_P}.tar.bz2";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug dbus nls slp systemd"

RDEPEND="
        debug? ( dev-libs/dmalloc )
        dbus? ( dev-libs/dbus-glib )
        slp? ( net-libs/openslp )
        systemd? (
                net-nds/rpcbind
                >=net-nds/yp-tools-2.12-r1
                sys-apps/systemd )
        !systemd? (
                net-nds/yp-tools
                || ( net-nds/portmap net-nds/rpcbind ) )
"
DEPEND="${RDEPEND}
        nls? ( sys-devel/gettext )
"

DOC_CONTENTS="
        If you are using dhcpcd, be sure to add the -Y option to
        dhcpcd_eth0 (or eth1, etc.) to keep dhcpcd from clobbering
        /etc/yp.conf.
"

src_prepare() {
        ! use systemd && export ac_cv_header_systemd_sd_daemon_h=no
}

src_configure() {
        econf \
                $(use_enable nls) \
                $(use_enable slp) \
                $(use_with debug dmalloc) \
                $(use_enable dbus dbus-nm)
}

src_install() {
        default

        insinto /etc
        newins etc/yp.conf yp.conf.example

        newconfd "${FILESDIR}/ypbind.confd-r1" ypbind
        newinitd "${FILESDIR}/ypbind.initd" ypbind
        use systemd && systemd_dounit "${FILESDIR}/ypbind.service"

        readme.gentoo_create_doc
}




Reply via email to