mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
20 lines
410 B
Bash
20 lines
410 B
Bash
# Copyright 1999-2015 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI="5"
|
|
|
|
inherit java-virtuals-2
|
|
|
|
DESCRIPTION="Virtual for Interceptor API (javax.interceptor)"
|
|
HOMEPAGE="https://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"
|