summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-01-13 19:53:45 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-01-13 19:53:45 +0000
commit561da6585d07e3a4254be7bbb7a538e87ef6454e (patch)
treef1f1dd6d14c46ddefe2558929e97c88fecebf9e1 /dev-perl/MogileFS-Utils
parentMarking sqlite-3.6.6.2 ppc for bug 254864 (diff)
downloadhistorical-561da6585d07e3a4254be7bbb7a538e87ef6454e.tar.gz
historical-561da6585d07e3a4254be7bbb7a538e87ef6454e.tar.bz2
historical-561da6585d07e3a4254be7bbb7a538e87ef6454e.zip
Version bump via perl-bump experimental tool.
Package-Manager: portage-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/ChangeLog10
-rw-r--r--dev-perl/MogileFS-Utils/MogileFS-Utils-2.14.ebuild19
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"