diff options
author | 2013-08-25 10:50:43 +0000 | |
---|---|---|
committer | 2013-08-25 10:50:43 +0000 | |
commit | 0cdea0c93d478d33a666c77a0da06032fcd9869f (patch) | |
tree | 12d881da8ec729dc4cf3b35efe20247d5696e48f /dev-perl/Quota/Quota-1.700.0.ebuild | |
parent | Bump (diff) | |
download | gentoo-2-0cdea0c93d478d33a666c77a0da06032fcd9869f.tar.gz gentoo-2-0cdea0c93d478d33a666c77a0da06032fcd9869f.tar.bz2 gentoo-2-0cdea0c93d478d33a666c77a0da06032fcd9869f.zip |
Bump
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-perl/Quota/Quota-1.700.0.ebuild')
-rw-r--r-- | dev-perl/Quota/Quota-1.700.0.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/Quota/Quota-1.700.0.ebuild b/dev-perl/Quota/Quota-1.700.0.ebuild new file mode 100644 index 000000000000..8cf7f200d3c0 --- /dev/null +++ b/dev-perl/Quota/Quota-1.700.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Quota/Quota-1.700.0.ebuild,v 1.1 2013/08/25 10:50:43 patrick Exp $ + +EAPI=4 + +MODULE_AUTHOR=TOMZO +MODULE_VERSION=1.7.0 +inherit perl-module + +DESCRIPTION="Quota - Perl interface to file system quotas" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="" + +# Tests need real FS access/root permissions and are interactive +SRC_TEST="skip" + +src_prepare() { + # disable AFS completely for now, need somebody who can really test it + sed -i -e 's|-d "/afs"|0|' Makefile.PL || die "sed failed" +} |