Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-nds/rpcbind: rpcbind-0.2.3.ebuild rpcbind-9999.ebuild ChangeLog
Date: Tue, 28 Apr 2015 14:10:08
Message-Id: 20150428015052.4851A992@oystercatcher.gentoo.org
1 vapier 15/04/28 01:50:51
2
3 Modified: rpcbind-9999.ebuild ChangeLog
4 Added: rpcbind-0.2.3.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
9
10 Revision Changes Path
11 1.14 net-nds/rpcbind/rpcbind-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild?r1=1.13&r2=1.14
16
17 Index: rpcbind-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- rpcbind-9999.ebuild 23 Dec 2014 02:14:39 -0000 1.13
24 +++ rpcbind-9999.ebuild 28 Apr 2015 01:50:51 -0000 1.14
25 @@ -1,13 +1,13 @@
26 -# Copyright 1999-2014 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v 1.13 2014/12/23 02:14:39 radhermit Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v 1.14 2015/04/28 01:50:51 vapier Exp $
31
32 EAPI="5"
33
34 inherit eutils systemd
35
36 if [[ ${PV} == "9999" ]] ; then
37 - EGIT_REPO_URI="git://git.infradead.org/~steved/rpcbind.git"
38 + EGIT_REPO_URI="git://linux-nfs.org/~steved/rpcbind.git"
39 inherit autotools git-r3
40 else
41 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
42
43
44
45 1.43 net-nds/rpcbind/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/ChangeLog?rev=1.43&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/ChangeLog?rev=1.43&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/ChangeLog?r1=1.42&r2=1.43
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v
54 retrieving revision 1.42
55 retrieving revision 1.43
56 diff -u -r1.42 -r1.43
57 --- ChangeLog 23 Dec 2014 02:14:39 -0000 1.42
58 +++ ChangeLog 28 Apr 2015 01:50:51 -0000 1.43
59 @@ -1,6 +1,12 @@
60 # ChangeLog for net-nds/rpcbind
61 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.42 2014/12/23 02:14:39 radhermit Exp $
63 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.43 2015/04/28 01:50:51 vapier Exp $
65 +
66 +*rpcbind-0.2.3 (28 Apr 2015)
67 +
68 + 28 Apr 2015; Mike Frysinger <vapier@g.o> +rpcbind-0.2.3.ebuild,
69 + rpcbind-9999.ebuild:
70 + Version bump.
71
72 23 Dec 2014; Tim Harder <radhermit@g.o> rpcbind-9999.ebuild:
73 Sync changes to live ebuild.
74
75
76
77 1.1 net-nds/rpcbind/rpcbind-0.2.3.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.3.ebuild?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.3.ebuild?rev=1.1&content-type=text/plain
81
82 Index: rpcbind-0.2.3.ebuild
83 ===================================================================
84 # Copyright 1999-2015 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.3.ebuild,v 1.1 2015/04/28 01:50:51 vapier Exp $
87
88 EAPI="5"
89
90 inherit eutils systemd
91
92 if [[ ${PV} == "9999" ]] ; then
93 EGIT_REPO_URI="git://linux-nfs.org/~steved/rpcbind.git"
94 inherit autotools git-r3
95 else
96 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
97 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
98 fi
99
100 DESCRIPTION="portmap replacement which supports RPC over various protocols"
101 HOMEPAGE="http://sourceforge.net/projects/rpcbind/"
102
103 LICENSE="BSD"
104 SLOT="0"
105 IUSE="debug selinux systemd tcpd warmstarts"
106
107 CDEPEND=">=net-libs/libtirpc-0.2.3
108 systemd? ( sys-apps/systemd:= )
109 tcpd? ( sys-apps/tcp-wrappers )"
110 DEPEND="${CDEPEND}
111 virtual/pkgconfig"
112 RDEPEND="${CDEPEND}
113 selinux? ( sec-policy/selinux-rpcbind )
114 "
115 src_prepare() {
116 [[ ${PV} == "9999" ]] && eautoreconf
117 epatch_user
118 }
119
120 src_configure() {
121 econf \
122 --bindir="${EPREFIX}"/sbin \
123 --with-statedir="${EPREFIX}"/run/${PN} \
124 --with-rpcuser=root \
125 --with-systemdsystemunitdir=$(usex systemd "$(systemd_get_unitdir)" "no") \
126 $(use_enable tcpd libwrap) \
127 $(use_enable debug) \
128 $(use_enable warmstarts)
129 }
130
131 src_install() {
132 default
133
134 newinitd "${FILESDIR}"/${PN}.initd ${PN}
135 newconfd "${FILESDIR}"/${PN}.confd ${PN}
136
137 systemd_dounit "${FILESDIR}"/${PN}.service
138 }