commit: 0991bfa78e42e2a5ff4fa907a578ccba05b08e05 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Wed Nov 12 15:43:12 2014 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> 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 <[email protected]> ni-visa-0.0.1.ebuild, + metadata.xml: + Bump to EAPI=5 + 25 Oct 2011; Justin Lecher <[email protected]> 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 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer> - <email>[email protected]</email> - </maintainer> + <maintainer> + <email>[email protected]</email> + </maintainer> </pkgmetadata> 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 }
