# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ DESCRIPTION="Meta package for Catalyst - The Elegant MVC Web Application Framework, and all the plugins you need to get started" HOMEPAGE="http://www.catalystframework.org/" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 ppc-macos s390 sh sparc x86" S=${WORKDIR} IUSE="" DEPEND=" >=dev-perl/Task-Catalyst-2.0001 dev-perl/Catalyst-Manual " pkg_setup() { echo eerror "This overlay is DEPRECATED!!!!!" eerror eerror "Catalyst ebuilds are now part of the perl-experimental overlay." eerror eerror "If you are using layman please do:" eerror eerror " layman -d catalystframework" eerror " layman -a perl-experimental" eerror eerror "IF you are using Subversion, the new address of the repository is" eerror eerror "http://overlays.gentoo.org/svn/proj/perl/perl-experimental/" die "Repository has moved" }