Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/apply-default-acl/
Date: Tue, 31 Jul 2018 00:04:11
Message-Id: 1532995407.07dabb1b81b6aad6db5f8aa0e570899b8f5b9507.mjo@gentoo
1 commit: 07dabb1b81b6aad6db5f8aa0e570899b8f5b9507
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 30 23:59:25 2018 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 31 00:03:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07dabb1b
7
8 sys-apps/apply-default-acl: remove "unused" apply-default-acl-0.0.6.ebuild.
9
10 Package-Manager: Portage-2.3.44, Repoman-2.3.9
11
12 sys-apps/apply-default-acl/Manifest | 1 -
13 .../apply-default-acl-0.0.6.ebuild | 21 ---------------------
14 2 files changed, 22 deletions(-)
15
16 diff --git a/sys-apps/apply-default-acl/Manifest b/sys-apps/apply-default-acl/Manifest
17 index a1afbcb2ad2..f52c519afc3 100644
18 --- a/sys-apps/apply-default-acl/Manifest
19 +++ b/sys-apps/apply-default-acl/Manifest
20 @@ -1,2 +1 @@
21 -DIST apply-default-acl-0.0.6.tar.gz 112220 BLAKE2B b0cc21ba3cb9c8112e9b8b02a9cb2eaad81e7ebee2bd0505e1925ce73d97f328b4ce0519d5f8c44b841407f73af1ce32d5ca8a629d244acde969a3ed10c8e75e SHA512 6034de13db1867372b8529e29e8b1a3d002619d4522a5eab346a7940946a1c74adc3eec952bc72bf62c736ae89d5631748153a87feb45353af27ec46c71176f3
22 DIST apply-default-acl-0.4.1.tar.xz 245936 BLAKE2B 40ddc2a3393a7812f753d88baf1750627a09443ca90c6ad3e7207deff26e22c6ed01a0798abef1991f4b7642550cf855ee9e91432778b4ebee0ecfd868a58216 SHA512 b95999b5775f3ccdd9662fcd8dbbc021bc6372a8f50e4c370919f80d27159e3d07cbaeebf3da717c0314880f210a3cc056767715d55cca71cd3fb950f42ba9c0
23
24 diff --git a/sys-apps/apply-default-acl/apply-default-acl-0.0.6.ebuild b/sys-apps/apply-default-acl/apply-default-acl-0.0.6.ebuild
25 deleted file mode 100644
26 index f721fca72c1..00000000000
27 --- a/sys-apps/apply-default-acl/apply-default-acl-0.0.6.ebuild
28 +++ /dev/null
29 @@ -1,21 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -DESCRIPTION="Apply default POSIX ACLs to files and directories"
36 -HOMEPAGE="http://michael.orlitzky.com/code/apply-default-acl.xhtml"
37 -SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.gz"
38 -
39 -LICENSE="GPL-3"
40 -SLOT="0"
41 -KEYWORDS="amd64 x86"
42 -
43 -DEPEND="sys-apps/acl"
44 -RDEPEND="${DEPEND}"
45 -
46 -DOCS=( doc/README )
47 -
48 -# tests need to be executed on filesystem with ACL support
49 -# skipping them for now
50 -RESTRICT="test"