forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
- Loading branch information
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
if [[ "${PV}" != "9999" ]]; then | ||
DIST_VERSION=0.05 | ||
DIST_AUTHOR=AMBA | ||
inherit perl-module | ||
KEYWORDS="~amd64" | ||
else | ||
EGIT_REPO_URI="https://github.com/lab-measurement/Lab-Zhinst.git" | ||
EGIT_BRANCH="master" | ||
inherit perl-module git-r3 | ||
fi | ||
|
||
DESCRIPTION="Perl bindings to the LabOne API of Zurich Instruments" | ||
HOMEPAGE="http://search.cpan.org/~amba/Lab-Zhinst/" | ||
|
||
SLOT="0" | ||
IUSE="" | ||
|
||
RDEPEND="sci-electronics/labone" | ||
DEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST Lab-Zhinst-0.01.tar.gz 58194 SHA256 324a1098040208aec095f590895c0374720e80e8b6c130dfef9fc96f91e05bea SHA512 6086d1dba88669764178252d43a035e7a0dc56b4e84e2cb1b791f98953eabae91faffc70b8093c73cd648acbd580f9b204e4208172cc426c2e9874b419a3fa42 WHIRLPOOL 9a0b723fd3c72b199d37a3fbba0ed5cb79552bd986028d0a080f7b2814346d842ea9d2613abe77f2c5b56d91e4cb78715f5c2559b54ea01cda5e7e3b217e8e7e | ||
DIST Lab-Zhinst-0.03.tar.gz 65577 SHA256 531cc266dfaaf614364c046505c2076151de9d59c01ddd9462479acca87d3396 SHA512 24d6f18cd48dda5da11302d7458ae3616f7a1bc33b363ecc1f022df6b09ba68dd2c67a9323334d96c192a65cb96ffd868c9d24e96840b9b85248d55e7a732380 WHIRLPOOL 9f6ab29c787876db3d7f3eabcd2b56cb6c8aecf2c0c08060d0e1b919b564ad67013a2022628b42757ca8d1a62f515bac57beb3374adcfac87a56731181d369d0 | ||
DIST Lab-Zhinst-0.05.tar.gz 65583 SHA256 32c3e001aae143868fa96f44da9bfb20142e8e029b5c66005e0a0520534c0e9a SHA512 38aedc3cbd6356c77ac32414c5a09e55b4f98001a932cd025d0483c64c57684aee61548ff4f6a944006ec8f79046b18c18d3935f4e2ea67d6a476d8fe10740c2 WHIRLPOOL f4a672cbf4e6da38e4e6faa0d96a47a9d994448ad7ed85511c974be01ca79c641d446a4585d419555cd60a2ac7b22eee2995dacce053a1ae47c4f93d0d93118d |