aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-11-12 16:43:12 +0100
committerJustin Lecher <jlec@gentoo.org>2014-11-12 16:43:12 +0100
commit0991bfa78e42e2a5ff4fa907a578ccba05b08e05 (patch)
tree93ba61d3a87984cca38742622b08c70183d14ab0 /sci-libs/ni-visa
parentsci-libs/driftwood: Bump to EAPI=5 (diff)
downloadsci-0991bfa78e42e2a5ff4fa907a578ccba05b08e05.tar.gz
sci-0991bfa78e42e2a5ff4fa907a578ccba05b08e05.tar.bz2
sci-0991bfa78e42e2a5ff4fa907a578ccba05b08e05.zip
sci-libs/ni-visa: Bump to EAPI=5
Package-Manager: portage-2.2.14
Diffstat (limited to 'sci-libs/ni-visa')
-rw-r--r--sci-libs/ni-visa/ChangeLog6
-rw-r--r--sci-libs/ni-visa/metadata.xml6
-rw-r--r--sci-libs/ni-visa/ni-visa-0.0.1.ebuild18
3 files changed, 13 insertions, 17 deletions
diff --git a/sci-libs/ni-visa/ChangeLog b/sci-libs/ni-visa/ChangeLog
index 619e0fcbb..99244ef55 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 <jlec@gentoo.org> ni-visa-0.0.1.ebuild,
+ metadata.xml:
+ Bump to EAPI=5
+
25 Oct 2011; Justin Lecher <jlec@gentoo.org> 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 4e9342c1f..5e7df8a87 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>mail@akhuettel.de</email>
- </maintainer>
+ <maintainer>
+ <email>mail@akhuettel.de</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 c8d0435e1..ca2cfb9ac 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
}