diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-08-20 21:14:11 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-08-20 21:14:11 +0000 |
commit | ff2abcf2611d36e05450df20561fa727c52e84bf (patch) | |
tree | 80f2114325d137402a4b2b30af247b274b1fe3c8 /dev-perl/MogileFS-Utils | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | gentoo-2-ff2abcf2611d36e05450df20561fa727c52e84bf.tar.gz gentoo-2-ff2abcf2611d36e05450df20561fa727c52e84bf.tar.bz2 gentoo-2-ff2abcf2611d36e05450df20561fa727c52e84bf.zip |
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/MogileFS-Utils')
-rw-r--r-- | dev-perl/MogileFS-Utils/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/MogileFS-Utils/MogileFS-Utils-2.17.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-perl/MogileFS-Utils/ChangeLog b/dev-perl/MogileFS-Utils/ChangeLog index 6d29f2482208..1bbcd0c59807 100644 --- a/dev-perl/MogileFS-Utils/ChangeLog +++ b/dev-perl/MogileFS-Utils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/MogileFS-Utils # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog,v 1.12 2010/04/02 23:58:38 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog,v 1.13 2010/08/20 21:14:11 robbat2 Exp $ + +*MogileFS-Utils-2.17 (20 Aug 2010) + + 20 Aug 2010; Robin H. Johnson <robbat2@gentoo.org> + +MogileFS-Utils-2.17.ebuild: + Version bump via perl-bump experimental tool. *MogileFS-Utils-2.16 (02 Apr 2010) diff --git a/dev-perl/MogileFS-Utils/MogileFS-Utils-2.17.ebuild b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.17.ebuild new file mode 100644 index 000000000000..4f0de9da4b77 --- /dev/null +++ b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.17.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.17.ebuild,v 1.1 2010/08/20 21:14:11 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" |