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 813F9138334 for ; Wed, 5 Jun 2019 07:47:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA29FE0864; Wed, 5 Jun 2019 07:47:22 +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 7D37FE0864 for ; Wed, 5 Jun 2019 07:47: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 8E4B334574A for ; Wed, 5 Jun 2019 07:47:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4065E603 for ; Wed, 5 Jun 2019 07:47:20 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1559720833.5f9764e202a31f3a64113b24c24bcd7558fb7d0c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pmount/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/pmount/pmount-0.9.99_alpha-r3.ebuild X-VCS-Directories: sys-apps/pmount/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5f9764e202a31f3a64113b24c24bcd7558fb7d0c X-VCS-Branch: master Date: Wed, 5 Jun 2019 07:47:20 +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: d7831eb3-740d-4442-8b8d-124669065f15 X-Archives-Hash: b31036b863a2acec513ee4eba41993aa commit: 5f9764e202a31f3a64113b24c24bcd7558fb7d0c Author: Michał Górny gentoo org> AuthorDate: Wed Jun 5 07:41:40 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jun 5 07:47:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f9764e2 sys-apps/pmount: Drop old Signed-off-by: Michał Górny gentoo.org> sys-apps/pmount/pmount-0.9.99_alpha-r3.ebuild | 82 --------------------------- 1 file changed, 82 deletions(-) diff --git a/sys-apps/pmount/pmount-0.9.99_alpha-r3.ebuild b/sys-apps/pmount/pmount-0.9.99_alpha-r3.ebuild deleted file mode 100644 index 7f24b703357..00000000000 --- a/sys-apps/pmount/pmount-0.9.99_alpha-r3.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils user - -DESCRIPTION="Policy based mounter that gives the ability to mount removable devices as a user" -HOMEPAGE="http://pmount.alioth.debian.org/" -SRC_URI="mirror://debian/pool/main/p/${PN}/${PN}_${PV/_/-}.orig.tar.bz2" -#SRC_URI="http://alioth.debian.org/frs/download.php/3530/${P/_/-}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86" -IUSE="crypt" - -RDEPEND=">=sys-apps/util-linux-2.17.2 - crypt? ( >=sys-fs/cryptsetup-1.0.6-r2 )" -DEPEND="${RDEPEND} - dev-util/intltool - sys-devel/gettext" - -S=${WORKDIR}/${P/_/-} - -pkg_setup() { - enewgroup plugdev -} - -src_prepare() { - # Restore default value from pmount <= 0.9.23 wrt #393633 - sed -i -e '/^not_physically_logged_allow/s:=.*:= yes:' etc/pmount.conf || die - - cat <<-EOF > po/POTFILES.skip - src/conffile.c - src/configuration.c - src/loop.c - EOF - - epatch \ - "${FILESDIR}"/${PN}-0.9.19-testsuite-missing-dir.patch \ - "${FILESDIR}"/${P}-locale-regex.patch -} - -src_configure() { - econf --disable-hal -} - -src_test() { - local testdir=${S}/tests/check_fstab - - ln -s $testdir/a $testdir/b && ln -s $testdir/d $testdir/c && \ - ln -s $testdir/c $testdir/e \ - || die "Unable to create fake symlinks required for testsuite" - - emake check -} - -src_install () { - # Must be run SETUID+SETGID, bug #250106 - exeinto /usr/bin - exeopts -m 6710 -g plugdev - doexe src/{p,pu}mount - - dodoc AUTHORS ChangeLog TODO - doman man/{{p,pu}mount.1,pmount.conf.5} - - insinto /etc - doins etc/pmount.{allow,conf} - - keepdir /media #501772 -} - -pkg_postinst() { - elog - elog "This package has been installed setuid and setgid." - - elog "The permissions are as such that only users that belong to the plugdev" - elog "group are allowed to run this. But if a script run by root mounts a" - elog "device, members of the plugdev group will have access to it." - elog - elog "Please add your user to the plugdev group to be able to mount USB drives" -}