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 5848A138334 for ; Thu, 27 Sep 2018 23:55:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16475E0943; Thu, 27 Sep 2018 23:55:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E54F9E0943 for ; Thu, 27 Sep 2018 23:55:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 96D11335C5B for ; Thu, 27 Sep 2018 23:55:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBCA63F8 for ; Thu, 27 Sep 2018 23:55:19 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1538092299.b47e6c8053042775b19417a1a64f9b98424431f1.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/trousers/files/, app-crypt/trousers/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/trousers/files/tcsd.initd app-crypt/trousers/trousers-0.3.14-r1.ebuild X-VCS-Directories: app-crypt/trousers/files/ app-crypt/trousers/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: b47e6c8053042775b19417a1a64f9b98424431f1 X-VCS-Branch: master Date: Thu, 27 Sep 2018 23:55:19 +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: 60e30232-2418-49eb-8b23-9d1c8268b444 X-Archives-Hash: 1bc8a38b228f9d253b238421c912dcdb commit: b47e6c8053042775b19417a1a64f9b98424431f1 Author: Alon Bar-Lev gentoo org> AuthorDate: Sun Sep 23 13:51:48 2018 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Thu Sep 27 23:51:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b47e6c80 app-crypt/trousers: eapi bump Package-Manager: Portage-2.3.49, Repoman-2.3.10 app-crypt/trousers/files/tcsd.initd | 2 +- app-crypt/trousers/trousers-0.3.14-r1.ebuild | 19 +++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/app-crypt/trousers/files/tcsd.initd b/app-crypt/trousers/files/tcsd.initd index 19278c5658d..c9c050cb06d 100644 --- a/app-crypt/trousers/files/tcsd.initd +++ b/app-crypt/trousers/files/tcsd.initd @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 depend() { diff --git a/app-crypt/trousers/trousers-0.3.14-r1.ebuild b/app-crypt/trousers/trousers-0.3.14-r1.ebuild index 0709846429a..e852005fcd5 100644 --- a/app-crypt/trousers/trousers-0.3.14-r1.ebuild +++ b/app-crypt/trousers/trousers-0.3.14-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit autotools linux-info ltprune readme.gentoo-r1 systemd user udev +inherit autotools linux-info readme.gentoo-r1 systemd user udev DESCRIPTION="An open-source TCG Software Stack (TSS) v1.1 implementation" HOMEPAGE="http://trousers.sf.net" @@ -17,14 +17,12 @@ IUSE="doc libressl selinux" # gtk # gtk support presently does NOT compile. # gtk? ( >=x11-libs/gtk+-2 ) -CDEPEND=">=dev-libs/glib-2 +DEPEND=">=dev-libs/glib-2 !libressl? ( >=dev-libs/openssl-0.9.7:0 ) - libressl? ( dev-libs/libressl ) -" -DEPEND="${CDEPEND} - virtual/pkgconfig" -RDEPEND="${CDEPEND} + libressl? ( dev-libs/libressl )" +RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-tcsd )" +BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}/${PN}-0.3.13-nouseradd.patch" @@ -93,6 +91,8 @@ src_configure() { src_install() { default + find "${D}" -name '*.la' -delete || die + keepdir /var/lib/tpm use doc && dodoc doc/* newinitd "${FILESDIR}"/tcsd.initd tcsd @@ -100,6 +100,5 @@ src_install() { systemd_dounit "${FILESDIR}"/tcsd.service udev_dorules "${FILESDIR}"/61-trousers.rules fowners tss:tss /var/lib/tpm - prune_libtool_files readme.gentoo_create_doc }