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 4883F1382C5 for ; Thu, 26 Apr 2018 11:22:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECE8AE08CE; Thu, 26 Apr 2018 11:22:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C53B7E08CE for ; Thu, 26 Apr 2018 11:22:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78020335C72 for ; Thu, 26 Apr 2018 11:22:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93A6B29E for ; Thu, 26 Apr 2018 11:22:48 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1524741715.64d495cd5af46cdd6e0c45841dc33c0683bc8e3c.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/selinux-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/selinux-python/selinux-python-9999.ebuild X-VCS-Directories: sys-apps/selinux-python/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 64d495cd5af46cdd6e0c45841dc33c0683bc8e3c X-VCS-Branch: master Date: Thu, 26 Apr 2018 11:22:48 +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: 03cb39c3-21c7-4231-af22-03ff01ded2df X-Archives-Hash: 29e7736053064d40419b733eb652aba1 commit: 64d495cd5af46cdd6e0c45841dc33c0683bc8e3c Author: Jason Zaman gentoo org> AuthorDate: Wed Apr 25 12:20:07 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Thu Apr 26 11:21:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d495cd sys-apps/selinux-python: update live ebuild Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-apps/selinux-python/selinux-python-9999.ebuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/sys-apps/selinux-python/selinux-python-9999.ebuild b/sys-apps/selinux-python/selinux-python-9999.ebuild index c1e6a49cf4c..abb33eda4e3 100644 --- a/sys-apps/selinux-python/selinux-python-9999.ebuild +++ b/sys-apps/selinux-python/selinux-python-9999.ebuild @@ -9,12 +9,12 @@ inherit python-r1 toolchain-funcs MY_P="${P//_/-}" -MY_RELEASEDATE="20170804" +MY_RELEASEDATE="20180419" SEPOL_VER="${PV}" SELNX_VER="${PV}" SEMNG_VER="${PV}" -IUSE="audit pam dbus" +IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" DESCRIPTION="SELinux core utilities" @@ -26,7 +26,7 @@ if [[ ${PV} == 9999 ]] ; then S="${WORKDIR}/${MY_P}/${PN#selinux-}" else SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm64 ~mips ~x86" S="${WORKDIR}/${MY_P}" fi @@ -54,7 +54,6 @@ src_compile() { building() { emake -C "${BUILD_DIR}" \ CC="$(tc-getCC)" \ - PYLIBVER="${EPYTHON}" \ LIBDIR="\$(PREFIX)/$(get_libdir)" } python_foreach_impl building @@ -65,7 +64,6 @@ src_install() { emake -C "${BUILD_DIR}" \ DESTDIR="${D}" \ LIBDIR="\$(PREFIX)/$(get_libdir)" \ - LIBSEPOLA="/usr/$(get_libdir)/libsepol.a" \ install python_optimize } @@ -73,10 +71,10 @@ src_install() { # Set version-specific scripts for pyscript in audit2allow sepolgen-ifgen sepolicy chcat; do - python_replicate_script "${ED}/usr/bin/${pyscript}" + python_replicate_script "${ED}/usr/bin/${pyscript}" done for pyscript in semanage; do - python_replicate_script "${ED}/usr/sbin/${pyscript}" + python_replicate_script "${ED}/usr/sbin/${pyscript}" done # Create sepolgen.conf with different devel location definition