diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-12-18 03:23:51 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-12-18 03:23:51 +0000 |
commit | 2f23a4bad021666c672debbef2750851e5893d17 (patch) | |
tree | 517f6c7655f8ef5ff77b1c4a7208186f0c7f9691 /dev-perl/MogileFS-Utils | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | gentoo-2-2f23a4bad021666c672debbef2750851e5893d17.tar.gz gentoo-2-2f23a4bad021666c672debbef2750851e5893d17.tar.bz2 gentoo-2-2f23a4bad021666c672debbef2750851e5893d17.zip |
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc58/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/MogileFS-Utils')
-rw-r--r-- | dev-perl/MogileFS-Utils/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/MogileFS-Utils/MogileFS-Utils-2.15.ebuild | 19 |
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" |