20 lines
735 B
Bash
20 lines
735 B
Bash
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/java-virtuals/javamail/javamail-1.0-r1.ebuild,v 1.15 2013/02/05 07:20:23 zerochaos Exp $
|
|
|
|
inherit java-virtuals-2
|
|
|
|
DESCRIPTION="Virtual for javamail implementations"
|
|
HOMEPAGE="http://www.gentoo.org"
|
|
SRC_URI=""
|
|
|
|
LICENSE="public-domain"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
RDEPEND="|| ( dev-java/sun-javamail >=dev-java/gnu-javamail-1.0-r2 )
|
|
!<dev-java/gnu-javamail-1.0-r2"
|
|
|
|
JAVA_VIRTUAL_PROVIDES="sun-javamail gnu-javamail-1"
|