diff options
author | Torsten Veller <tove@gentoo.org> | 2010-02-15 12:48:32 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-02-15 12:48:32 +0000 |
commit | 4c1ca7a32f120febe3a46fb3d73bac1964759269 (patch) | |
tree | 224cb424ea4309b3231f589d3f2c46c64ece5355 /dev-perl/Format-Human-Bytes | |
parent | Import to gentoo from perl-experimental (diff) | |
download | gentoo-2-4c1ca7a32f120febe3a46fb3d73bac1964759269.tar.gz gentoo-2-4c1ca7a32f120febe3a46fb3d73bac1964759269.tar.bz2 gentoo-2-4c1ca7a32f120febe3a46fb3d73bac1964759269.zip |
Import to gentoo from perl-experimental
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Format-Human-Bytes')
-rw-r--r-- | dev-perl/Format-Human-Bytes/ChangeLog | 14 | ||||
-rw-r--r-- | dev-perl/Format-Human-Bytes/Format-Human-Bytes-0.04.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/Format-Human-Bytes/metadata.xml | 5 |
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-perl/Format-Human-Bytes/ChangeLog b/dev-perl/Format-Human-Bytes/ChangeLog new file mode 100644 index 000000000000..b8b84854b7f6 --- /dev/null +++ b/dev-perl/Format-Human-Bytes/ChangeLog @@ -0,0 +1,14 @@ +# ChangeLog for dev-perl/Format-Human-Bytes +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Format-Human-Bytes/ChangeLog,v 1.1 2010/02/15 12:48:32 tove Exp $ + + 15 Feb 2010; Torsten Veller <tove@gentoo.org> + +Format-Human-Bytes-0.04.ebuild, +metadata.xml: + Import to gentoo from perl-experimental + +*Format-Human-Bytes-0.04 (24 Oct 2009) + + 24 Oct 2009; Torsten Veller <tove@gentoo.org> + +Format-Human-Bytes-0.04.ebuild: + Initial commit for app-editors/padre + diff --git a/dev-perl/Format-Human-Bytes/Format-Human-Bytes-0.04.ebuild b/dev-perl/Format-Human-Bytes/Format-Human-Bytes-0.04.ebuild new file mode 100644 index 000000000000..194339c96e12 --- /dev/null +++ b/dev-perl/Format-Human-Bytes/Format-Human-Bytes-0.04.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Format-Human-Bytes/Format-Human-Bytes-0.04.ebuild,v 1.1 2010/02/15 12:48:32 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=SEWI +inherit perl-module + +DESCRIPTION="Format a bytecount and make it human readable" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SRC_TEST=do diff --git a/dev-perl/Format-Human-Bytes/metadata.xml b/dev-perl/Format-Human-Bytes/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/dev-perl/Format-Human-Bytes/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> |