From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 97C65139085 for ; Tue, 7 Feb 2017 19:52:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C528BE0E34; Tue, 7 Feb 2017 19:52:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E794E0E34 for ; Tue, 7 Feb 2017 19:52:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A144341697 for ; Tue, 7 Feb 2017 19:52:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA5813B8E for ; Tue, 7 Feb 2017 19:52:48 +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: <1486497161.71459d9e285b9ed99a6eac8a09b8b75eb4da8040.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/laf-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/laf-plugin/Manifest dev-java/laf-plugin/laf-plugin-1.1.ebuild X-VCS-Directories: dev-java/laf-plugin/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 71459d9e285b9ed99a6eac8a09b8b75eb4da8040 X-VCS-Branch: master Date: Tue, 7 Feb 2017 19:52:48 +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: e89415a0-9188-42d0-8498-3709dd5ec85e X-Archives-Hash: d97e061d3241bb61440781d0bd65e463 commit: 71459d9e285b9ed99a6eac8a09b8b75eb4da8040 Author: Patrice Clement gentoo org> AuthorDate: Tue Feb 7 19:52:26 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Feb 7 19:52:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71459d9e dev-java/laf-plugin: version bump. Gentoo-Bug: https://bugs.gentoo.org/349007 Package-Manager: portage-2.3.3 dev-java/laf-plugin/Manifest | 1 + dev-java/laf-plugin/laf-plugin-1.1.ebuild | 37 +++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/dev-java/laf-plugin/Manifest b/dev-java/laf-plugin/Manifest index 102b809..d269b06 100644 --- a/dev-java/laf-plugin/Manifest +++ b/dev-java/laf-plugin/Manifest @@ -1 +1,2 @@ DIST laf-plugin-0.2-src.tar.bz2 13799 SHA256 e2252f74efbaa1f0c32a475c320283e614932e3af2d98a65462bf0e1f8cc00ba SHA512 91ac3f9f5ebfcd70e7cc76f2e028e9578c6113a848b0ccdc6b001fff006bf5aaa12af08b1752851693d218d4b2d7d053f62461481e49d5a0bde21e5a7d086331 WHIRLPOOL 6aaea36bbcc22eca1704185faf866fba1b723cd3d6ff02197f28287ded67fc43bb4c2f9cbe8a2dce9e82eaa88774b1fdb4c66e54cdc4f09ad946718641cb1334 +DIST laf-plugin-1.1.jar 8105 SHA256 2b7919c502906983307b556284d6e86df2034b69ebf3394f303490e99936500d SHA512 2ca265d23ac95e5d194e4905ead4c975cb8739a0aa30096c028d2f6467b148de2ac0ff71c6730752a666eee53551867d9d8c852d25238a873fbd4bd994cf80c0 WHIRLPOOL cda35e80834745d00ab2e1a3f3531ecc0e5cf4b140c5a167b86ffd213ccf9cdf0bb76d4582ec1745d738fbccd5fa81e1267e6f54a7a330521cd78fb6897d6e3d diff --git a/dev-java/laf-plugin/laf-plugin-1.1.ebuild b/dev-java/laf-plugin/laf-plugin-1.1.ebuild new file mode 100644 index 00000000..dacfc84 --- /dev/null +++ b/dev-java/laf-plugin/laf-plugin-1.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="A generic plugin framework for look-and-feels" +HOMEPAGE="http://laf-plugin.dev.java.net/" +SRC_URI="https://repo1.maven.org/maven2/net/java/dev/${PN}/${PN}/${PV}/${P}-sources.jar -> ${P}.jar" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +CDEPEND=" + dev-java/nanoxml:0" + +DEPEND=" + >=virtual/jdk-1.6 + ${CDEPEND}" + +RDEPEND=" + >=virtual/jre-1.6 + ${CDEPEND}" + +JAVA_GENTOO_CLASSPATH="nanoxml" + +java_prepare() { + java-pkg_clean +} + +src_install() { + java-pkg-simple_src_install +}