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 8713B138334 for ; Mon, 18 Mar 2019 07:50:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42BF0E099F; Mon, 18 Mar 2019 07:50:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1C75FE099F for ; Mon, 18 Mar 2019 07:50:55 +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 E374C335D1F for ; Mon, 18 Mar 2019 07:50:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0387574 for ; Mon, 18 Mar 2019 07:50:50 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1552895442.acf3f87cb71fa4814272f5a898b03f5e92be8160.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/chrootuid/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/chrootuid/chrootuid-1.3-r1.ebuild X-VCS-Directories: app-admin/chrootuid/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: acf3f87cb71fa4814272f5a898b03f5e92be8160 X-VCS-Branch: master Date: Mon, 18 Mar 2019 07:50:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2ff6b5eb-62d2-44cc-98e6-fb3d8fa020bf X-Archives-Hash: 7c52b93ea834ea2cb0c13a27d0839da1 commit: acf3f87cb71fa4814272f5a898b03f5e92be8160 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Mar 17 16:32:29 2019 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Mar 18 07:50:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acf3f87c app-admin/chrootuid: remove old. Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Patrice Clement gentoo.org> app-admin/chrootuid/chrootuid-1.3-r1.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/app-admin/chrootuid/chrootuid-1.3-r1.ebuild b/app-admin/chrootuid/chrootuid-1.3-r1.ebuild deleted file mode 100644 index 4c7913e0408..00000000000 --- a/app-admin/chrootuid/chrootuid-1.3-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit toolchain-funcs - -MY_P="${P/-/}" - -DESCRIPTION="Run a network service at low privilege level and restricted file system access" -HOMEPAGE="ftp://ftp.porcupine.org/pub/security/index.html" -SRC_URI="ftp://ftp.porcupine.org/pub/security/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm ia64 ppc x86" -IUSE="" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}" -} - -src_install() { - dobin chrootuid - doman chrootuid.1 - dodoc README chrootuid_license -}