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 6F2EC59CAF for ; Mon, 4 Apr 2016 14:50:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C743C21C10B; Mon, 4 Apr 2016 14:49:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 30BAC21C10A for ; Mon, 4 Apr 2016 14:49:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4E30E340D04 for ; Mon, 4 Apr 2016 14:49:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 032D6CB for ; Mon, 4 Apr 2016 14:49:29 +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: <1459779399.7189d10d778878e67eebd64284259fe5454929bf.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/microba/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/microba/Manifest dev-java/microba/microba-0.4.4.3.ebuild X-VCS-Directories: dev-java/microba/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 7189d10d778878e67eebd64284259fe5454929bf X-VCS-Branch: master Date: Mon, 4 Apr 2016 14:49:29 +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: c568bf45-7ed8-4ef2-b8cd-ac3abc998d39 X-Archives-Hash: 7675f145757a8d496678fa5130e1c50d commit: 7189d10d778878e67eebd64284259fe5454929bf Author: Patrice Clement gentoo org> AuthorDate: Mon Apr 4 14:16:39 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Apr 4 14:16:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7189d10d dev-java/microba: Version bump. EAPI 5 bump. Switch to java-pkg-simple. Package-Manager: portage-2.2.26 dev-java/microba/Manifest | 1 + dev-java/microba/microba-0.4.4.3.ebuild | 41 +++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/dev-java/microba/Manifest b/dev-java/microba/Manifest index 19ee8ba..e305614 100644 --- a/dev-java/microba/Manifest +++ b/dev-java/microba/Manifest @@ -1 +1,2 @@ DIST microba-0.4.4-full.zip 631831 SHA256 33c3779dd243d7415b137dff5d15d292589390b08f398f77fef581099aa1b5c8 SHA512 80103b33ebb50e0dafa82b713218bbedbf59424922424515a453a49d1be416960a78c6c4d987eede5ab168f806cf0bb7ffcc900a6a19827e51e9bf612d08e742 WHIRLPOOL c2bd6033dc3e18597e6d0219bde742d09dde70e72a82012a14d27966c0d12ea9ca725d3dc2d8732bc557979cea8e6808a7ed5ba9b3a3be04b33dd1071bdb9dbe +DIST microba-0.4.4.3.zip 89737 SHA256 793ce6623d9eb9d0c765c2f7dc8caeff56020adcebb3227ece0ca30eea159cab SHA512 17933578fe101053a1004a1aa0ef342ffa1dc1f2ea2d670fa8aa2523c7d8207bb79e54755e58d0b7ce5ba627ca3b348ac10870718622e818f4097a966acc0a10 WHIRLPOOL c94e947b9f033aad529b018d8e33a3c69dd45081ddb48eb6c05ba86e24868fd0348a4fe3a6d5eb7d8fee3937e8361208da6bc1847613acc19e83d964118d450d diff --git a/dev-java/microba/microba-0.4.4.3.ebuild b/dev-java/microba/microba-0.4.4.3.ebuild new file mode 100644 index 0000000..5c9945d --- /dev/null +++ b/dev-java/microba/microba-0.4.4.3.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2016 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="Swing components for date operations and palettes" +HOMEPAGE="https://github.com/tdbear/microba" +SRC_URI="https://github.com/tdbear/${PN}/archive/${PV}.zip -> ${P}.zip" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +CDEPEND="dev-java/jgraph:0" + +RDEPEND=" + ${CDEPEND} + >=virtual/jre-1.6" + +DEPEND=" + ${CDEPEND} + source? ( app-arch/zip ) + >=virtual/jdk-1.6" + +S="${WORKDIR}/${P}" + +JAVA_GENTOO_CLASSPATH="jgraph" + +JAVA_SRC_DIR="src" + +src_install() { + java-pkg-simple_src_install + mv change.log.txt CHANGELOG || die + mv readme.txt README || die + dodoc {README,CHANGELOG,README.md} +}