From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 56841139694 for ; Mon, 24 Apr 2017 23:00:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD122E0D25; Mon, 24 Apr 2017 23:00:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 736ABE0D25 for ; Mon, 24 Apr 2017 23:00:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9F1D33BF1C for ; Mon, 24 Apr 2017 23:00:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6E007432 for ; Mon, 24 Apr 2017 23:00:15 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1493074807.a784d9ca035ed92b418c56a400fbc200a1891f48.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lab-Zhinst/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Lab-Zhinst/Lab-Zhinst-0.30.0.ebuild dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild dev-perl/Lab-Zhinst/Manifest X-VCS-Directories: dev-perl/Lab-Zhinst/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: a784d9ca035ed92b418c56a400fbc200a1891f48 X-VCS-Branch: master Date: Mon, 24 Apr 2017 23:00:15 +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: 96983c3f-1cc8-4eff-83c5-06c38a5125bf X-Archives-Hash: 4d096c9ce2beabead470c56edeaf6735 commit: a784d9ca035ed92b418c56a400fbc200a1891f48 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Apr 24 23:00:07 2017 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Mon Apr 24 23:00:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a784d9ca dev-perl/Lab-Zhinst: Version bump Package-Manager: Portage-2.3.5, Repoman-2.3.2 .../Lab-Zhinst/{Lab-Zhinst-9999.ebuild => Lab-Zhinst-0.30.0.ebuild} | 6 +++--- dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild | 4 ++-- dev-perl/Lab-Zhinst/Manifest | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild b/dev-perl/Lab-Zhinst/Lab-Zhinst-0.30.0.ebuild similarity index 74% copy from dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild copy to dev-perl/Lab-Zhinst/Lab-Zhinst-0.30.0.ebuild index 5c30b4506a7..7b42502dd74 100644 --- a/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild +++ b/dev-perl/Lab-Zhinst/Lab-Zhinst-0.30.0.ebuild @@ -4,18 +4,18 @@ EAPI=6 if [[ "${PV}" != "9999" ]]; then - DIST_VERSION=xxxxxx # change this when released + DIST_VERSION=0.03 DIST_AUTHOR=AMBA inherit perl-module KEYWORDS="~amd64" else - EGIT_REPO_URI="https://github.com/amba/Lab-Zhinst.git" + 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="https://github.com/amba/Lab-Zhinst/" +HOMEPAGE="http://search.cpan.org/~amba/Lab-Zhinst/" SLOT="0" IUSE="" diff --git a/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild b/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild index 5c30b4506a7..28b084b4d8c 100644 --- a/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild +++ b/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild @@ -9,13 +9,13 @@ if [[ "${PV}" != "9999" ]]; then inherit perl-module KEYWORDS="~amd64" else - EGIT_REPO_URI="https://github.com/amba/Lab-Zhinst.git" + 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="https://github.com/amba/Lab-Zhinst/" +HOMEPAGE="http://search.cpan.org/~amba/Lab-Zhinst/" SLOT="0" IUSE="" diff --git a/dev-perl/Lab-Zhinst/Manifest b/dev-perl/Lab-Zhinst/Manifest index cf85886de00..18bac208ba2 100644 --- a/dev-perl/Lab-Zhinst/Manifest +++ b/dev-perl/Lab-Zhinst/Manifest @@ -1 +1,2 @@ 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