diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-04-03 00:00:29 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-04-03 00:00:29 +0000 |
commit | 990f9a20ff19055473c21b1686348ef21cae223d (patch) | |
tree | 90fd1a2067d2d0943e7979350c530a38c02668b9 /dev-perl/MogileFS-Client | |
parent | Update HOMEPAGE. (diff) | |
download | historical-990f9a20ff19055473c21b1686348ef21cae223d.tar.gz historical-990f9a20ff19055473c21b1686348ef21cae223d.tar.bz2 historical-990f9a20ff19055473c21b1686348ef21cae223d.zip |
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/MogileFS-Client')
-rw-r--r-- | dev-perl/MogileFS-Client/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/MogileFS-Client/MogileFS-Client-1.11.ebuild | 22 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/MogileFS-Client/ChangeLog b/dev-perl/MogileFS-Client/ChangeLog index 2165ddb94133..06a1d45a8de3 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client/ChangeLog,v 1.6 2009/12/18 03:23:19 robbat2 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client/ChangeLog,v 1.7 2010/04/02 23:57:32 robbat2 Exp $ + +*MogileFS-Client-1.11 (02 Apr 2010) + + 02 Apr 2010; Robin H. Johnson <robbat2@gentoo.org> + +MogileFS-Client-1.11.ebuild: + Version bump via perl-bump experimental tool. *MogileFS-Client-1.10 (18 Dec 2009) diff --git a/dev-perl/MogileFS-Client/MogileFS-Client-1.11.ebuild b/dev-perl/MogileFS-Client/MogileFS-Client-1.11.ebuild new file mode 100644 index 000000000000..36a29233cb60 --- /dev/null +++ b/dev-perl/MogileFS-Client/MogileFS-Client-1.11.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 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.11.ebuild,v 1.1 2010/04/02 23:57:32 robbat2 Exp $ + +MODULE_AUTHOR="DORMANDO" +inherit perl-module + +DESCRIPTION="Client library for the MogileFS distributed file system" + +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" |