diff options
-rw-r--r-- | dev-perl/PAR-Dist/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/PAR-Dist/PAR-Dist-0.44.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/Sys-Statistics-Linux/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.45.ebuild | 21 |
4 files changed, 57 insertions, 3 deletions
diff --git a/dev-perl/PAR-Dist/ChangeLog b/dev-perl/PAR-Dist/ChangeLog index 229204a27268..3aebaa9c8511 100644 --- a/dev-perl/PAR-Dist/ChangeLog +++ b/dev-perl/PAR-Dist/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/PAR-Dist # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/ChangeLog,v 1.45 2009/01/23 10:09:09 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/ChangeLog,v 1.46 2009/02/03 08:08:23 tove Exp $ + +*PAR-Dist-0.44 (03 Feb 2009) + + 03 Feb 2009; Torsten Veller <tove@gentoo.org> +PAR-Dist-0.44.ebuild: + Version bump *PAR-Dist-0.43 (23 Jan 2009) diff --git a/dev-perl/PAR-Dist/PAR-Dist-0.44.ebuild b/dev-perl/PAR-Dist/PAR-Dist-0.44.ebuild new file mode 100644 index 000000000000..74a77d2b5596 --- /dev/null +++ b/dev-perl/PAR-Dist/PAR-Dist-0.44.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/PAR-Dist-0.44.ebuild,v 1.1 2009/02/03 08:08:23 tove Exp $ + +MODULE_AUTHOR=SMUELLER +inherit perl-module + +DESCRIPTION="Create and manipulate PAR distributions" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86" +IUSE="" + +DEPEND="dev-lang/perl + virtual/perl-File-Spec + virtual/perl-File-Temp + || ( dev-perl/YAML-Syck dev-perl/yaml ) + dev-perl/Archive-Zip" + # || ( YAML::Syck YAML YAML-Tiny YAML-XS Parse-CPAN-Meta ) + +SRC_TEST="do" diff --git a/dev-perl/Sys-Statistics-Linux/ChangeLog b/dev-perl/Sys-Statistics-Linux/ChangeLog index f27f3d4d8a84..91876e4a0a5b 100644 --- a/dev-perl/Sys-Statistics-Linux/ChangeLog +++ b/dev-perl/Sys-Statistics-Linux/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Sys-Statistics-Linux -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.28 2008/12/30 16:22:10 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.29 2009/02/03 08:04:18 tove Exp $ + +*Sys-Statistics-Linux-0.45 (03 Feb 2009) + + 03 Feb 2009; Torsten Veller <tove@gentoo.org> + +Sys-Statistics-Linux-0.45.ebuild: + Version bump 30 Dec 2008; Torsten Veller <tove@gentoo.org> -Sys-Statistics-Linux-0.38.ebuild, -Sys-Statistics-Linux-0.41.ebuild, diff --git a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.45.ebuild b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.45.ebuild new file mode 100644 index 000000000000..71b8757f1aa2 --- /dev/null +++ b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.45.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.45.ebuild,v 1.1 2009/02/03 08:04:18 tove Exp $ + +MODULE_AUTHOR=BLOONIX +inherit perl-module + +DESCRIPTION="Collect linux system statistics" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="test" + +RDEPEND="dev-lang/perl" +DEPEND="${RDEPEND} + virtual/perl-Module-Build + test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST="do" |