blob: 5696c055f4d7bef42bca619a4a75640699d8a409 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pango/Pango-1.220.ebuild,v 1.1 2009/06/07 18:16:27 tove Exp $
EAPI=2
MODULE_AUTHOR=TSCH
inherit perl-module
DESCRIPTION="Layout and render international text"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
RDEPEND=">=dev-perl/glib-perl-1.220
>=dev-perl/Cairo-1.00
>=x11-libs/pango-1.0.0"
DEPEND=">=dev-perl/extutils-depends-0.300
>=dev-perl/extutils-pkgconfig-1.030
${RDEPEND}"
|