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: Fri, 02 Mar 2018 23:27:20
Message-Id: 1520033206.55854763aa702cb26a3ea6d947ce606ab8b8204b.mjo@gentoo
1 commit: 55854763aa702cb26a3ea6d947ce606ab8b8204b
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 26 22:51:36 2018 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 2 23:26:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55854763
7
8 sys-apps/apply-default-acl: new version 0.3.1.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 sys-apps/apply-default-acl/Manifest | 1 +
13 .../apply-default-acl-0.3.1.ebuild | 21 +++++++++++++++++++++
14 2 files changed, 22 insertions(+)
15
16 diff --git a/sys-apps/apply-default-acl/Manifest b/sys-apps/apply-default-acl/Manifest
17 index 8369c429182..0c676076845 100644
18 --- a/sys-apps/apply-default-acl/Manifest
19 +++ b/sys-apps/apply-default-acl/Manifest
20 @@ -1 +1,2 @@
21 DIST apply-default-acl-0.0.6.tar.gz 112220 BLAKE2B b0cc21ba3cb9c8112e9b8b02a9cb2eaad81e7ebee2bd0505e1925ce73d97f328b4ce0519d5f8c44b841407f73af1ce32d5ca8a629d244acde969a3ed10c8e75e SHA512 6034de13db1867372b8529e29e8b1a3d002619d4522a5eab346a7940946a1c74adc3eec952bc72bf62c736ae89d5631748153a87feb45353af27ec46c71176f3
22 +DIST apply-default-acl-0.3.1.tar.xz 244668 BLAKE2B efeaa5171f95e943bfc4157ed005cc188b16570149d9d373b22d525a7361a90449f53a5f6df1a44dfaa01f594b133fd0a8108ef48cbdad66ed2fb55fa3a199cf SHA512 78546d20994f24fed54fec9a558d5a1eaf45ace59d14f7641ef72fb14bc19b5679c0886b3732c998ebd1d8d20a555bccd1407e48de986c555a0d9d5510445932
23
24 diff --git a/sys-apps/apply-default-acl/apply-default-acl-0.3.1.ebuild b/sys-apps/apply-default-acl/apply-default-acl-0.3.1.ebuild
25 new file mode 100644
26 index 00000000000..dac225d9c5f
27 --- /dev/null
28 +++ b/sys-apps/apply-default-acl/apply-default-acl-0.3.1.ebuild
29 @@ -0,0 +1,21 @@
30 +# Copyright 1999-2018 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.xz"
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"