diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-01-30 21:05:52 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-01-30 21:05:52 +0000 |
commit | e8cf22a1d99993667049db2f541a881bd4841c58 (patch) | |
tree | 1689b61684c2c071dcf96788e202c99f2c413456 /net-nds/rpcbind | |
parent | Version bump, bug #499614 (diff) | |
download | gentoo-2-e8cf22a1d99993667049db2f541a881bd4841c58.tar.gz gentoo-2-e8cf22a1d99993667049db2f541a881bd4841c58.tar.bz2 gentoo-2-e8cf22a1d99993667049db2f541a881bd4841c58.zip |
Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'net-nds/rpcbind')
-rw-r--r-- | net-nds/rpcbind/ChangeLog | 6 | ||||
-rw-r--r-- | net-nds/rpcbind/rpcbind-0.2.0.ebuild | 55 | ||||
-rw-r--r-- | net-nds/rpcbind/rpcbind-0.2.1.ebuild | 51 |
3 files changed, 5 insertions, 107 deletions
diff --git a/net-nds/rpcbind/ChangeLog b/net-nds/rpcbind/ChangeLog index 8fd074b10515..f24806364826 100644 --- a/net-nds/rpcbind/ChangeLog +++ b/net-nds/rpcbind/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-nds/rpcbind # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.36 2014/01/30 21:04:39 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.37 2014/01/30 21:05:52 radhermit Exp $ + + 30 Jan 2014; Tim Harder <radhermit@gentoo.org> -rpcbind-0.2.0.ebuild, + -rpcbind-0.2.1.ebuild: + Remove old. *rpcbind-0.2.1-r1 (30 Jan 2014) diff --git a/net-nds/rpcbind/rpcbind-0.2.0.ebuild b/net-nds/rpcbind/rpcbind-0.2.0.ebuild deleted file mode 100644 index 3fa9d111af19..000000000000 --- a/net-nds/rpcbind/rpcbind-0.2.0.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v 1.17 2013/04/27 04:15:22 vapier Exp $ - -EAPI="2" - -inherit autotools eutils - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://git.infradead.org/~steved/rpcbind.git" - inherit autotools eutils git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" -fi - -DESCRIPTION="portmap replacement which supports RPC over various protocols" -HOMEPAGE="http://sourceforge.net/projects/rpcbind/" - -LICENSE="BSD" -SLOT="0" -IUSE="selinux tcpd" - -RDEPEND="net-libs/libtirpc - selinux? ( sec-policy/selinux-rpcbind ) - tcpd? ( sys-apps/tcp-wrappers )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - if [[ ${PV} == "9999" ]] ; then - eautoreconf - else - sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.in || die #467018 - epatch "${FILESDIR}"/${P}-pkgconfig.patch - epatch "${FILESDIR}"/${P}-no-nss.patch - eautoreconf - fi -} - -src_configure() { - econf \ - --bindir=/sbin \ - $(use_enable tcpd libwrap) -} - -src_install() { - emake DESTDIR="${D}" install || die - doman man/rpc{bind,info}.8 - dodoc AUTHORS ChangeLog NEWS README - newinitd "${FILESDIR}"/rpcbind.initd rpcbind || die - newconfd "${FILESDIR}"/rpcbind.confd rpcbind || die -} diff --git a/net-nds/rpcbind/rpcbind-0.2.1.ebuild b/net-nds/rpcbind/rpcbind-0.2.1.ebuild deleted file mode 100644 index 193dfd0bc972..000000000000 --- a/net-nds/rpcbind/rpcbind-0.2.1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.1.ebuild,v 1.1 2014/01/30 05:10:36 radhermit Exp $ - -EAPI="4" - -inherit eutils systemd - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://git.infradead.org/~steved/rpcbind.git" - inherit autotools git-r3 -else - SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -fi - -DESCRIPTION="portmap replacement which supports RPC over various protocols" -HOMEPAGE="http://sourceforge.net/projects/rpcbind/" - -LICENSE="BSD" -SLOT="0" -IUSE="debug selinux tcpd warmstarts" - -RDEPEND=">=net-libs/libtirpc-0.2.3 - selinux? ( sec-policy/selinux-rpcbind ) - tcpd? ( sys-apps/tcp-wrappers )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - [[ ${PV} == "9999" ]] && eautoreconf - epatch_user -} - -src_configure() { - econf \ - --bindir="${EPREFIX}"/sbin \ - --with-statedir="${EPREFIX}"/run/${PN} \ - $(use_enable tcpd libwrap) \ - $(use_enable debug) \ - $(use_enable warmstarts) -} - -src_install() { - default - - newinitd "${FILESDIR}"/${PN}.initd ${PN} - newconfd "${FILESDIR}"/${PN}.confd ${PN} - - systemd_dounit "${FILESDIR}"/${PN}.service -} |