diff options
author | 2011-08-29 17:54:05 +0000 | |
---|---|---|
committer | 2011-08-29 17:54:05 +0000 | |
commit | b1f6262c5bc93bf0ad5db6931f88c3905c812c4d (patch) | |
tree | 785db3e8e7ca54ad20ca3f2a511dc981ae54a6db /dev-perl/MogileFS-Utils | |
parent | Change version scheme (diff) | |
download | gentoo-2-b1f6262c5bc93bf0ad5db6931f88c3905c812c4d.tar.gz gentoo-2-b1f6262c5bc93bf0ad5db6931f88c3905c812c4d.tar.bz2 gentoo-2-b1f6262c5bc93bf0ad5db6931f88c3905c812c4d.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/MogileFS-Utils')
-rw-r--r-- | dev-perl/MogileFS-Utils/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/MogileFS-Utils/MogileFS-Utils-2.200.0.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/MogileFS-Utils/ChangeLog b/dev-perl/MogileFS-Utils/ChangeLog index 06ad304450cc..ddadfec36dd5 100644 --- a/dev-perl/MogileFS-Utils/ChangeLog +++ b/dev-perl/MogileFS-Utils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/MogileFS-Utils # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog,v 1.16 2011/06/16 08:32:13 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog,v 1.17 2011/08/29 17:54:05 tove Exp $ + +*MogileFS-Utils-2.200.0 (29 Aug 2011) + + 29 Aug 2011; Torsten Veller <tove@gentoo.org> +MogileFS-Utils-2.200.0.ebuild: + Change version scheme *MogileFS-Utils-2.20 (16 Jun 2011) diff --git a/dev-perl/MogileFS-Utils/MogileFS-Utils-2.200.0.ebuild b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.200.0.ebuild new file mode 100644 index 000000000000..de7e401ed85e --- /dev/null +++ b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.200.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 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.200.0.ebuild,v 1.1 2011/08/29 17:54:05 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DORMANDO +MODULE_VERSION=2.20 +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.14" +DEPEND="${RDEPEND}" |