diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-10-29 02:03:50 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-10-29 02:03:50 +0000 |
commit | 1e33eac99a1096406160f6f98b730bc18bc76806 (patch) | |
tree | 1eaab27c5c5be464f865e0880e5eb6cfc904a76c /dev-perl/MogileFS-Utils/MogileFS-Utils-2.18.ebuild | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | gentoo-2-1e33eac99a1096406160f6f98b730bc18bc76806.tar.gz gentoo-2-1e33eac99a1096406160f6f98b730bc18bc76806.tar.bz2 gentoo-2-1e33eac99a1096406160f6f98b730bc18bc76806.zip |
Version bump via perl-bump experimental tool.
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/MogileFS-Utils/MogileFS-Utils-2.18.ebuild')
-rw-r--r-- | dev-perl/MogileFS-Utils/MogileFS-Utils-2.18.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/MogileFS-Utils/MogileFS-Utils-2.18.ebuild b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.18.ebuild new file mode 100644 index 000000000000..582a58baa71f --- /dev/null +++ b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.18.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/MogileFS-Utils-2.18.ebuild,v 1.1 2010/10/29 02:03:50 robbat2 Exp $ + +MODULE_AUTHOR="DORMANDO" +inherit perl-module + +DESCRIPTION="Server for the MogileFS distributed file system" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~ppc ~x86" + +DEPEND="virtual/perl-IO-Compress + dev-perl/libwww-perl + >=dev-perl/MogileFS-Client-1.11" |