diff options
author | 2011-01-14 03:41:42 +0000 | |
---|---|---|
committer | 2011-01-14 03:41:42 +0000 | |
commit | 2e05e8f6a62ff172ccc5307f53d8fa1fc5f4a26f (patch) | |
tree | 6ba4b8f5b774f6723d116f7c46d4b6d5061e15b8 /dev-perl/MogileFS-Client | |
parent | Cleanup detection on warning for upgrade needed. (diff) | |
download | historical-2e05e8f6a62ff172ccc5307f53d8fa1fc5f4a26f.tar.gz historical-2e05e8f6a62ff172ccc5307f53d8fa1fc5f4a26f.tar.bz2 historical-2e05e8f6a62ff172ccc5307f53d8fa1fc5f4a26f.zip |
Version bump.
Package-Manager: portage-2.2.0_alpha15/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.14.ebuild | 22 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/MogileFS-Client/ChangeLog b/dev-perl/MogileFS-Client/ChangeLog index 20e5bcf75dd5..c104692c4cfd 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client/ChangeLog,v 1.9 2010/10/29 02:02:37 robbat2 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client/ChangeLog,v 1.10 2011/01/14 03:39:37 robbat2 Exp $ + +*MogileFS-Client-1.14 (14 Jan 2011) + + 14 Jan 2011; Robin H. Johnson <robbat2@gentoo.org> + +MogileFS-Client-1.14.ebuild: + Version bump. *MogileFS-Client-1.13 (29 Oct 2010) diff --git a/dev-perl/MogileFS-Client/MogileFS-Client-1.14.ebuild b/dev-perl/MogileFS-Client/MogileFS-Client-1.14.ebuild new file mode 100644 index 000000000000..90f443e28c05 --- /dev/null +++ b/dev-perl/MogileFS-Client/MogileFS-Client-1.14.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 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.14.ebuild,v 1.1 2011/01/14 03:39:37 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" |