diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2007-05-16 11:13:22 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2007-05-16 11:13:22 +0000 |
commit | baf4a8ba1297c934fe610973cddd0cfb25af6d5d (patch) | |
tree | e6e6682707719c65653b990b7240b3e1a1a28dae /dev-perl/MogileFS-Utils | |
parent | Fix whitespace. (diff) | |
download | gentoo-2-baf4a8ba1297c934fe610973cddd0cfb25af6d5d.tar.gz gentoo-2-baf4a8ba1297c934fe610973cddd0cfb25af6d5d.tar.bz2 gentoo-2-baf4a8ba1297c934fe610973cddd0cfb25af6d5d.zip |
Version bump.
(Portage version: 2.1.2.5)
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.10.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/MogileFS-Utils/files/digest-MogileFS-Utils-2.10 | 3 |
3 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/MogileFS-Utils/ChangeLog b/dev-perl/MogileFS-Utils/ChangeLog index bd9dc0c53b0b..6d32401da9a1 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog,v 1.2 2007/05/09 07:47:01 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog,v 1.3 2007/05/16 11:13:22 robbat2 Exp $ + +*MogileFS-Utils-2.10 (16 May 2007) + + 16 May 2007; Robin H. Johnson <robbat2@gentoo.org> + +MogileFS-Utils-2.10.ebuild: + Version bump. *MogileFS-Utils-2.09 (09 May 2007) diff --git a/dev-perl/MogileFS-Utils/MogileFS-Utils-2.10.ebuild b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.10.ebuild new file mode 100644 index 000000000000..bbe792b844d6 --- /dev/null +++ b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.10.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2007 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.10.ebuild,v 1.1 2007/05/16 11:13:22 robbat2 Exp $ + +inherit perl-module + +DESCRIPTION="Server for the MogileFS distributed file system" +HOMEPAGE="http://search.cpan.org/search?query=MogileFS-Utils&mode=dist" +SRC_URI="mirror://cpan/authors/id/B/BR/BRADFITZ/${P}.tar.gz" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~ppc ~x86" + +DEPEND="dev-perl/Compress-Zlib + dev-perl/libwww-perl + >=dev-perl/MogileFS-Client-1.07 + dev-lang/perl" diff --git a/dev-perl/MogileFS-Utils/files/digest-MogileFS-Utils-2.10 b/dev-perl/MogileFS-Utils/files/digest-MogileFS-Utils-2.10 new file mode 100644 index 000000000000..3aadc6fd37f2 --- /dev/null +++ b/dev-perl/MogileFS-Utils/files/digest-MogileFS-Utils-2.10 @@ -0,0 +1,3 @@ +MD5 1729cd4fff321a3cfe730efef2f2609e MogileFS-Utils-2.10.tar.gz 24045 +RMD160 7369a3a03318c1d03a97da2491c1b326bddbdde2 MogileFS-Utils-2.10.tar.gz 24045 +SHA256 3ee1a68bb07ce1bbc470e71317df5802b45d62cc3291a1210572fadafba470f1 MogileFS-Utils-2.10.tar.gz 24045 |