]> gitweb.michael.orlitzky.com - mjo-overlay.git/blob - sys-apps/apply-default-acl/apply-default-acl-0.0.4.ebuild
Bump apply-default-acl manifest.
[mjo-overlay.git] / sys-apps / apply-default-acl / apply-default-acl-0.0.4.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI=5
6
7 DESCRIPTION="Apply default POSIX ACLs to files and directories"
8 HOMEPAGE="http://michael.orlitzky.com/code/apply-default-acl.php"
9 SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.gz"
10
11 LICENSE="GPL-3"
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
14 IUSE=""
15
16 DEPEND="sys-apps/acl"
17 RDEPEND="${DEPEND}"
18
19 DOCS=( doc/README )