summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-06-29 17:09:40 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2012-06-29 17:09:40 +0000
commitfa02fb5fd0dc045d7af5dd0ad2e0cc0caf2639eb (patch)
tree83ef8c3b47cc4524cd5259e96aa22a728750d1b6 /dev-perl
parentCorrect PYTHON_DEPEND (diff)
downloadgentoo-2-fa02fb5fd0dc045d7af5dd0ad2e0cc0caf2639eb.tar.gz
gentoo-2-fa02fb5fd0dc045d7af5dd0ad2e0cc0caf2639eb.tar.bz2
gentoo-2-fa02fb5fd0dc045d7af5dd0ad2e0cc0caf2639eb.zip
Version bump via perl-bump experimental tool.
(Portage version: 2.2.0_alpha107/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.250.0.ebuild20
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/MogileFS-Utils/ChangeLog b/dev-perl/MogileFS-Utils/ChangeLog
index dd5e86ee5a92..a92444617730 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog,v 1.21 2012/06/24 12:59:15 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog,v 1.22 2012/06/29 17:09:40 robbat2 Exp $
+
+*MogileFS-Utils-2.250.0 (29 Jun 2012)
+
+ 29 Jun 2012; Robin H. Johnson <robbat2@gentoo.org>
+ +MogileFS-Utils-2.250.0.ebuild:
+ Version bump via perl-bump experimental tool.
24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
Update CPAN upstream info
diff --git a/dev-perl/MogileFS-Utils/MogileFS-Utils-2.250.0.ebuild b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.250.0.ebuild
new file mode 100644
index 000000000000..35931ed9c9df
--- /dev/null
+++ b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.250.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2012 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.250.0.ebuild,v 1.1 2012/06/29 17:09:40 robbat2 Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=DORMANDO
+MODULE_VERSION=${PV%0.0}
+inherit perl-module
+
+DESCRIPTION="Server for the MogileFS distributed file system"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="virtual/perl-IO-Compress
+ dev-perl/libwww-perl
+ >=dev-perl/MogileFS-Client-1.16"
+DEPEND="${RDEPEND}"