Skip to content

Commit

Permalink
sys-apps/apply-default-acl: new version 0.0.5.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
orlitzky committed Sep 27, 2016
1 parent 29ca70e commit 8b15c4c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions sys-apps/apply-default-acl/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST apply-default-acl-0.0.4.tar.gz 99201 SHA256 a9c9a91198f8294aa6ec9c2e43e3bdb6c75e07961306a29a9b13d453d3079680 SHA512 0935ba7608314d55b223803e9b118fc8e785bc92d8235077a1e7534309184934e2558dbc9e39ba45224018cdf1bd7148c471f3ff3b71aab6c1449c377fac3b5d WHIRLPOOL 76718fd814a9e8fd0dd6ead9373babc39b36d1da22cd55b0b20ff3d83489f0bd355964bfe6ffbcf6f3961f318cc462ca658c0660cdedec3f3c201820249f5fd3
DIST apply-default-acl-0.0.5.tar.gz 112098 SHA256 3036e972830d2ce971c88b9db8ee471a6ba59a01b778264a874159ef33dc5dc1 SHA512 ca42c0553506451888de97ae006569e281d75701f4b4984df579ffcd451f838f453c1af574ab4f125be5036bc0a6fe58fcc28876c4c350127ed836fd45297f0f WHIRLPOOL 5c1a8fea3412f85ec59d6e5e90528be03fd87fe0f16fd8bb22c96dc90da321d0838e0c79bf2e74770f71cda57934f50f2144c6314fd2c40882df495229097112
22 changes: 22 additions & 0 deletions sys-apps/apply-default-acl/apply-default-acl-0.0.5.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

DESCRIPTION="Apply default POSIX ACLs to files and directories"
HOMEPAGE="http://michael.orlitzky.com/code/apply-default-acl.php"
SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.gz"

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"

0 comments on commit 8b15c4c

Please sign in to comment.