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 2266113827E for ; Sun, 8 Dec 2013 17:39:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5637BE09EE; Sun, 8 Dec 2013 17:39:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69C1DE09DB for ; Sun, 8 Dec 2013 17:39:30 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95D2833F4DF for ; Sun, 8 Dec 2013 17:39:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 532D2E5600 for ; Sun, 8 Dec 2013 17:39:28 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1386524208.936c416d780683bc1cd401d9348f637629c329d8.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/xraylib/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/xraylib/xraylib-2.16.0.ebuild X-VCS-Directories: sci-libs/xraylib/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 936c416d780683bc1cd401d9348f637629c329d8 X-VCS-Branch: master Date: Sun, 8 Dec 2013 17:39: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-Archives-Salt: c527e379-47fa-4581-b0c9-dd2fcc8f3458 X-Archives-Hash: a44e336ed27bdda042633fbb6cdf84a2 commit: 936c416d780683bc1cd401d9348f637629c329d8 Author: Chris Kerr cam ac uk> AuthorDate: Tue Dec 3 21:55:34 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Dec 8 17:36:48 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=936c416d Use java-pkg_regso to register the xraylib.so library Not sure why it is installed in /usr/share/ - perhaps it's a Java thing? --- sci-libs/xraylib/xraylib-2.16.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-libs/xraylib/xraylib-2.16.0.ebuild b/sci-libs/xraylib/xraylib-2.16.0.ebuild index 338eddc..b54c66f 100644 --- a/sci-libs/xraylib/xraylib-2.16.0.ebuild +++ b/sci-libs/xraylib/xraylib-2.16.0.ebuild @@ -79,4 +79,6 @@ src_install() { use python && doins example/*.py docompress -x /usr/share/doc/${PF}/examples # Don't compress examples fi + + use java && java-pkg_regso /usr/share/xraylib/java/libxraylib.so } \ No newline at end of file