diff options
author | 2009-05-11 10:38:45 +0000 | |
---|---|---|
committer | 2009-05-11 10:38:45 +0000 | |
commit | aa3579d6477c01bf3759286712e4205dcb6533f5 (patch) | |
tree | 2509bfba35b8b5f39294eab93ac2ef1641b7707b | |
parent | Fix silly mistake (diff) | |
download | historical-aa3579d6477c01bf3759286712e4205dcb6533f5.tar.gz historical-aa3579d6477c01bf3759286712e4205dcb6533f5.tar.bz2 historical-aa3579d6477c01bf3759286712e4205dcb6533f5.zip |
Version bump
Package-Manager: portage-2.2_rc33/cvs/Linux i686
-rw-r--r-- | dev-perl/MP3-Tag/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/MP3-Tag/MP3-Tag-1.11.ebuild | 18 | ||||
-rw-r--r-- | dev-perl/Statistics-Descriptive/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.8.ebuild | 17 |
4 files changed, 48 insertions, 2 deletions
diff --git a/dev-perl/MP3-Tag/ChangeLog b/dev-perl/MP3-Tag/ChangeLog index 642cc6bd1a02..e369dca89544 100644 --- a/dev-perl/MP3-Tag/ChangeLog +++ b/dev-perl/MP3-Tag/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/MP3-Tag # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MP3-Tag/ChangeLog,v 1.31 2009/03/13 12:50:04 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MP3-Tag/ChangeLog,v 1.32 2009/05/11 10:35:38 tove Exp $ + +*MP3-Tag-1.11 (11 May 2009) + + 11 May 2009; Torsten Veller <tove@gentoo.org> +MP3-Tag-1.11.ebuild: + Version bump 13 Mar 2009; Torsten Veller <tove@gentoo.org> -MP3-Tag-0.9710.ebuild, -MP3-Tag-0.9713.ebuild: diff --git a/dev-perl/MP3-Tag/MP3-Tag-1.11.ebuild b/dev-perl/MP3-Tag/MP3-Tag-1.11.ebuild new file mode 100644 index 000000000000..ebff6c4d5619 --- /dev/null +++ b/dev-perl/MP3-Tag/MP3-Tag-1.11.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MP3-Tag/MP3-Tag-1.11.ebuild,v 1.1 2009/05/11 10:35:38 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=ILYAZ +MODULE_SECTION=modules +inherit perl-module eutils + +DESCRIPTION="Tag - Module for reading tags of mp3 files" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/Statistics-Descriptive/ChangeLog b/dev-perl/Statistics-Descriptive/ChangeLog index b392c1c71479..540889905b10 100644 --- a/dev-perl/Statistics-Descriptive/ChangeLog +++ b/dev-perl/Statistics-Descriptive/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Statistics-Descriptive # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.13 2009/05/05 07:32:22 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.14 2009/05/11 10:38:45 tove Exp $ + +*Statistics-Descriptive-2.8 (11 May 2009) + + 11 May 2009; Torsten Veller <tove@gentoo.org> + +Statistics-Descriptive-2.8.ebuild: + Version bump *Statistics-Descriptive-2.7 (05 May 2009) diff --git a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.8.ebuild b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.8.ebuild new file mode 100644 index 000000000000..8f8f01c0986f --- /dev/null +++ b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.8.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.8.ebuild,v 1.1 2009/05/11 10:38:45 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=SHLOMIF +inherit perl-module + +DESCRIPTION="Module of basic descriptive statistical functions" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" +mydoc="UserSurvey.txt" |