summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-04-02 23:58:38 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-04-02 23:58:38 +0000
commit674f6cedfa216bc3f68c3db7cba4ba542211a224 (patch)
treeaadf427e8a736dd82130f3baf3041b9f148dba40 /dev-perl/MogileFS-Utils
parentVersion bump via perl-bump experimental tool. (diff)
downloadgentoo-2-674f6cedfa216bc3f68c3db7cba4ba542211a224.tar.gz
gentoo-2-674f6cedfa216bc3f68c3db7cba4ba542211a224.tar.bz2
gentoo-2-674f6cedfa216bc3f68c3db7cba4ba542211a224.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/ChangeLog10
-rw-r--r--dev-perl/MogileFS-Utils/MogileFS-Utils-2.16.ebuild18
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-perl/MogileFS-Utils/ChangeLog b/dev-perl/MogileFS-Utils/ChangeLog
index 70e8ce6caeab..6d29f2482208 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog,v 1.11 2009/12/18 03:23:51 robbat2 Exp $
+# 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 $
+
+*MogileFS-Utils-2.16 (02 Apr 2010)
+
+ 02 Apr 2010; Robin H. Johnson <robbat2@gentoo.org>
+ +MogileFS-Utils-2.16.ebuild:
+ Version bump via perl-bump experimental tool.
*MogileFS-Utils-2.15 (18 Dec 2009)
diff --git a/dev-perl/MogileFS-Utils/MogileFS-Utils-2.16.ebuild b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.16.ebuild
new file mode 100644
index 000000000000..ad1abd18de12
--- /dev/null
+++ b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.16.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.16.ebuild,v 1.1 2010/04/02 23:58:38 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"