summaryrefslogtreecommitdiff
blob: 605ebba4663d1de70c2661550bc7f3094dd631ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

JAVA_PKG_IUSE=""
GROUP_ID="net.sourceforge.cssparser"
inherit java-pkg-2 java-mvn-src 

DESCRIPTION="The CSS Parser inputs Cascading Style Sheets Level 2 source text and outputs a Document Object Model Level 2 Style tree."
HOMEPAGE="http://cssparser.sourceforge.net/"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

CDEPEND="dev-java/sac"
DEPEND=">=virtual/jdk-1.5
		$CDEPEND"
RDEPEND=">=virtual/jre-1.5
		$CDEPEND"

JAVA_GENTOO_CLASSPATH="sac"