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 3996E1382C5 for ; Wed, 24 Feb 2021 09:00:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2339EE081A; Wed, 24 Feb 2021 09:00:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 079F0E081A for ; Wed, 24 Feb 2021 09:00:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1C0B335DAC for ; Wed, 24 Feb 2021 09:00:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03CA24F1 for ; Wed, 24 Feb 2021 09:00:28 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1614157206.a76366056ed0440ba22ad2b5a234fd8da0ff7785.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/bcprov/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/bcprov/bcprov-1.68.ebuild X-VCS-Directories: dev-java/bcprov/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: a76366056ed0440ba22ad2b5a234fd8da0ff7785 X-VCS-Branch: master Date: Wed, 24 Feb 2021 09:00:28 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 959250ee-5972-4a0e-9fb5-dc4b0c2b7133 X-Archives-Hash: b2fc661104178e56771b49534979ff52 commit: a76366056ed0440ba22ad2b5a234fd8da0ff7785 Author: Miroslav Šulc gentoo org> AuthorDate: Wed Feb 24 09:00:06 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Feb 24 09:00:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7636605 dev-java/bcprov: 1.68 cleanup Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Miroslav Šulc gentoo.org> dev-java/bcprov/bcprov-1.68.ebuild | 9 --------- 1 file changed, 9 deletions(-) diff --git a/dev-java/bcprov/bcprov-1.68.ebuild b/dev-java/bcprov/bcprov-1.68.ebuild index 40cfc460618..97794d5fabf 100644 --- a/dev-java/bcprov/bcprov-1.68.ebuild +++ b/dev-java/bcprov/bcprov-1.68.ebuild @@ -52,12 +52,3 @@ src_prepare() { rm -v "${RM_TEST_FILES[@]}" || die fi } - -src_compile() { - java-pkg-simple_src_compile -} - -src_install() { - java-pkg-simple_src_install - use source && java-pkg_dosrc org -}