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 253FC138ACF for ; Mon, 16 Feb 2015 23:53:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82B72E0990; Mon, 16 Feb 2015 23:53:21 +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 DB383E0990 for ; Mon, 16 Feb 2015 23:53:20 +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 910963407A8 for ; Mon, 16 Feb 2015 23:53:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C82E11EA4 for ; Mon, 16 Feb 2015 23:53:18 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1423866496.680ea8b77c427c9896d21e945aed90b7ab0fa3b1.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-util/smartgit/ X-VCS-Repository: proj/sci X-VCS-Files: dev-util/smartgit/ChangeLog dev-util/smartgit/smartgit-6.5.6.ebuild X-VCS-Directories: dev-util/smartgit/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 680ea8b77c427c9896d21e945aed90b7ab0fa3b1 X-VCS-Branch: master Date: Mon, 16 Feb 2015 23:53:18 +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: 8395be8e-eccc-4af7-851d-02055f02fc98 X-Archives-Hash: be568560bf6a94a99c80b0a9020d657c commit: 680ea8b77c427c9896d21e945aed90b7ab0fa3b1 Author: Luca Molari gmail com> AuthorDate: Fri Feb 13 22:28:16 2015 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Fri Feb 13 22:28:16 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=680ea8b7 projects/sci: dev-util/smartgit: set SWT_GTK3 env var Package-Manager: portage-2.2.14 --- dev-util/smartgit/ChangeLog | 4 ++++ dev-util/smartgit/smartgit-6.5.6.ebuild | 2 ++ 2 files changed, 6 insertions(+) diff --git a/dev-util/smartgit/ChangeLog b/dev-util/smartgit/ChangeLog index d3df9c8..fe25ab2 100644 --- a/dev-util/smartgit/ChangeLog +++ b/dev-util/smartgit/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 13 Feb 2015; Luca Molari (LMolr) + smartgit-6.5.6.ebuild: + projects/sci: dev-util/smartgit: set SWT_GTK3 env var + 13 Feb 2015; Luca Molari (LMolr) metadata.xml, smartgit-6.5.6.ebuild: projects/sci: dev-util/smartgit: git mercurial USE flags diff --git a/dev-util/smartgit/smartgit-6.5.6.ebuild b/dev-util/smartgit/smartgit-6.5.6.ebuild index 9a01969..cabe5af 100644 --- a/dev-util/smartgit/smartgit-6.5.6.ebuild +++ b/dev-util/smartgit/smartgit-6.5.6.ebuild @@ -39,6 +39,8 @@ src_install() { local rdir="/opt/${PN}" X insinto ${rdir} doins -r * + + java-pkg_register-environment-variable SWT_GTK3 0 java-pkg_regjar "${ED}"/${rdir}/lib/*.jar