From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id ACB6C13881D for ; Sat, 26 Sep 2015 08:14:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3499221C0AB; Sat, 26 Sep 2015 08:14:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BAAFF21C0AA for ; Sat, 26 Sep 2015 08:14:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08C9C340A5D for ; Sat, 26 Sep 2015 08:14:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26D6723C for ; Sat, 26 Sep 2015 08:14:01 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1443229979.62ba6d68da57ca604d6c63ac4efff12b8e69e598.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: java-virtuals/servlet-api/ X-VCS-Repository: repo/gentoo X-VCS-Files: java-virtuals/servlet-api/servlet-api-3.1.ebuild X-VCS-Directories: java-virtuals/servlet-api/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 62ba6d68da57ca604d6c63ac4efff12b8e69e598 X-VCS-Branch: master Date: Sat, 26 Sep 2015 08:14:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 399632ec-761b-4912-bb15-db6878a6ed32 X-Archives-Hash: b514baab015dc06f2bcaa269beb03b53 commit: 62ba6d68da57ca604d6c63ac4efff12b8e69e598 Author: William L. Thomson Jr o-sinc com> AuthorDate: Sat Sep 26 01:12:59 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Sep 26 01:12:59 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ba6d68 java-virtuals/servlet-api: Bumped version to 3.1 java-virtuals/servlet-api/servlet-api-3.1.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/java-virtuals/servlet-api/servlet-api-3.1.ebuild b/java-virtuals/servlet-api/servlet-api-3.1.ebuild new file mode 100644 index 0000000..334cac9 --- /dev/null +++ b/java-virtuals/servlet-api/servlet-api-3.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit java-virtuals-2 + +DESCRIPTION="Virtual for servlet api" +HOMEPAGE="https://jcp.org/en/jsr/detail?id=340" +SRC_URI="" + +LICENSE="public-domain" +SLOT="${PV}" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="|| ( + dev-java/tomcat-servlet-api:${SLOT} + dev-java/resin-servlet-api:${SLOT} + )" + +JAVA_VIRTUAL_PROVIDES="tomcat-servlet-api-${SLOT} resin-servlet-api-${SLOT}"