summaryrefslogtreecommitdiff
blob: 3f8ec02cb5192d1e44e552bda7040e08103e06a2 (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-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

JAVA_PKG_IUSE="doc source"
GROUP_ID="net.sf.supercsv"

inherit eutils java-pkg-2 java-mvn-src

DESCRIPTION="CSV processing library for Java"
HOMEPAGE="http://supercsv.sourceforge.net/"
LICENSE="Apache-2.0"

SLOT="2"
KEYWORDS="~amd64 ~x86"

IUSE=""

DEPEND=">=virtual/jdk-1.5"
RDEPEND=">=virtual/jre-1.5"