diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-06-16 08:32:13 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-06-16 08:32:13 +0000 |
commit | 8d2c2565ea2569aec1a6e1172826ef4ea94d948d (patch) | |
tree | 3ed567de06cea4b441931807fee74397630c935a /dev-perl/MogileFS-Utils | |
parent | Bump to 2.24.5, remove old (diff) | |
download | gentoo-2-8d2c2565ea2569aec1a6e1172826ef4ea94d948d.tar.gz gentoo-2-8d2c2565ea2569aec1a6e1172826ef4ea94d948d.tar.bz2 gentoo-2-8d2c2565ea2569aec1a6e1172826ef4ea94d948d.zip |
Version bump.
(Portage version: 2.2.0_alpha40/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.20.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-perl/MogileFS-Utils/ChangeLog b/dev-perl/MogileFS-Utils/ChangeLog index 1a23dc4a0853..06ad304450cc 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog,v 1.15 2011/01/14 03:40:42 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog,v 1.16 2011/06/16 08:32:13 robbat2 Exp $ + +*MogileFS-Utils-2.20 (16 Jun 2011) + + 16 Jun 2011; Robin H. Johnson <robbat2@gentoo.org> + +MogileFS-Utils-2.20.ebuild: + Version bump. *MogileFS-Utils-2.19 (14 Jan 2011) diff --git a/dev-perl/MogileFS-Utils/MogileFS-Utils-2.20.ebuild b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.20.ebuild new file mode 100644 index 000000000000..f87c7ea8a439 --- /dev/null +++ b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.20.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2011 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.20.ebuild,v 1.1 2011/06/16 08:32:13 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.14" |