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 458C51384B4 for ; Thu, 3 Dec 2015 09:49:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07F1C21C04E; Thu, 3 Dec 2015 09:49:13 +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 9895F21C04F for ; Thu, 3 Dec 2015 09:49:12 +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 49292340917 for ; Thu, 3 Dec 2015 09:49:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF505A95 for ; Thu, 3 Dec 2015 09:49:09 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1449136135.af4d3f09d97c946995654ad0cf6b1b0154f95d91.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libbluray/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libbluray/libbluray-0.9.1.ebuild media-libs/libbluray/libbluray-9999.ebuild X-VCS-Directories: media-libs/libbluray/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: af4d3f09d97c946995654ad0cf6b1b0154f95d91 X-VCS-Branch: master Date: Thu, 3 Dec 2015 09:49:09 +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: e3a4e0ec-1d8f-47cb-b9e9-88eb3748741b X-Archives-Hash: c752da88d1a08a1a4c22cc4f5995b89d commit: af4d3f09d97c946995654ad0cf6b1b0154f95d91 Author: Alexis Ballier gentoo org> AuthorDate: Thu Dec 3 09:48:55 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Dec 3 09:48:55 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af4d3f09 media-libs/libbluray: stop installing env.d file that points to wrong .jar file. package itself should be able to find the proper one nowadays. Package-Manager: portage-2.2.26 Signed-off-by: Alexis Ballier gentoo.org> media-libs/libbluray/libbluray-0.9.1.ebuild | 1 - media-libs/libbluray/libbluray-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/media-libs/libbluray/libbluray-0.9.1.ebuild b/media-libs/libbluray/libbluray-0.9.1.ebuild index 79a2edb..768289c 100644 --- a/media-libs/libbluray/libbluray-0.9.1.ebuild +++ b/media-libs/libbluray/libbluray-0.9.1.ebuild @@ -84,7 +84,6 @@ multilib_src_install() { if multilib_is_native_abi && use java; then java-pkg_dojar "${BUILD_DIR}"/.libs/${PN}-j2se-*.jar - doenvd "${FILESDIR}"/90${PN} fi } diff --git a/media-libs/libbluray/libbluray-9999.ebuild b/media-libs/libbluray/libbluray-9999.ebuild index 79a2edb..768289c 100644 --- a/media-libs/libbluray/libbluray-9999.ebuild +++ b/media-libs/libbluray/libbluray-9999.ebuild @@ -84,7 +84,6 @@ multilib_src_install() { if multilib_is_native_abi && use java; then java-pkg_dojar "${BUILD_DIR}"/.libs/${PN}-j2se-*.jar - doenvd "${FILESDIR}"/90${PN} fi }