diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-10-29 02:06:06 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-10-29 02:06:06 +0000 |
commit | e7e8753a47944c333474efc3e47d938dc7439f22 (patch) | |
tree | fca5b62e4710e5dacba8a27bbd60e4fffe4c377c /dev-perl/MogileFS-Utils | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | historical-e7e8753a47944c333474efc3e47d938dc7439f22.tar.gz historical-e7e8753a47944c333474efc3e47d938dc7439f22.tar.bz2 historical-e7e8753a47944c333474efc3e47d938dc7439f22.zip |
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2.0_alpha1/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.18.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-perl/MogileFS-Utils/ChangeLog b/dev-perl/MogileFS-Utils/ChangeLog index 1bbcd0c59807..3fb32cf4d910 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.13 2010/08/20 21:14:11 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog,v 1.14 2010/10/29 02:03:50 robbat2 Exp $ + +*MogileFS-Utils-2.18 (29 Oct 2010) + + 29 Oct 2010; Robin H. Johnson <robbat2@gentoo.org> + +MogileFS-Utils-2.18.ebuild: + Version bump via perl-bump experimental tool. *MogileFS-Utils-2.17 (20 Aug 2010) 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" |