summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-12-18 03:23:51 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-12-18 03:23:51 +0000
commit97c492d308700f3e726238bedfa280b4cac16181 (patch)
treeab30aa52177719e22d375dfdddb31f1ca9028622 /dev-perl/MogileFS-Utils
parentVersion bump and removed old ebuilds. (diff)
downloadhistorical-97c492d308700f3e726238bedfa280b4cac16181.tar.gz
historical-97c492d308700f3e726238bedfa280b4cac16181.tar.bz2
historical-97c492d308700f3e726238bedfa280b4cac16181.zip
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2_rc58/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/MogileFS-Utils')
-rw-r--r--dev-perl/MogileFS-Utils/ChangeLog8
-rw-r--r--dev-perl/MogileFS-Utils/MogileFS-Utils-2.15.ebuild19
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/MogileFS-Utils/ChangeLog b/dev-perl/MogileFS-Utils/ChangeLog
index dfa6458aa08a..70e8ce6caeab 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.10 2009/07/19 17:40:43 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog,v 1.11 2009/12/18 03:23:51 robbat2 Exp $
+
+*MogileFS-Utils-2.15 (18 Dec 2009)
+
+ 18 Dec 2009; Robin H. Johnson <robbat2@gentoo.org>
+ +MogileFS-Utils-2.15.ebuild:
+ Version bump via perl-bump experimental tool.
19 Jul 2009; Torsten Veller <tove@gentoo.org> MogileFS-Utils-2.13.ebuild,
MogileFS-Utils-2.14.ebuild:
diff --git a/dev-perl/MogileFS-Utils/MogileFS-Utils-2.15.ebuild b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.15.ebuild
new file mode 100644
index 000000000000..f1589da38bca
--- /dev/null
+++ b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.15.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.15.ebuild,v 1.1 2009/12/18 03:23:51 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.07
+ dev-lang/perl"