commit:     72ccc49d21431575e11eebcf21a16d6052b8379d
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  8 10:10:52 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> 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 <monsieurp <AT> 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
 

Reply via email to