apply-default-acl-0.0.6.ebuild 523 B

12345678910111213141516171819202122
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. DESCRIPTION="Apply default POSIX ACLs to files and directories"
  5. HOMEPAGE="http://michael.orlitzky.com/code/apply-default-acl.xhtml"
  6. SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.gz"
  7. LICENSE="GPL-3"
  8. SLOT="0"
  9. KEYWORDS="amd64 x86"
  10. DEPEND="sys-apps/acl"
  11. RDEPEND="${DEPEND}"
  12. DOCS=( doc/README )
  13. # tests need to be executed on filesystem with ACL support
  14. # skipping them for now
  15. RESTRICT="test"