22 lines
617 B
Bash
22 lines
617 B
Bash
# Copyright 1999-2011 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-python/tg-widgets-lightbox/tg-widgets-lightbox-2.0.ebuild,v 1.3 2011/04/12 16:19:25 arfrever Exp $
|
|
|
|
EAPI="3"
|
|
PYTHON_DEPEND="2"
|
|
|
|
inherit distutils
|
|
|
|
DESCRIPTION="TurboGears widget wrapper for the Lightbox JavaScript library"
|
|
HOMEPAGE="http://www.turbogears.org/widgets/"
|
|
SRC_URI="mirror://gentoo/${P}.tar.gz"
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~x86"
|
|
IUSE=""
|
|
|
|
RDEPEND="dev-python/turbogears
|
|
dev-python/tg-widgets-scriptaculous"
|
|
DEPEND="${RDEPEND}"
|
|
|
|
PYTHON_MODNAME="lightbox"
|