diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2007-05-09 07:45:08 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2007-05-09 07:45:08 +0000 |
commit | 0f1651a2151de337e5f8603c292f86147aafe43c (patch) | |
tree | 251b7c1eb4572a757c142af4b420c062cf5e1c0c /dev-perl/MogileFS-Client | |
parent | Bump. (diff) | |
download | gentoo-2-0f1651a2151de337e5f8603c292f86147aafe43c.tar.gz gentoo-2-0f1651a2151de337e5f8603c292f86147aafe43c.tar.bz2 gentoo-2-0f1651a2151de337e5f8603c292f86147aafe43c.zip |
Version bump.
(Portage version: 2.1.2.5)
Diffstat (limited to 'dev-perl/MogileFS-Client')
-rw-r--r-- | dev-perl/MogileFS-Client/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/MogileFS-Client/MogileFS-Client-1.07.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/MogileFS-Client/files/digest-MogileFS-Client-1.07 | 3 |
3 files changed, 33 insertions, 1 deletions
diff --git a/dev-perl/MogileFS-Client/ChangeLog b/dev-perl/MogileFS-Client/ChangeLog index 6b3756222013..b20cfb5d732e 100644 --- a/dev-perl/MogileFS-Client/ChangeLog +++ b/dev-perl/MogileFS-Client/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/MogileFS-Client # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client/ChangeLog,v 1.1 2007/04/30 06:05:25 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client/ChangeLog,v 1.2 2007/05/09 07:45:08 robbat2 Exp $ + +*MogileFS-Client-1.07 (09 May 2007) + + 09 May 2007; Robin H. Johnson <robbat2@gentoo.org> + +MogileFS-Client-1.07.ebuild: + Version bump. *MogileFS-Client-1.06 (30 Apr 2007) diff --git a/dev-perl/MogileFS-Client/MogileFS-Client-1.07.ebuild b/dev-perl/MogileFS-Client/MogileFS-Client-1.07.ebuild new file mode 100644 index 000000000000..d25455981ac5 --- /dev/null +++ b/dev-perl/MogileFS-Client/MogileFS-Client-1.07.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client/MogileFS-Client-1.07.ebuild,v 1.1 2007/05/09 07:45:08 robbat2 Exp $ + +inherit perl-module + +DESCRIPTION="Client library for the MogileFS distributed file system" +HOMEPAGE="http://search.cpan.org/search?query=MogileFS-Client&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/IO-stringy-2.110 + dev-perl/libwww-perl + dev-lang/perl" + +# Tests only available if you have a local mogilefsd on 127.0.0.1:7001 +#SRC_TEST="do" +mydoc="CHANGES TODO" diff --git a/dev-perl/MogileFS-Client/files/digest-MogileFS-Client-1.07 b/dev-perl/MogileFS-Client/files/digest-MogileFS-Client-1.07 new file mode 100644 index 000000000000..fc1c86c29afd --- /dev/null +++ b/dev-perl/MogileFS-Client/files/digest-MogileFS-Client-1.07 @@ -0,0 +1,3 @@ +MD5 e53f76c7db26c7f8ac0628d3e35de1b2 MogileFS-Client-1.07.tar.gz 18405 +RMD160 2c4effadd8e564a715172878897fcb01e5d9678f MogileFS-Client-1.07.tar.gz 18405 +SHA256 1ab698d91c2548458d0e5b84cd2b1fcbb7e44fac907a738b2933b38233238be8 MogileFS-Client-1.07.tar.gz 18405 |