From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-751720-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 466841389E2
	for <garchives@archives.gentoo.org>; Mon,  1 Dec 2014 09:29:01 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B56DAE0950;
	Mon,  1 Dec 2014 09:28:59 +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 20C6BE0950
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 Dec 2014 09:28:59 +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 404AC340495
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 Dec 2014 09:28:58 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D9E2CB46F
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 Dec 2014 09:28:56 +0000 (UTC)
From: "Justin Lecher" <jlec@gentoo.org>
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" <jlec@gentoo.org>
Message-ID: <1417426118.9fe1eb6ce3cefecfaef0cda767eb23262abd792a.jlec@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: /
X-VCS-Repository: proj/sci
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: 9fe1eb6ce3cefecfaef0cda767eb23262abd792a
X-VCS-Branch: master
Date: Mon,  1 Dec 2014 09:28:56 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 2d765a27-b3e5-40dd-b68d-563ed353e0c4
X-Archives-Hash: 6cb3660a73ca90f2820c8b9050d7f991

commit:     9fe1eb6ce3cefecfaef0cda767eb23262abd792a
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  1 09:28:38 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Dec  1 09:28:38 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9fe1eb6c

Merge remote-tracking branch 'github/master'

* github/master:
  dev-util/nvidia-cuda-gdk: Remove RESTRICT, add QA_PREBUILT
  dev-util/nvidia-cuda-gdk: Fix symlink
  sci-misc/mendeleydesktop: adjust QA flags, add pkg_postrm
  sci-misc/mendeleydesktop: update Changelog and Manifest
  sci-misc/mendeleydekstop: add fdo-mime_*_database_update to pkg_postinst
  sci-misc/mendeleydesktop: make use of make_wrapper
  sci-misc/mendeleydesktop: fix missing die, EAPI and QA flags
  fixed a typo preventing AVX2 support (bug #530454)
  sci-misc/mendeleydesktop: add ebuild to overlay

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

Conflicts:
	dev-util/nvidia-cuda-gdk/ChangeLog
	dev-util/nvidia-cuda-gdk/Manifest
	dev-util/nvidia-cuda-gdk/nvidia-cuda-gdk-340.29.ebuild


 dev-util/nvidia-cuda-gdk/ChangeLog                 |   4 +
 .../nvidia-cuda-gdk/nvidia-cuda-gdk-340.29.ebuild  |   8 +-
 licenses/Mendeley-EULA                             | 264 +++++++++++++++++++++
 sci-chemistry/gromacs/ChangeLog                    |   4 +
 sci-chemistry/gromacs/gromacs-5.0.9999.ebuild      |   2 +-
 sci-chemistry/gromacs/gromacs-9999.ebuild          |   2 +-
 sci-misc/mendeleydesktop/ChangeLog                 |  16 ++
 sci-misc/mendeleydesktop/Manifest                  |   5 +
 .../mendeleydesktop/mendeleydesktop-1.12.3.ebuild  | 121 ++++++++++
 sci-misc/mendeleydesktop/metadata.xml              |  10 +
 10 files changed, 433 insertions(+), 3 deletions(-)

diff --cc dev-util/nvidia-cuda-gdk/ChangeLog
index 2526e36,6d816c8..169f0dc
--- a/dev-util/nvidia-cuda-gdk/ChangeLog
+++ b/dev-util/nvidia-cuda-gdk/ChangeLog
@@@ -2,9 -2,10 +2,13 @@@
  # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
  # $Header: $
  
 +  01 Dec 2014; Justin Lecher <jlec@gentoo.org> nvidia-cuda-gdk-340.29.ebuild:
 +  Drop empty lines, clean variable names and quoting
 +
+   30 Nov 2014; Marius Brehler <marbre@linux.sungazer.de>
+   nvidia-cuda-gdk-340.29.ebuild:
+   Fix symlink
+ 
    19 Nov 2014; Marius Brehler <marbre@linux.sungazer.de>
    nvidia-cuda-gdk-340.29.ebuild:
    Add ~x86 keyword
diff --cc dev-util/nvidia-cuda-gdk/nvidia-cuda-gdk-340.29.ebuild
index 99a4765,27a22a0..787e371
--- a/dev-util/nvidia-cuda-gdk/nvidia-cuda-gdk-340.29.ebuild
+++ b/dev-util/nvidia-cuda-gdk/nvidia-cuda-gdk-340.29.ebuild
@@@ -80,9 -76,8 +83,10 @@@ src_install() 
  	fi
  
  	ebegin "Cleaning before installation..."
 -		find -type f \( -name "*.o" -o -name "*.pdf" -o -name "*.txt" -o -name "*.3" \) -delete || die
 +		find -type f \
 +			\( -name "*.o" -o -name "*.pdf" -o -name "*.txt" -o -name "*.3" \) -delete \
 +			|| die
+ 		rm -f "${S}"/nvml/lib/libnvidia-ml.so
  	eend
  
  	if use healthmon; then


From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-778132-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 17E4D138A1C
	for <garchives@archives.gentoo.org>; Sat, 28 Feb 2015 20:58:49 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B3926E086A;
	Sat, 28 Feb 2015 20:58:43 +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 49594E086B
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 Feb 2015 20:58:42 +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 727F6340D9A
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 Feb 2015 20:58:41 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F72F12C2C
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 Feb 2015 20:58:39 +0000 (UTC)
From: "Justin Lecher" <jlec@gentoo.org>
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" <jlec@gentoo.org>
Message-ID: <1417426118.9fe1eb6ce3cefecfaef0cda767eb23262abd792a.jlec@gentoo>
Subject: [gentoo-commits] proj/sci:jlec commit in: /
X-VCS-Repository: proj/sci
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: 9fe1eb6ce3cefecfaef0cda767eb23262abd792a
X-VCS-Branch: jlec
Date: Sat, 28 Feb 2015 20:58:39 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 4149ae8b-777c-44b6-85f6-442a66d1e99c
X-Archives-Hash: 46fa3b6274f8650cac17781c50c7c001
Message-ID: <20150228205839.a50UKrrs41aX3UJDJ7z7m_yqS2OUvMbbSwtrOUUxo94@z>

commit:     9fe1eb6ce3cefecfaef0cda767eb23262abd792a
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  1 09:28:38 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Dec  1 09:28:38 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9fe1eb6c

Merge remote-tracking branch 'github/master'

* github/master:
  dev-util/nvidia-cuda-gdk: Remove RESTRICT, add QA_PREBUILT
  dev-util/nvidia-cuda-gdk: Fix symlink
  sci-misc/mendeleydesktop: adjust QA flags, add pkg_postrm
  sci-misc/mendeleydesktop: update Changelog and Manifest
  sci-misc/mendeleydekstop: add fdo-mime_*_database_update to pkg_postinst
  sci-misc/mendeleydesktop: make use of make_wrapper
  sci-misc/mendeleydesktop: fix missing die, EAPI and QA flags
  fixed a typo preventing AVX2 support (bug #530454)
  sci-misc/mendeleydesktop: add ebuild to overlay

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

Conflicts:
	dev-util/nvidia-cuda-gdk/ChangeLog
	dev-util/nvidia-cuda-gdk/Manifest
	dev-util/nvidia-cuda-gdk/nvidia-cuda-gdk-340.29.ebuild


 dev-util/nvidia-cuda-gdk/ChangeLog                 |   4 +
 .../nvidia-cuda-gdk/nvidia-cuda-gdk-340.29.ebuild  |   8 +-
 licenses/Mendeley-EULA                             | 264 +++++++++++++++++++++
 sci-chemistry/gromacs/ChangeLog                    |   4 +
 sci-chemistry/gromacs/gromacs-5.0.9999.ebuild      |   2 +-
 sci-chemistry/gromacs/gromacs-9999.ebuild          |   2 +-
 sci-misc/mendeleydesktop/ChangeLog                 |  16 ++
 sci-misc/mendeleydesktop/Manifest                  |   5 +
 .../mendeleydesktop/mendeleydesktop-1.12.3.ebuild  | 121 ++++++++++
 sci-misc/mendeleydesktop/metadata.xml              |  10 +
 10 files changed, 433 insertions(+), 3 deletions(-)

diff --cc dev-util/nvidia-cuda-gdk/ChangeLog
index 2526e36,6d816c8..169f0dc
--- a/dev-util/nvidia-cuda-gdk/ChangeLog
+++ b/dev-util/nvidia-cuda-gdk/ChangeLog
@@@ -2,9 -2,10 +2,13 @@@
  # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
  # $Header: $
  
 +  01 Dec 2014; Justin Lecher <jlec@gentoo.org> nvidia-cuda-gdk-340.29.ebuild:
 +  Drop empty lines, clean variable names and quoting
 +
+   30 Nov 2014; Marius Brehler <marbre@linux.sungazer.de>
+   nvidia-cuda-gdk-340.29.ebuild:
+   Fix symlink
+ 
    19 Nov 2014; Marius Brehler <marbre@linux.sungazer.de>
    nvidia-cuda-gdk-340.29.ebuild:
    Add ~x86 keyword
diff --cc dev-util/nvidia-cuda-gdk/nvidia-cuda-gdk-340.29.ebuild
index 99a4765,27a22a0..787e371
--- a/dev-util/nvidia-cuda-gdk/nvidia-cuda-gdk-340.29.ebuild
+++ b/dev-util/nvidia-cuda-gdk/nvidia-cuda-gdk-340.29.ebuild
@@@ -80,9 -76,8 +83,10 @@@ src_install() 
  	fi
  
  	ebegin "Cleaning before installation..."
 -		find -type f \( -name "*.o" -o -name "*.pdf" -o -name "*.txt" -o -name "*.3" \) -delete || die
 +		find -type f \
 +			\( -name "*.o" -o -name "*.pdf" -o -name "*.txt" -o -name "*.3" \) -delete \
 +			|| die
+ 		rm -f "${S}"/nvml/lib/libnvidia-ml.so
  	eend
  
  	if use healthmon; then