diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-09-21 16:48:39 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-09-21 16:48:39 +0000 |
commit | 1b27edd3b75b02f57501244687718ecc33d2fcfd (patch) | |
tree | 89be7e2e54ee37484168e61db4642decfd4b8f2d /dev-python/pylibacl/pylibacl-0.2.1.ebuild | |
parent | fix the grep for mydomain so that it takes only ^domain, as the word domain c... (diff) | |
download | gentoo-2-1b27edd3b75b02f57501244687718ecc33d2fcfd.tar.gz gentoo-2-1b27edd3b75b02f57501244687718ecc33d2fcfd.tar.bz2 gentoo-2-1b27edd3b75b02f57501244687718ecc33d2fcfd.zip |
Initial commit, ebuild submitted by Thomas Bettler <bettlertho@sis.unibe.ch>, dependancy for new rdiff-backup.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-python/pylibacl/pylibacl-0.2.1.ebuild')
-rw-r--r-- | dev-python/pylibacl/pylibacl-0.2.1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/pylibacl/pylibacl-0.2.1.ebuild b/dev-python/pylibacl/pylibacl-0.2.1.ebuild new file mode 100644 index 000000000000..7f126bba8c39 --- /dev/null +++ b/dev-python/pylibacl/pylibacl-0.2.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibacl/pylibacl-0.2.1.ebuild,v 1.1 2005/09/21 16:48:39 robbat2 Exp $ + +inherit distutils + +DESCRIPTION="Python interface to libacl" +HOMEPAGE="http://sourceforge.net/projects/pylibacl/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND="virtual/python + sys-apps/acl" +RDEPEND="${DEPEND}" |