diff options
Diffstat (limited to 'dev-perl/HTTP-Server-Simple-Mason')
-rw-r--r-- | dev-perl/HTTP-Server-Simple-Mason/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.11.ebuild | 20 |
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-perl/HTTP-Server-Simple-Mason/ChangeLog b/dev-perl/HTTP-Server-Simple-Mason/ChangeLog index e9656a6cf609..9c65ab0b8d91 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple-Mason/ChangeLog,v 1.8 2007/01/15 23:11:52 mcummings Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple-Mason/ChangeLog,v 1.9 2008/12/08 02:22:23 robbat2 Exp $ + +*HTTP-Server-Simple-Mason-0.11 (08 Dec 2008) + + 08 Dec 2008; Robin H. Johnson <robbat2@gentoo.org> + +HTTP-Server-Simple-Mason-0.11.ebuild: + Version bump. 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> HTTP-Server-Simple-Mason-0.05.ebuild, diff --git a/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.11.ebuild b/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.11.ebuild new file mode 100644 index 000000000000..aff462d90755 --- /dev/null +++ b/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.11.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 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.11.ebuild,v 1.1 2008/12/08 02:22:23 robbat2 Exp $ + +inherit perl-module + +DESCRIPTION="An abstract baseclass for a standalone mason server" +SRC_URI="mirror://cpan/authors/id/J/JE/JESSE/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~jesse/" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~ppc ~x86" + +DEPEND="dev-perl/Hook-LexWrap + >=dev-perl/HTML-Mason-1.25 + >=dev-perl/HTTP-Server-Simple-0.04 + dev-lang/perl" +SRC_TEST="do" +IUSE="" |