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 CBE27138A1C for ; Thu, 13 Nov 2014 00:17:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 650F3E08EB; Thu, 13 Nov 2014 00:17:41 +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 EB550E08EA for ; Thu, 13 Nov 2014 00:17:40 +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 EAB5B340568 for ; Thu, 13 Nov 2014 00:17:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20612A063 for ; Thu, 13 Nov 2014 00:15:51 +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: <1415806992.0991bfa78e42e2a5ff4fa907a578ccba05b08e05.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/ni-visa/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/ni-visa/ChangeLog sci-libs/ni-visa/metadata.xml sci-libs/ni-visa/ni-visa-0.0.1.ebuild X-VCS-Directories: sci-libs/ni-visa/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 0991bfa78e42e2a5ff4fa907a578ccba05b08e05 X-VCS-Branch: master Date: Thu, 13 Nov 2014 00:15:51 +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: 781bc044-380d-4b6c-9296-5fc16900f5b4 X-Archives-Hash: ecfeea8b62a4e25bb49137081694e2ba commit: 0991bfa78e42e2a5ff4fa907a578ccba05b08e05 Author: Justin Lecher gentoo org> AuthorDate: Wed Nov 12 15:43:12 2014 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Wed Nov 12 15:43:12 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0991bfa7 sci-libs/ni-visa: Bump to EAPI=5 Package-Manager: portage-2.2.14 --- sci-libs/ni-visa/ChangeLog | 6 +++++- sci-libs/ni-visa/metadata.xml | 6 +++--- sci-libs/ni-visa/ni-visa-0.0.1.ebuild | 18 +++++------------- 3 files changed, 13 insertions(+), 17 deletions(-) diff --git a/sci-libs/ni-visa/ChangeLog b/sci-libs/ni-visa/ChangeLog index 619e0fc..99244ef 100644 --- a/sci-libs/ni-visa/ChangeLog +++ b/sci-libs/ni-visa/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-libs/ni-visa -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 12 Nov 2014; Justin Lecher ni-visa-0.0.1.ebuild, + metadata.xml: + Bump to EAPI=5 + 25 Oct 2011; Justin Lecher metadata.xml: Removed no-herd from herd tag in metadata.xml diff --git a/sci-libs/ni-visa/metadata.xml b/sci-libs/ni-visa/metadata.xml index 4e9342c..5e7df8a 100644 --- a/sci-libs/ni-visa/metadata.xml +++ b/sci-libs/ni-visa/metadata.xml @@ -1,7 +1,7 @@ - - mail@akhuettel.de - + + mail@akhuettel.de + diff --git a/sci-libs/ni-visa/ni-visa-0.0.1.ebuild b/sci-libs/ni-visa/ni-visa-0.0.1.ebuild index c8d0435..ca2cfb9 100644 --- a/sci-libs/ni-visa/ni-visa-0.0.1.ebuild +++ b/sci-libs/ni-visa/ni-visa-0.0.1.ebuild @@ -2,21 +2,15 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -DESCRIPTION="Placeholder for an NI-VISA library ebuild" - -# -# I'm working on a set of real ebuilds for the components of the NI-VISA package. -# However, this will take quite some time still. For the moment this file is a -# placeholder so dependencies can be fulfilled... (And yes I know this is evil.) -# - dilfridge -# +EAPI=5 -SRC_URI="NI-VISA-0.0.1.iso" +DESCRIPTION="Placeholder for an NI-VISA library ebuild" HOMEPAGE="http://www.ni.com/" +SRC_URI="NI-VISA-0.0.1.iso" + LICENSE="ni-visa" KEYWORDS="-* ~amd64 ~x86" IUSE="" - SLOT="0" RESTRICT="fetch" @@ -27,13 +21,11 @@ src_install() { } pkg_nofetch() { - elog elog Please download the NI-VISA library for linux from elog http://joule.ni.com/nidu/cds/view/p/id/2044/lang/en elog and install it. elog Afterwards run the command "echo > /usr/portage/distfiles/NI-VISA-0.0.1.iso" - elog + echo elog Yes I know this is an ugly hack but the NI installer is even uglier... elog See for more information http://decibel.ni.com/content/message/16917 - elog }