Hi guys,
I've been travelling for quite a while and am now on the other side of
the world, but am back at work on Catalyst-based apps, and re-subbed to
the list.
Anyway, I just wondered who was maintaining the Gentoo portage Catalyst
overlay, as I have a couple of ebuilds for them.
-Toby
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header$
inherit perl-module
DESCRIPTION="Infrastructure plugin for the Catalyst authentication framework"
HOMEPAGE="http://search.cpan.org/dist/${PN}/"
SRC_URI="mirror://cpan/authors/id/N/NU/NUFFIN/${P}.tar.gz"
RESTRICT="nomirror"
IUSE=""
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 ppc-macos s390 sh sparc
x86"
DEPEND="
dev-perl/Catalyst-Runtime
>=dev-perl/Catalyst-Plugin-Session-0.10
dev-perl/Class-Inspector
"
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header$
inherit perl-module
DESCRIPTION="Authentication and authorization against a DBIx::Class schema"
SRC_URI="mirror://cpan/authors/id/J/JA/JAYK/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/dist/${PN}/"
RESTRICT="nomirror"
IUSE=""
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 ppc-macos s390 sh sparc
x86"
DEPEND="dev-perl/module-build
dev-perl/Catalyst-Runtime
>=dev-perl/Catalyst-Plugin-Authentication-0.10
dev-perl/DBIx-Class
"
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/