* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lab-Zhinst/
@ 2017-04-19 14:46 Andreas Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Hüttel @ 2017-04-19 14:46 UTC (permalink / raw
To: gentoo-commits
commit: 39993e5c6b02f63109bbefe2b236995518b57e6b
Author: Andreas K. Huettel <andreas.huettel <AT> ur <DOT> de>
AuthorDate: Wed Apr 19 14:11:03 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Apr 19 14:44:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39993e5c
dev-perl/Lab-Zhinst: New package
dev-perl/Lab-Zhinst/Lab-Zhinst-0.10.0.ebuild | 26 ++++++++++++++++++++++++++
dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild | 26 ++++++++++++++++++++++++++
dev-perl/Lab-Zhinst/Manifest | 1 +
dev-perl/Lab-Zhinst/metadata.xml | 8 ++++++++
4 files changed, 61 insertions(+)
diff --git a/dev-perl/Lab-Zhinst/Lab-Zhinst-0.10.0.ebuild b/dev-perl/Lab-Zhinst/Lab-Zhinst-0.10.0.ebuild
new file mode 100644
index 00000000000..9d70940ac4c
--- /dev/null
+++ b/dev-perl/Lab-Zhinst/Lab-Zhinst-0.10.0.ebuild
@@ -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.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
+"
diff --git a/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild b/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild
new file mode 100644
index 00000000000..5c30b4506a7
--- /dev/null
+++ b/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild
@@ -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=xxxxxx # change this when released
+ 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
+"
diff --git a/dev-perl/Lab-Zhinst/Manifest b/dev-perl/Lab-Zhinst/Manifest
new file mode 100644
index 00000000000..cf85886de00
--- /dev/null
+++ b/dev-perl/Lab-Zhinst/Manifest
@@ -0,0 +1 @@
+DIST Lab-Zhinst-0.01.tar.gz 58194 SHA256 324a1098040208aec095f590895c0374720e80e8b6c130dfef9fc96f91e05bea SHA512 6086d1dba88669764178252d43a035e7a0dc56b4e84e2cb1b791f98953eabae91faffc70b8093c73cd648acbd580f9b204e4208172cc426c2e9874b419a3fa42 WHIRLPOOL 9a0b723fd3c72b199d37a3fbba0ed5cb79552bd986028d0a080f7b2814346d842ea9d2613abe77f2c5b56d91e4cb78715f5c2559b54ea01cda5e7e3b217e8e7e
diff --git a/dev-perl/Lab-Zhinst/metadata.xml b/dev-perl/Lab-Zhinst/metadata.xml
new file mode 100644
index 00000000000..765a8e365b5
--- /dev/null
+++ b/dev-perl/Lab-Zhinst/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>dilfridge@gentoo.org</email>
+ <name>Andreas K. Huettel</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lab-Zhinst/
@ 2017-04-24 23:00 Andreas Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Hüttel @ 2017-04-24 23:00 UTC (permalink / raw
To: gentoo-commits
commit: a784d9ca035ed92b418c56a400fbc200a1891f48
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 24 23:00:07 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> 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
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lab-Zhinst/
@ 2017-04-30 14:35 Andreas Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Hüttel @ 2017-04-30 14:35 UTC (permalink / raw
To: gentoo-commits
commit: b8dbd5b44ce79f5cc2d96375d48da8333774fe6d
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 30 14:35:39 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Apr 30 14:35:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8dbd5b4
dev-perl/Lab-Zhinst: Remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-perl/Lab-Zhinst/Lab-Zhinst-0.10.0.ebuild | 26 --------------------------
dev-perl/Lab-Zhinst/Manifest | 1 -
2 files changed, 27 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 9d70940ac4c..00000000000
--- 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
-"
diff --git a/dev-perl/Lab-Zhinst/Manifest b/dev-perl/Lab-Zhinst/Manifest
index 0ac710b8a62..424b9c2ee76 100644
--- a/dev-perl/Lab-Zhinst/Manifest
+++ b/dev-perl/Lab-Zhinst/Manifest
@@ -1,3 +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
DIST Lab-Zhinst-0.05.tar.gz 65583 SHA256 32c3e001aae143868fa96f44da9bfb20142e8e029b5c66005e0a0520534c0e9a SHA512 38aedc3cbd6356c77ac32414c5a09e55b4f98001a932cd025d0483c64c57684aee61548ff4f6a944006ec8f79046b18c18d3935f4e2ea67d6a476d8fe10740c2 WHIRLPOOL f4a672cbf4e6da38e4e6faa0d96a47a9d994448ad7ed85511c974be01ca79c641d446a4585d419555cd60a2ac7b22eee2995dacce053a1ae47c4f93d0d93118d
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lab-Zhinst/
@ 2017-04-30 14:35 Andreas Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Hüttel @ 2017-04-30 14:35 UTC (permalink / raw
To: gentoo-commits
commit: d67e39f2286f345b2007e71f5ab57605ea746c89
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 30 14:35:25 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Apr 30 14:35:25 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d67e39f2
dev-perl/Lab-Zhinst: Version bump
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-perl/Lab-Zhinst/Lab-Zhinst-0.50.0.ebuild | 26 ++++++++++++++++++++++++++
dev-perl/Lab-Zhinst/Manifest | 1 +
2 files changed, 27 insertions(+)
diff --git a/dev-perl/Lab-Zhinst/Lab-Zhinst-0.50.0.ebuild b/dev-perl/Lab-Zhinst/Lab-Zhinst-0.50.0.ebuild
new file mode 100644
index 00000000000..91f379f918b
--- /dev/null
+++ b/dev-perl/Lab-Zhinst/Lab-Zhinst-0.50.0.ebuild
@@ -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
+"
diff --git a/dev-perl/Lab-Zhinst/Manifest b/dev-perl/Lab-Zhinst/Manifest
index 18bac208ba2..0ac710b8a62 100644
--- a/dev-perl/Lab-Zhinst/Manifest
+++ b/dev-perl/Lab-Zhinst/Manifest
@@ -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
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lab-Zhinst/
@ 2017-10-27 8:23 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2017-10-27 8:23 UTC (permalink / raw
To: gentoo-commits
commit: 595810a99312236e5dda35edc23e9ef9ab26958e
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 27 07:21:00 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 08:22:02 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=595810a9
dev-perl/Lab-Zhinst: Bump to version 1.20.0
Upstream:
- No more XS Exceptions, return error code in return list instead
- Add Data Streaming API
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-perl/Lab-Zhinst/Lab-Zhinst-1.20.0.ebuild | 26 ++++++++++++++++++++++++++
dev-perl/Lab-Zhinst/Manifest | 1 +
dev-perl/Lab-Zhinst/metadata.xml | 2 ++
3 files changed, 29 insertions(+)
diff --git a/dev-perl/Lab-Zhinst/Lab-Zhinst-1.20.0.ebuild b/dev-perl/Lab-Zhinst/Lab-Zhinst-1.20.0.ebuild
new file mode 100644
index 00000000000..9cd31bbf856
--- /dev/null
+++ b/dev-perl/Lab-Zhinst/Lab-Zhinst-1.20.0.ebuild
@@ -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=1.02
+ 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
+"
diff --git a/dev-perl/Lab-Zhinst/Manifest b/dev-perl/Lab-Zhinst/Manifest
index 424b9c2ee76..5e4dc029a71 100644
--- a/dev-perl/Lab-Zhinst/Manifest
+++ b/dev-perl/Lab-Zhinst/Manifest
@@ -1,2 +1,3 @@
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
+DIST Lab-Zhinst-1.02.tar.gz 66342 SHA256 9b848cbe5e88ac5ed8e1be326c0d576a007a1f83484960a9d7da441efac62d23 SHA512 09a6912495e1077b62b8cefab8eed133700e6d3cef967610ca455f7bc1e767400b45672965c057210949b6b1601e95151455ffe30d884154353f44a55e4bebbc WHIRLPOOL 551ba1ba068473e05ac24f4cd59c7a00cda7a90aab4a40a3e068798adad6f79c49f4b3c79014d21071c257e4102600249fb2c2295aa91351776a5de754cd34df
diff --git a/dev-perl/Lab-Zhinst/metadata.xml b/dev-perl/Lab-Zhinst/metadata.xml
index 9dbf66d444b..bca1acc57a9 100644
--- a/dev-perl/Lab-Zhinst/metadata.xml
+++ b/dev-perl/Lab-Zhinst/metadata.xml
@@ -11,5 +11,7 @@
</maintainer>
<upstream>
<remote-id type="github">amba/Lab-Zhinst</remote-id>
+ <remote-id type="cpan">Lab-Zhinst</remote-id>
+ <remote-id type="cpan-module">Lab::Zhinst</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lab-Zhinst/
@ 2017-10-27 8:23 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2017-10-27 8:23 UTC (permalink / raw
To: gentoo-commits
commit: c14fa062448ee0d8b96fe6de3d094c67509b0670
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 27 08:01:04 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 08:22:00 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c14fa062
dev-perl/Lab-Zhinst: Add perl <AT> to metadata.xml
Acked-by: dilfridge
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-perl/Lab-Zhinst/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-perl/Lab-Zhinst/metadata.xml b/dev-perl/Lab-Zhinst/metadata.xml
index 2ceed614568..9dbf66d444b 100644
--- a/dev-perl/Lab-Zhinst/metadata.xml
+++ b/dev-perl/Lab-Zhinst/metadata.xml
@@ -5,6 +5,10 @@
<email>dilfridge@gentoo.org</email>
<name>Andreas K. Huettel</name>
</maintainer>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
<upstream>
<remote-id type="github">amba/Lab-Zhinst</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lab-Zhinst/
@ 2021-11-08 22:33 Andreas K. Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2021-11-08 22:33 UTC (permalink / raw
To: gentoo-commits
commit: 5cac5d3ce21ed89013c6b2a372ad0c5f6db43f3a
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 8 22:32:12 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Nov 8 22:32:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cac5d3c
dev-perl/Lab-Zhinst: Version bump 2.04
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...-Zhinst-9999.ebuild => Lab-Zhinst-2.40.0.ebuild} | 21 ++++++++++++++-------
dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild | 21 ++++++++++++++-------
dev-perl/Lab-Zhinst/Manifest | 1 +
3 files changed, 29 insertions(+), 14 deletions(-)
diff --git a/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild b/dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0.ebuild
similarity index 62%
copy from dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild
copy to dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0.ebuild
index 28b084b4d8c..64923629675 100644
--- a/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild
+++ b/dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
if [[ "${PV}" != "9999" ]]; then
- DIST_VERSION=xxxxxx # change this when released
+ DIST_VERSION=2.04
DIST_AUTHOR=AMBA
inherit perl-module
KEYWORDS="~amd64"
@@ -15,12 +15,19 @@ else
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}
+RDEPEND="
+ virtual/perl-AutoLoader
+ virtual/perl-Carp
+ virtual/perl-Exporter
+ virtual/perl-XSLoader
+ sci-electronics/labone
+"
+DEPEND="
+ sci-electronics/labone
+"
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"
diff --git a/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild b/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild
index 28b084b4d8c..64923629675 100644
--- a/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild
+++ b/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
if [[ "${PV}" != "9999" ]]; then
- DIST_VERSION=xxxxxx # change this when released
+ DIST_VERSION=2.04
DIST_AUTHOR=AMBA
inherit perl-module
KEYWORDS="~amd64"
@@ -15,12 +15,19 @@ else
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}
+RDEPEND="
+ virtual/perl-AutoLoader
+ virtual/perl-Carp
+ virtual/perl-Exporter
+ virtual/perl-XSLoader
+ sci-electronics/labone
+"
+DEPEND="
+ sci-electronics/labone
+"
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"
diff --git a/dev-perl/Lab-Zhinst/Manifest b/dev-perl/Lab-Zhinst/Manifest
index a9d780a4794..a3f75327d45 100644
--- a/dev-perl/Lab-Zhinst/Manifest
+++ b/dev-perl/Lab-Zhinst/Manifest
@@ -1 +1,2 @@
DIST Lab-Zhinst-1.02.tar.gz 66342 BLAKE2B fd6b77ae851f5e38e369fe0f82841405c58e63555bb294a53c7d32bf8f4b31fcea1df982d0545ee2dc72ed562e6d8d6db30133a4ab861ca52743ec801c0a55b5 SHA512 09a6912495e1077b62b8cefab8eed133700e6d3cef967610ca455f7bc1e767400b45672965c057210949b6b1601e95151455ffe30d884154353f44a55e4bebbc
+DIST Lab-Zhinst-2.04.tar.gz 66217 BLAKE2B 7c10d7520cee4eb30b3ff38295c7bc2c4e4a60aaba47d4bfdfadb10e7538ad376d3bbcc32409d7d1426190dd635d1e6be040e8c00e1ea6d2b79376d0938cfbf4 SHA512 f54e4a23225b50254248ac9c8a1170db8c37165a41007c991a270c54212d3b86c8d9aec2ee71a3de4e543536aebe0646a961f9a698d52c461ebdadd1ed0ca219
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lab-Zhinst/
@ 2021-11-08 22:59 Andreas K. Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2021-11-08 22:59 UTC (permalink / raw
To: gentoo-commits
commit: 2520624bc930ba769cb52e74d63a3ba96d134f99
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 8 22:58:34 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Nov 8 22:58:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2520624b
dev-perl/Lab-Zhinst: Fix some pkgcheck warnings
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0.ebuild | 5 +++--
dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild | 7 ++++---
dev-perl/Lab-Zhinst/Manifest | 1 -
3 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0.ebuild b/dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0.ebuild
index 64923629675..4ac9d675a67 100644
--- a/dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0.ebuild
+++ b/dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0.ebuild
@@ -3,15 +3,16 @@
EAPI=8
+inherit perl-module
+
if [[ "${PV}" != "9999" ]]; then
DIST_VERSION=2.04
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
+ inherit git-r3
fi
DESCRIPTION="Perl bindings to the LabOne API of Zurich Instruments"
diff --git a/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild b/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild
index 64923629675..1bd860acb11 100644
--- a/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild
+++ b/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild
@@ -3,15 +3,16 @@
EAPI=8
+inherit perl-module
+
if [[ "${PV}" != "9999" ]]; then
- DIST_VERSION=2.04
+ # DIST_VERSION=2.04
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
+ inherit git-r3
fi
DESCRIPTION="Perl bindings to the LabOne API of Zurich Instruments"
diff --git a/dev-perl/Lab-Zhinst/Manifest b/dev-perl/Lab-Zhinst/Manifest
index a3f75327d45..a9d780a4794 100644
--- a/dev-perl/Lab-Zhinst/Manifest
+++ b/dev-perl/Lab-Zhinst/Manifest
@@ -1,2 +1 @@
DIST Lab-Zhinst-1.02.tar.gz 66342 BLAKE2B fd6b77ae851f5e38e369fe0f82841405c58e63555bb294a53c7d32bf8f4b31fcea1df982d0545ee2dc72ed562e6d8d6db30133a4ab861ca52743ec801c0a55b5 SHA512 09a6912495e1077b62b8cefab8eed133700e6d3cef967610ca455f7bc1e767400b45672965c057210949b6b1601e95151455ffe30d884154353f44a55e4bebbc
-DIST Lab-Zhinst-2.04.tar.gz 66217 BLAKE2B 7c10d7520cee4eb30b3ff38295c7bc2c4e4a60aaba47d4bfdfadb10e7538ad376d3bbcc32409d7d1426190dd635d1e6be040e8c00e1ea6d2b79376d0938cfbf4 SHA512 f54e4a23225b50254248ac9c8a1170db8c37165a41007c991a270c54212d3b86c8d9aec2ee71a3de4e543536aebe0646a961f9a698d52c461ebdadd1ed0ca219
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lab-Zhinst/
@ 2021-11-08 22:59 Andreas K. Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2021-11-08 22:59 UTC (permalink / raw
To: gentoo-commits
commit: 143389419e1032019194664fcee38d3dd89bf8cd
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 8 22:58:49 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Nov 8 22:58:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14338941
dev-perl/Lab-Zhinst: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Lab-Zhinst/Lab-Zhinst-1.20.0.ebuild | 26 --------------------------
dev-perl/Lab-Zhinst/Manifest | 1 -
2 files changed, 27 deletions(-)
diff --git a/dev-perl/Lab-Zhinst/Lab-Zhinst-1.20.0.ebuild b/dev-perl/Lab-Zhinst/Lab-Zhinst-1.20.0.ebuild
deleted file mode 100644
index 9cd31bbf856..00000000000
--- a/dev-perl/Lab-Zhinst/Lab-Zhinst-1.20.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=1.02
- 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
-"
diff --git a/dev-perl/Lab-Zhinst/Manifest b/dev-perl/Lab-Zhinst/Manifest
deleted file mode 100644
index a9d780a4794..00000000000
--- a/dev-perl/Lab-Zhinst/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Lab-Zhinst-1.02.tar.gz 66342 BLAKE2B fd6b77ae851f5e38e369fe0f82841405c58e63555bb294a53c7d32bf8f4b31fcea1df982d0545ee2dc72ed562e6d8d6db30133a4ab861ca52743ec801c0a55b5 SHA512 09a6912495e1077b62b8cefab8eed133700e6d3cef967610ca455f7bc1e767400b45672965c057210949b6b1601e95151455ffe30d884154353f44a55e4bebbc
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lab-Zhinst/
@ 2021-11-09 16:02 Andreas K. Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2021-11-09 16:02 UTC (permalink / raw
To: gentoo-commits
commit: 388fbf1c2f4314031997ab8dfe54b61b33fa1212
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 9 16:01:28 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Nov 9 16:01:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=388fbf1c
dev-perl/Lab-Zhinst: Fix build
Closes: https://bugs.gentoo.org/822708
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0.ebuild | 6 +++---
dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild | 6 +++---
dev-perl/Lab-Zhinst/Manifest | 1 +
3 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0.ebuild b/dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0.ebuild
index 4ac9d675a67..eabe5a5259a 100644
--- a/dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0.ebuild
+++ b/dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0.ebuild
@@ -3,16 +3,16 @@
EAPI=8
-inherit perl-module
-
if [[ "${PV}" != "9999" ]]; then
DIST_VERSION=2.04
DIST_AUTHOR=AMBA
+ inherit perl-module
+
KEYWORDS="~amd64"
else
EGIT_REPO_URI="https://github.com/lab-measurement/Lab-Zhinst.git"
EGIT_BRANCH="master"
- inherit git-r3
+ inherit perl-module git-r3
fi
DESCRIPTION="Perl bindings to the LabOne API of Zurich Instruments"
diff --git a/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild b/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild
index 1bd860acb11..c8bbd939b64 100644
--- a/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild
+++ b/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild
@@ -3,16 +3,16 @@
EAPI=8
-inherit perl-module
-
if [[ "${PV}" != "9999" ]]; then
# DIST_VERSION=2.04
DIST_AUTHOR=AMBA
+ inherit perl-module
+
KEYWORDS="~amd64"
else
EGIT_REPO_URI="https://github.com/lab-measurement/Lab-Zhinst.git"
EGIT_BRANCH="master"
- inherit git-r3
+ inherit perl-module git-r3
fi
DESCRIPTION="Perl bindings to the LabOne API of Zurich Instruments"
diff --git a/dev-perl/Lab-Zhinst/Manifest b/dev-perl/Lab-Zhinst/Manifest
new file mode 100644
index 00000000000..9353b917491
--- /dev/null
+++ b/dev-perl/Lab-Zhinst/Manifest
@@ -0,0 +1 @@
+DIST Lab-Zhinst-2.04.tar.gz 66217 BLAKE2B 7c10d7520cee4eb30b3ff38295c7bc2c4e4a60aaba47d4bfdfadb10e7538ad376d3bbcc32409d7d1426190dd635d1e6be040e8c00e1ea6d2b79376d0938cfbf4 SHA512 f54e4a23225b50254248ac9c8a1170db8c37165a41007c991a270c54212d3b86c8d9aec2ee71a3de4e543536aebe0646a961f9a698d52c461ebdadd1ed0ca219
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lab-Zhinst/
@ 2025-02-28 12:31 Andreas K. Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2025-02-28 12:31 UTC (permalink / raw
To: gentoo-commits
commit: bd5b07f531e9dc0bb24e0575eaad11a58eea4a04
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 28 12:30:06 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Feb 28 12:30:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd5b07f5
dev-perl/Lab-Zhinst: virtual/perl-AutoLoader is going away
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../{Lab-Zhinst-2.40.0.ebuild => Lab-Zhinst-2.40.0-r1.ebuild} | 3 +--
dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0.ebuild b/dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0-r1.ebuild
similarity index 90%
rename from dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0.ebuild
rename to dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0-r1.ebuild
index eabe5a5259a3..73ba70181104 100644
--- a/dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0.ebuild
+++ b/dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -20,7 +20,6 @@ DESCRIPTION="Perl bindings to the LabOne API of Zurich Instruments"
SLOT="0"
RDEPEND="
- virtual/perl-AutoLoader
virtual/perl-Carp
virtual/perl-Exporter
virtual/perl-XSLoader
diff --git a/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild b/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild
index c8bbd939b644..b45a761d29fb 100644
--- a/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild
+++ b/dev-perl/Lab-Zhinst/Lab-Zhinst-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -20,7 +20,6 @@ DESCRIPTION="Perl bindings to the LabOne API of Zurich Instruments"
SLOT="0"
RDEPEND="
- virtual/perl-AutoLoader
virtual/perl-Carp
virtual/perl-Exporter
virtual/perl-XSLoader
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2025-02-28 12:31 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-08 22:59 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lab-Zhinst/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2025-02-28 12:31 Andreas K. Hüttel
2021-11-09 16:02 Andreas K. Hüttel
2021-11-08 22:59 Andreas K. Hüttel
2021-11-08 22:33 Andreas K. Hüttel
2017-10-27 8:23 Kent Fredric
2017-10-27 8:23 Kent Fredric
2017-04-30 14:35 Andreas Hüttel
2017-04-30 14:35 Andreas Hüttel
2017-04-24 23:00 Andreas Hüttel
2017-04-19 14:46 Andreas Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox