summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-04-30 16:35:39 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-04-30 16:35:39 +0200
commitb8dbd5b44ce79f5cc2d96375d48da8333774fe6d (patch)
tree0f128378bcda379d2722a1fa228c53075319cc36 /dev-perl/Lab-Zhinst/Lab-Zhinst-0.10.0.ebuild
parentdev-perl/Lab-Zhinst: Version bump (diff)
downloadgentoo-b8dbd5b44ce79f5cc2d96375d48da8333774fe6d.tar.gz
gentoo-b8dbd5b44ce79f5cc2d96375d48da8333774fe6d.tar.bz2
gentoo-b8dbd5b44ce79f5cc2d96375d48da8333774fe6d.zip
dev-perl/Lab-Zhinst: Remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Lab-Zhinst/Lab-Zhinst-0.10.0.ebuild')
-rw-r--r--dev-perl/Lab-Zhinst/Lab-Zhinst-0.10.0.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-perl/Lab-Zhinst/Lab-Zhinst-0.10.0.ebuild b/dev-perl/Lab-Zhinst/Lab-Zhinst-0.10.0.ebuild
deleted file mode 100644
index 9d70940ac4c6..000000000000
--- a/dev-perl/Lab-Zhinst/Lab-Zhinst-0.10.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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.01
- DIST_AUTHOR=AMBA
- inherit perl-module
- KEYWORDS="~amd64"
-else
- EGIT_REPO_URI="https://github.com/amba/Lab-Zhinst.git"
- EGIT_BRANCH="master"
- inherit perl-module git-r3
-fi
-
-DESCRIPTION="Perl bindings to the LabOne API of Zurich Instruments"
-HOMEPAGE="https://github.com/amba/Lab-Zhinst/"
-
-SLOT="0"
-IUSE=""
-
-RDEPEND="sci-electronics/labone"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"