blob: 1d877afc0982ee11e7d4bddeacb6bf681efa50ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/java-virtuals/interceptor-api/interceptor-api-0.ebuild,v 1.2 2014/03/10 21:05:51 johu Exp $
EAPI="5"
inherit java-virtuals-2
DESCRIPTION="Virtual for Interceptor API (javax.interceptor)"
HOMEPAGE="http://www.gentoo.org"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND=""
RDEPEND="dev-java/glassfish-interceptor-api:0"
JAVA_VIRTUAL_PROVIDES="glassfish-interceptor-api"
|