summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-10-29 02:03:50 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-10-29 02:03:50 +0000
commit1e33eac99a1096406160f6f98b730bc18bc76806 (patch)
tree1eaab27c5c5be464f865e0880e5eb6cfc904a76c /dev-perl
parentVersion bump via perl-bump experimental tool. (diff)
downloadgentoo-2-1e33eac99a1096406160f6f98b730bc18bc76806.tar.gz
gentoo-2-1e33eac99a1096406160f6f98b730bc18bc76806.tar.bz2
gentoo-2-1e33eac99a1096406160f6f98b730bc18bc76806.zip
Version bump via perl-bump experimental tool.
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/MogileFS-Utils/ChangeLog8
-rw-r--r--dev-perl/MogileFS-Utils/MogileFS-Utils-2.18.ebuild18
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"