diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-01-13 19:53:45 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-01-13 19:53:45 +0000 |
commit | 561da6585d07e3a4254be7bbb7a538e87ef6454e (patch) | |
tree | f1f1dd6d14c46ddefe2558929e97c88fecebf9e1 /dev-perl/MogileFS-Utils/MogileFS-Utils-2.14.ebuild | |
parent | Marking sqlite-3.6.6.2 ppc for bug 254864 (diff) | |
download | historical-561da6585d07e3a4254be7bbb7a538e87ef6454e.tar.gz historical-561da6585d07e3a4254be7bbb7a538e87ef6454e.tar.bz2 historical-561da6585d07e3a4254be7bbb7a538e87ef6454e.zip |
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.28-05718-g0556e82 x86_64
Diffstat (limited to 'dev-perl/MogileFS-Utils/MogileFS-Utils-2.14.ebuild')
-rw-r--r-- | dev-perl/MogileFS-Utils/MogileFS-Utils-2.14.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/MogileFS-Utils/MogileFS-Utils-2.14.ebuild b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.14.ebuild new file mode 100644 index 000000000000..9c459f5cd12f --- /dev/null +++ b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.14.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 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.14.ebuild,v 1.1 2009/01/13 19:53:32 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-Compress-Zlib + dev-perl/libwww-perl + >=dev-perl/MogileFS-Client-1.07 + dev-lang/perl" |