diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-01-13 19:53:32 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-01-13 19:53:32 +0000 |
commit | b3a71a6e82774b17f351277e1f353ad30c5fcfac (patch) | |
tree | 4577e52776be348039d7327dfeef13a664729102 /dev-perl/MogileFS-Utils | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | gentoo-2-b3a71a6e82774b17f351277e1f353ad30c5fcfac.tar.gz gentoo-2-b3a71a6e82774b17f351277e1f353ad30c5fcfac.tar.bz2 gentoo-2-b3a71a6e82774b17f351277e1f353ad30c5fcfac.zip |
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-05718-g0556e82 x86_64)
Diffstat (limited to 'dev-perl/MogileFS-Utils')
-rw-r--r-- | dev-perl/MogileFS-Utils/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/MogileFS-Utils/MogileFS-Utils-2.14.ebuild | 19 |
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/MogileFS-Utils/ChangeLog b/dev-perl/MogileFS-Utils/ChangeLog index aebd8d4985ac..c4a3c09506fc 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog,v 1.8 2008/12/30 16:15:56 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog,v 1.9 2009/01/13 19:53:32 robbat2 Exp $ + +*MogileFS-Utils-2.14 (13 Jan 2009) + + 13 Jan 2009; Robin H. Johnson <robbat2@gentoo.org> + +MogileFS-Utils-2.14.ebuild: + Version bump via perl-bump experimental tool. 30 Dec 2008; Torsten Veller <tove@gentoo.org> -MogileFS-Utils-2.07.ebuild, -MogileFS-Utils-2.09.ebuild, -MogileFS-Utils-2.10.ebuild, 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" |