diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-09-30 06:23:02 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-09-30 06:23:02 +0000 |
commit | 0bb2dd5ad228d2adacfa4b1842b6424784b77144 (patch) | |
tree | 216955d0233d542c770d2bfa57c3982d8a065dcc /dev-perl/MogileFS-Utils | |
parent | Version bump. (diff) | |
download | gentoo-2-0bb2dd5ad228d2adacfa4b1842b6424784b77144.tar.gz gentoo-2-0bb2dd5ad228d2adacfa4b1842b6424784b77144.tar.bz2 gentoo-2-0bb2dd5ad228d2adacfa4b1842b6424784b77144.zip |
Version bump.
(Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc1-10246-gca5de40 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.13.ebuild | 19 |
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/MogileFS-Utils/ChangeLog b/dev-perl/MogileFS-Utils/ChangeLog index 0daf8bf3eb9b..48790fb9df06 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.5 2007/10/27 01:28:34 robbat2 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog,v 1.6 2008/09/30 06:23:02 robbat2 Exp $ + +*MogileFS-Utils-2.13 (30 Sep 2008) + + 30 Sep 2008; Robin H. Johnson <robbat2@gentoo.org> + +MogileFS-Utils-2.13.ebuild: + Version bump. *MogileFS-Utils-2.12 (27 Oct 2007) diff --git a/dev-perl/MogileFS-Utils/MogileFS-Utils-2.13.ebuild b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.13.ebuild new file mode 100644 index 000000000000..80e0ae5f5696 --- /dev/null +++ b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.13.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 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.13.ebuild,v 1.1 2008/09/30 06:23:02 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="dev-perl/Compress-Zlib + dev-perl/libwww-perl + >=dev-perl/MogileFS-Client-1.07 + dev-lang/perl" |