summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-07-08 08:35:54 +0000
committerTorsten Veller <tove@gentoo.org>2009-07-08 08:35:54 +0000
commit84cd331fe73d36ad6ea24b5f8f4e709a9dc05249 (patch)
tree6a592f284450e6079321e02a7834a0aa1ab58280 /dev-perl/HTTP-Server-Simple-Mason
parentVersion bump (diff)
downloadgentoo-2-84cd331fe73d36ad6ea24b5f8f4e709a9dc05249.tar.gz
gentoo-2-84cd331fe73d36ad6ea24b5f8f4e709a9dc05249.tar.bz2
gentoo-2-84cd331fe73d36ad6ea24b5f8f4e709a9dc05249.zip
Version bump. Fixes test failure (#276280)
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/HTTP-Server-Simple-Mason')
-rw-r--r--dev-perl/HTTP-Server-Simple-Mason/ChangeLog8
-rw-r--r--dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.12.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/HTTP-Server-Simple-Mason/ChangeLog b/dev-perl/HTTP-Server-Simple-Mason/ChangeLog
index d140fcd913f3..3e7c39652b5f 100644
--- a/dev-perl/HTTP-Server-Simple-Mason/ChangeLog
+++ b/dev-perl/HTTP-Server-Simple-Mason/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/HTTP-Server-Simple-Mason
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple-Mason/ChangeLog,v 1.10 2009/05/02 11:07:36 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple-Mason/ChangeLog,v 1.11 2009/07/08 08:35:54 tove Exp $
+
+*HTTP-Server-Simple-Mason-0.12 (08 Jul 2009)
+
+ 08 Jul 2009; Torsten Veller <tove@gentoo.org>
+ +HTTP-Server-Simple-Mason-0.12.ebuild:
+ Version bump. Fixes test failure (#276280)
02 May 2009; Torsten Veller <tove@gentoo.org>
-HTTP-Server-Simple-Mason-0.05.ebuild:
diff --git a/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.12.ebuild b/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.12.ebuild
new file mode 100644
index 000000000000..fea705303d6f
--- /dev/null
+++ b/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.12.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.12.ebuild,v 1.1 2009/07/08 08:35:54 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=JESSE
+inherit perl-module
+
+DESCRIPTION="An abstract baseclass for a standalone mason server"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="dev-perl/Hook-LexWrap
+ dev-perl/URI
+ dev-perl/libwww-perl
+ >=dev-perl/HTML-Mason-1.25
+ >=dev-perl/HTTP-Server-Simple-0.04"
+RDEPEND="${DEPEND}"
+
+SRC_TEST="do"