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 A3573138359 for ; Wed, 5 Aug 2020 15:54:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB60AE088B; Wed, 5 Aug 2020 15:54:32 +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 6BBF1E088B for ; Wed, 5 Aug 2020 15:54:32 +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 0C40434F41F for ; Wed, 5 Aug 2020 15:54:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A046303 for ; Wed, 5 Aug 2020 15:54:29 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1596642786.a5ff27f9401db096a514ce3d6a9ea9014c3e8f5e.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/apply-default-acl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/apply-default-acl/Manifest sys-apps/apply-default-acl/apply-default-acl-0.4.2.ebuild X-VCS-Directories: sys-apps/apply-default-acl/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: a5ff27f9401db096a514ce3d6a9ea9014c3e8f5e X-VCS-Branch: master Date: Wed, 5 Aug 2020 15:54:29 +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: 48ba8e71-5e98-4e14-aa59-8cfbd3ef8ccd X-Archives-Hash: e11ddb979a5ae5f24552926dd11bf32d commit: a5ff27f9401db096a514ce3d6a9ea9014c3e8f5e Author: Michael Orlitzky gentoo org> AuthorDate: Wed Aug 5 15:52:56 2020 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Wed Aug 5 15:53:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ff27f9 sys-apps/apply-default-acl: remove old "unused" v0.4.2. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Orlitzky gentoo.org> sys-apps/apply-default-acl/Manifest | 1 - .../apply-default-acl-0.4.2.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/sys-apps/apply-default-acl/Manifest b/sys-apps/apply-default-acl/Manifest index 2057d2093c7..c649dec281d 100644 --- a/sys-apps/apply-default-acl/Manifest +++ b/sys-apps/apply-default-acl/Manifest @@ -1,2 +1 @@ -DIST apply-default-acl-0.4.2.tar.xz 246660 BLAKE2B dfb698d6a220b426ea607a70e1c51295629e6ac4637de72cf64a8fe577ed83ceaf6beb7f8b1507ed0d059e6f16e88e1b58a24e641dd6280765c55a70fa30712c SHA512 afe3a0182b76689e41d3a6922a8459587f6013112767ab0d9b60e5197d677ee0cdabd9ebd18f9cb59d4e373b4df2f5845cabddbd382c2743a80c3a20205aa861 DIST apply-default-acl-0.4.4.tar.xz 252164 BLAKE2B 7e584a1cc479b82a82a06214da06619e3e0d0228681277144785346c9829f2411bcdc0a0248bd5688813e9c8d2dcd4591653568e536e167d95b2c0ccc1fcc0bb SHA512 23c637845fcd7ab61a04c3d459b1468c36cd2a27f63b3ab5252a4e39615675431b3d781a7ddf87029ad1c03c4bda43f1689c24b1ad76d2f548bfe3484350df1a diff --git a/sys-apps/apply-default-acl/apply-default-acl-0.4.2.ebuild b/sys-apps/apply-default-acl/apply-default-acl-0.4.2.ebuild deleted file mode 100644 index a35fd4c488a..00000000000 --- a/sys-apps/apply-default-acl/apply-default-acl-0.4.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Apply default POSIX ACLs to files and directories" -HOMEPAGE="http://michael.orlitzky.com/code/apply-default-acl.xhtml" -SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" - -DEPEND="sys-apps/acl" -RDEPEND="${DEPEND}" - -DOCS=( doc/README ) - -# tests need to be executed on filesystem with ACL support -# skipping them for now -RESTRICT="test"