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 842441388BF for ; Fri, 8 Jan 2016 10:30:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 936DD21C01E; Fri, 8 Jan 2016 10:30:53 +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 67CA921C01F for ; Fri, 8 Jan 2016 10:30:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F379340A60 for ; Fri, 8 Jan 2016 10:30:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB582D23 for ; Fri, 8 Jan 2016 10:30:47 +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: <1452248946.72ccc49d21431575e11eebcf21a16d6052b8379d.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/c3p0/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/c3p0/c3p0-0.9.5.1.ebuild X-VCS-Directories: dev-java/c3p0/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 72ccc49d21431575e11eebcf21a16d6052b8379d X-VCS-Branch: master Date: Fri, 8 Jan 2016 10:30:47 +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: 3324c1df-15b1-44ca-ba1c-f29510f2116d X-Archives-Hash: ebab5b02b0beee238cafd64892f29f38 commit: 72ccc49d21431575e11eebcf21a16d6052b8379d Author: Patrice Clement gentoo org> AuthorDate: Fri Jan 8 10:10:52 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Jan 8 10:29:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ccc49d dev-java/c3p0: Fix DESCRIPTION length. Package-Manager: portage-2.2.26 Signed-off-by: Patrice Clement gentoo.org> dev-java/c3p0/c3p0-0.9.5.1.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-java/c3p0/c3p0-0.9.5.1.ebuild b/dev-java/c3p0/c3p0-0.9.5.1.ebuild index 8a41d9f..b17780c 100644 --- a/dev-java/c3p0/c3p0-0.9.5.1.ebuild +++ b/dev-java/c3p0/c3p0-0.9.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ JAVA_PKG_IUSE="doc source examples test" inherit java-pkg-2 java-ant-2 -DESCRIPTION="Library for augmenting traditional (DriverManager-based) JDBC drivers with JNDI-bindable DataSources" +DESCRIPTION="JDBC drivers with JNDI-bindable DataSources" HOMEPAGE="http://c3p0.sourceforge.net/" MY_P="${P}.src" @@ -32,8 +32,7 @@ S="${WORKDIR}/${MY_P}" JAVA_ANT_REWRITE_CLASSPATH="yes" java_prepare() { - find . -type f -name \*.jar -exec rm -v {} \; || die - find . -type f -name \*.class -exec rm -v {} \; || die + java-pkg_clean java-pkg_jar-from --into lib/ mchange-commons java-pkg_jar-from --into lib/ log4j