From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 02FB813832F for ; Mon, 15 Aug 2016 08:22:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5ADAE0B7F; Mon, 15 Aug 2016 08:22:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AFC6DE0B80 for ; Mon, 15 Aug 2016 08:22:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F25F5340A23 for ; Mon, 15 Aug 2016 08:22:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9EAB245B for ; Mon, 15 Aug 2016 08:22:15 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1471249320.186a1b921101efd813e6945f3d1e100a1183fe9b.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/gss-proxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nds/gss-proxy/Manifest net-nds/gss-proxy/gss-proxy-0.5.1.ebuild X-VCS-Directories: net-nds/gss-proxy/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 186a1b921101efd813e6945f3d1e100a1183fe9b X-VCS-Branch: master Date: Mon, 15 Aug 2016 08:22:15 +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: 7597f62f-2187-473a-9b64-042ad809145b X-Archives-Hash: 8cf59b54a0c20e17b30fbd058fd704c4 commit: 186a1b921101efd813e6945f3d1e100a1183fe9b Author: Lars Wendler gentoo org> AuthorDate: Mon Aug 15 07:15:47 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Aug 15 08:22:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=186a1b92 net-nds/gss-proxy: Bump to version 0.5.1 Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler gentoo.org> net-nds/gss-proxy/Manifest | 1 + net-nds/gss-proxy/gss-proxy-0.5.1.ebuild | 54 ++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) diff --git a/net-nds/gss-proxy/Manifest b/net-nds/gss-proxy/Manifest index 00e357a..497ea35 100644 --- a/net-nds/gss-proxy/Manifest +++ b/net-nds/gss-proxy/Manifest @@ -1 +1,2 @@ DIST gssproxy-0.5.0.tar.gz 526047 SHA256 0965448e145b0d764ba5ca7707a7bf3d2c9d555f96fcb3ba0d88673a233b31d6 SHA512 14a50583fa304a667243b470415d107026042871374b69e5c5ff82ceb7ae9fd83532241ac032e79e87cea1706970ea0d552f5fc31a0340e22242f4cc4abd5cf8 WHIRLPOOL 9352644e76ba96a0c36640d0cc703f74b5ba48f980edb668f1c98efedab5e9d16c094080af950ba94cf9ceac88bf10f3b68876e83942ae4cafb9d7ddd74ec486 +DIST gssproxy-0.5.1.tar.gz 532525 SHA256 b7ac0b75dcd62264f9ffef4ab0aa14534b850873ada08209ba467e5914643fbd SHA512 72cb987413feba341b57caa27d5efadb8ed63af3751fda7013fe68768457a88011ac3bcf6e90b3d1d5ecf8894708daa0f20e57fe191d8ba3ce9b6492b57708f7 WHIRLPOOL 514e58fab7ad18707d4edd66aafd8aa1ee4f74e045ac5aa47bef50f55c3a2f7dd297ff4504be3ff1f7709abf9b3fd734d023781c25f76fb6e55e950e85acae4c diff --git a/net-nds/gss-proxy/gss-proxy-0.5.1.ebuild b/net-nds/gss-proxy/gss-proxy-0.5.1.ebuild new file mode 100644 index 0000000..7abf2d6 --- /dev/null +++ b/net-nds/gss-proxy/gss-proxy-0.5.1.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="5" + +MY_P="${PN/-}-${PV}" + +DESCRIPTION="daemon to proxy GSSAPI context establishment and channel handling" +HOMEPAGE="https://fedorahosted.org/gss-proxy/" +SRC_URI="https://fedorahosted.org/released/gss-proxy/${MY_P}.tar.gz" + +LICENSE="BSD-1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="debug selinux systemd" + +RDEPEND=">=dev-libs/libverto-0.2.2 + >=dev-libs/ding-libs-0.5.0 + virtual/krb5 + selinux? ( sys-libs/libselinux )" +# We need xml stuff to build the man pages, and people really want/need +# the man pages for this package :). #585200 +DEPEND="${RDEPEND} + app-text/docbook-xml-dtd:4.4 + dev-libs/libxslt + virtual/pkgconfig" + +S="${WORKDIR}/${MY_P}" + +src_configure() { + # The build assumes localstatedir is /var and takes care of + # using all the right subdirs itself. + econf \ + --localstatedir="${EPREFIX}/var" \ + --with-os=gentoo \ + --with-initscript=$(usex systemd systemd sysv) \ + $(use_with selinux) \ + $(use_with debug gssidebug) +} + +src_install() { + default + # This is a plugin module, so no need for la file. + find "${ED}"/usr -name proxymech.la -delete + + doinitd "${FILESDIR}"/gssproxy + insinto /etc/gssproxy + doins examples/*.conf + insinto /etc/gss/mech.d + newins examples/mech gssproxy.conf + + # The build installs a bunch of empty dirs, so prune them. + find "${ED}" -depth -type d -exec rmdir {} + 2>/dev/null +}