summaryrefslogtreecommitdiff
blob: 6f489492cb742f3ed14f1e115b65f3ac119e49b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-GDOME/XML-GDOME-0.860.0.ebuild,v 1.1 2011/08/28 06:40:36 tove Exp $

EAPI=4

MODULE_AUTHOR=TJMATHER
MODULE_VERSION=0.86
inherit perl-module

DESCRIPTION="Provides the DOM Level 2 Core API for accessing XML documents"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE=""

RDEPEND=">=dev-libs/gdome2-0.7.2
	>=dev-perl/XML-LibXML-1.70
	dev-perl/XML-SAX
	>=dev-libs/glib-2.2.0"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

PATCHES=( "${FILESDIR}"/0.86-includes.patch )