diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-01-14 03:40:42 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-01-14 03:40:42 +0000 |
commit | 05ed8c618e1a19f3230b89e7530f8a6442a42f4a (patch) | |
tree | 8010fb7060d0c1e1f3cee5f4887acb1d957702cc /dev-perl/MogileFS-Utils | |
parent | Version bump. (diff) | |
download | gentoo-2-05ed8c618e1a19f3230b89e7530f8a6442a42f4a.tar.gz gentoo-2-05ed8c618e1a19f3230b89e7530f8a6442a42f4a.tar.bz2 gentoo-2-05ed8c618e1a19f3230b89e7530f8a6442a42f4a.zip |
Version bump.
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/MogileFS-Utils')
-rw-r--r-- | dev-perl/MogileFS-Utils/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/MogileFS-Utils/MogileFS-Utils-2.19.ebuild | 18 |
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-perl/MogileFS-Utils/ChangeLog b/dev-perl/MogileFS-Utils/ChangeLog index 3fb32cf4d910..1a23dc4a0853 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog,v 1.14 2010/10/29 02:03:50 robbat2 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog,v 1.15 2011/01/14 03:40:42 robbat2 Exp $ + +*MogileFS-Utils-2.19 (14 Jan 2011) + + 14 Jan 2011; Robin H. Johnson <robbat2@gentoo.org> + +MogileFS-Utils-2.19.ebuild: + Version bump. *MogileFS-Utils-2.18 (29 Oct 2010) diff --git a/dev-perl/MogileFS-Utils/MogileFS-Utils-2.19.ebuild b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.19.ebuild new file mode 100644 index 000000000000..d060545c41d1 --- /dev/null +++ b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.19.ebuild @@ -0,0 +1,18 @@ +# 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.19.ebuild,v 1.1 2011/01/14 03:40:42 robbat2 Exp $ + +MODULE_AUTHOR="DORMANDO" +inherit perl-module + +DESCRIPTION="Server for the MogileFS distributed file system" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~ppc ~x86" + +DEPEND="virtual/perl-IO-Compress + dev-perl/libwww-perl + >=dev-perl/MogileFS-Client-1.14" |