diff options
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}" |