summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-08-28 07:29:17 +0000
committerTorsten Veller <tove@gentoo.org>2009-08-28 07:29:17 +0000
commit990d16e9b91a9c441eacef7fa55e02a947e8b043 (patch)
treeb3468e7ceb909facbe09a2558505711cca0508b4 /dev-perl
parentVersion bump. (diff)
downloadhistorical-990d16e9b91a9c441eacef7fa55e02a947e8b043.tar.gz
historical-990d16e9b91a9c441eacef7fa55e02a947e8b043.tar.bz2
historical-990d16e9b91a9c441eacef7fa55e02a947e8b043.zip
Version bump
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Bio-Das/Bio-Das-1.12.ebuild25
-rw-r--r--dev-perl/Bio-Das/ChangeLog7
-rw-r--r--dev-perl/CGI-Session/CGI-Session-4.42.ebuild25
-rw-r--r--dev-perl/CGI-Session/ChangeLog7
4 files changed, 62 insertions, 2 deletions
diff --git a/dev-perl/Bio-Das/Bio-Das-1.12.ebuild b/dev-perl/Bio-Das/Bio-Das-1.12.ebuild
new file mode 100644
index 000000000000..d30544c46225
--- /dev/null
+++ b/dev-perl/Bio-Das/Bio-Das-1.12.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/Bio-Das-1.12.ebuild,v 1.1 2009/08/28 07:27:26 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR="LDS"
+inherit perl-module
+
+DESCRIPTION="Interface to Distributed Annotation System"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=virtual/perl-IO-Compress-1.0
+ sci-biology/bioperl
+ >=dev-perl/HTML-Parser-3
+ >=dev-perl/libwww-perl-5
+ >=virtual/perl-MIME-Base64-2.12"
+RDEPEND="${DEPEND}"
+
+# Tests work again as of 1.10 (were broken in 1.09)
+SRC_TEST="do"
diff --git a/dev-perl/Bio-Das/ChangeLog b/dev-perl/Bio-Das/ChangeLog
index 75049da1a2ae..3847607cab67 100644
--- a/dev-perl/Bio-Das/ChangeLog
+++ b/dev-perl/Bio-Das/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Bio-Das
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/ChangeLog,v 1.22 2009/07/19 17:33:07 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/ChangeLog,v 1.23 2009/08/28 07:27:26 tove Exp $
+
+*Bio-Das-1.12 (28 Aug 2009)
+
+ 28 Aug 2009; Torsten Veller <tove@gentoo.org> +Bio-Das-1.12.ebuild:
+ Version bump
19 Jul 2009; Torsten Veller <tove@gentoo.org> Bio-Das-1.10.ebuild,
Bio-Das-1.11.ebuild:
diff --git a/dev-perl/CGI-Session/CGI-Session-4.42.ebuild b/dev-perl/CGI-Session/CGI-Session-4.42.ebuild
new file mode 100644
index 000000000000..50d3a5faab92
--- /dev/null
+++ b/dev-perl/CGI-Session/CGI-Session-4.42.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/CGI-Session-4.42.ebuild,v 1.1 2009/08/28 07:29:17 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=MARKSTOS
+inherit perl-module
+
+DESCRIPTION="persistent session data in CGI applications "
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="virtual/perl-Digest-MD5
+ virtual/perl-Scalar-List-Utils
+ >=virtual/perl-CGI-3.26"
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build
+ test? ( virtual/perl-Test-Simple
+ dev-perl/Cgi-Simple
+ dev-perl/Test-Pod )"
+
+SRC_TEST="do"
diff --git a/dev-perl/CGI-Session/ChangeLog b/dev-perl/CGI-Session/ChangeLog
index 6cebd4051fb4..f003a9eefb5f 100644
--- a/dev-perl/CGI-Session/ChangeLog
+++ b/dev-perl/CGI-Session/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/CGI-Session
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/ChangeLog,v 1.37 2009/05/06 14:45:53 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/ChangeLog,v 1.38 2009/08/28 07:29:17 tove Exp $
+
+*CGI-Session-4.42 (28 Aug 2009)
+
+ 28 Aug 2009; Torsten Veller <tove@gentoo.org> +CGI-Session-4.42.ebuild:
+ Version bump
06 May 2009; Torsten Veller <tove@gentoo.org> -CGI-Session-4.20.ebuild,
-CGI-Session-4.35.ebuild: