From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QPFSR-0004yr-P8 for garchives@archives.gentoo.org; Wed, 25 May 2011 14:53:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACAF71C1EB; Wed, 25 May 2011 14:53:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6CA211C1EB for ; Wed, 25 May 2011 14:53:03 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8B981B4036 for ; Wed, 25 May 2011 14:53:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 3F4BF8050A for ; Wed, 25 May 2011 14:53:02 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <63748cfaba009b1d5ec6a8b481d7d05cd3389f98.dilfridge@gentoo> Subject: [gentoo-commits] dev/dilfridge:master commit in: dev-perl/Lab-Instrument/ X-VCS-Repository: dev/dilfridge X-VCS-Files: dev-perl/Lab-Instrument/ChangeLog dev-perl/Lab-Instrument/Lab-Instrument-2.01.ebuild dev-perl/Lab-Instrument/Manifest dev-perl/Lab-Instrument/metadata.xml X-VCS-Directories: dev-perl/Lab-Instrument/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 63748cfaba009b1d5ec6a8b481d7d05cd3389f98 Date: Wed, 25 May 2011 14:53:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 877ffdd5c00ece49e02f606cd82c795d commit: 63748cfaba009b1d5ec6a8b481d7d05cd3389f98 Author: Andreas K. Huettel physik uni-r <= DOT> de> AuthorDate: Wed May 25 14:50:57 2011 +0000 Commit: Andreas H=C3=BCttel gentoo org> CommitDate: Wed May 25 14:50:57 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/dilfridge.git;= a=3Dcommit;h=3D63748cfa [dev-perl/Lab-Instrument] Imported from lab repository (Portage version: 2.1.9.49/git/Linux x86_64, signed Manifest commit with = key 7887F787) --- dev-perl/Lab-Instrument/ChangeLog | 31 ++++++++++++++= ++++++ dev-perl/Lab-Instrument/Lab-Instrument-2.01.ebuild | 18 +++++++++++ dev-perl/Lab-Instrument/Manifest | 24 ++++++++++++++= + dev-perl/Lab-Instrument/metadata.xml | 9 ++++++ 4 files changed, 82 insertions(+), 0 deletions(-) diff --git a/dev-perl/Lab-Instrument/ChangeLog b/dev-perl/Lab-Instrument/= ChangeLog new file mode 100644 index 0000000..d9cd1d1 --- /dev/null +++ b/dev-perl/Lab-Instrument/ChangeLog @@ -0,0 +1,31 @@ +# ChangeLog for dev-perl/Lab-Instrument +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*Lab-Instrument-2.01 (25 May 2011) + + 25 May 2011; Andreas K. Huettel + +Lab-Instrument-2.01.ebuild, +metadata.xml: + Imported from lab repository + + 20 May 2010; Andreas K. Huettel (dilfridge) + metadata.xml: + Improved metadata. + + 04 May 2010; Andreas K. Huettel (dilfridge) + Lab-Instrument-2.01.ebuild: + Fixed dependencies. + + 04 May 2010; Andreas K. Huettel (dilfridge) + -Lab-Instrument-1.2.ebuild, -files/Lab-Instrument-1.2-Agilent81134A.pm= , + -files/Lab-Instrument-1.2-HP34411A.pm, + -files/Lab-Instrument-1.2-Lakeshore370.pm, + -files/Lab-Instrument-1.2-SR830.pm, + -files/Lab-Instrument-1.2-gp_knick.patch, + -files/Lab-Instrument-1.2-gp_source.patch, + -files/Lab-Instrument-1.2-gp_yokogawa.patch, + -files/Lab-Instrument-1.2-hp_faster.patch, + -files/Lab-Instrument-1.2-instrument_faster.patch, + +Lab-Instrument-2.01.ebuild, +metadata.xml: + Version bump and cleanups. + diff --git a/dev-perl/Lab-Instrument/Lab-Instrument-2.01.ebuild b/dev-per= l/Lab-Instrument/Lab-Instrument-2.01.ebuild new file mode 100644 index 0000000..46f72d0 --- /dev/null +++ b/dev-perl/Lab-Instrument/Lab-Instrument-2.01.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit perl-module + +DESCRIPTION=3D"Perl module interface to an instrument that is connected = via GPIB, serial bus or ethernet" +HOMEPAGE=3D"http://www.labvisa.de/" +SRC_URI=3D"mirror://cpan/authors/id/S/SC/SCHROEER/Lab/${P}.tar.gz" + +LICENSE=3D"|| ( Artistic GPL-2 )" + +SLOT=3D"0" +KEYWORDS=3D"~x86 ~amd64" +IUSE=3D"" + +RDEPEND=3D"dev-lang/perl perl-core/Time-HiRes dev-perl/Lab-VISA" +DEPEND=3D"${RDEPEND} virtual/perl-Module-Build" diff --git a/dev-perl/Lab-Instrument/Manifest b/dev-perl/Lab-Instrument/M= anifest new file mode 100644 index 0000000..91765fc --- /dev/null +++ b/dev-perl/Lab-Instrument/Manifest @@ -0,0 +1,24 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA512 + +DIST Lab-Instrument-2.01.tar.gz 46901 RMD160 c7ef1cadc02f4a988946cd3452e= e6e53f3a4bcce SHA1 223a41a316e652576caebe245f472c48b12e492e SHA256 1d7720= 58fa45e5c6a3c63be598957aa9de46b1e0ae3d54564e5e2602f15b5379 +EBUILD Lab-Instrument-2.01.ebuild 529 RMD160 c32abb3e5743c0972e4412f7530= ae961bee94881 SHA1 784c594cc823b71b12e1ce44ca3c52498a713869 SHA256 90cc92= 96257043a3c535764fca347a288419bb05b8c89abcca68f80d64fca58e +MISC ChangeLog 1092 RMD160 fb2af1c7b6de97f7438636049596e23f7c7bcf23 SHA1= 1583a285fd25a5f739b1abf81ff2915bd56983f4 SHA256 c810a6029849d5d29a7d218e= f73d6b9aa1646a4d8e20644f74b853d3387cf278 +MISC metadata.xml 262 RMD160 24e1a7cfcbca1e2f41e8c062c448d9150f6320b8 SH= A1 951224aa9eb92e898209936836a18e844ae1f169 SHA256 7e8dde52c550f9cfc6d74b= 78c19f6900a8cc241f2bf136610a4fc3b0aa95f3f5 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.17 (GNU/Linux) + +iQIcBAEBCgAGBQJN3RdRAAoJEEb+UGWnxTyHsAUP/0lPp2OP9ApS5Zwjg8vhx/WR +9EBRP+mD25TVFqVpXLc8O6fAjAxotZbN8XQzAZLfKTP5Ro7/3DPg9GCLy3Oxic8/ +63veEZgQ4RQxFETd6Oti0ToJXuHyOvKxD5yk3hXpls55TKGyIZI3wRVfGy0iN5Ef +cJq2kP+MlPoWceQdjAP7f0cfnCyNdL8BoR5tj44I1CqmAl8gVMpnhsJIW84MuGTy +H1oDJHWLbG80xd2/EtFERNnxWRgIyqUmXrSUJxcv+bsJtPahRBGdTPu3TQCeLlhs +h6uyRl2Eg4YkTlqGtPJL3LQjgy2462Y5nAzVdt5NreN+FVOQum9CLRYTl6nfbf3F +z8kFU8RiV0soDkwfnWH/MIUWw+tBln39HgYqJxlTTU/RBcCrps23PnD6CLPW2OyD +pKK0mnQT8sPK+2Vyi34b7A6KOAUGtemIV7IURwXYD7DQoAWxMO/qpi0dhfDNONjE +IaJBBtE4TRADJvQoRI5lXV9ovOmmq2lgcNqxD+MePbHoWiU3eYha7fTYSQsvdoXM +RUbvO85b1D1XSoWeCE2oBgFZciCQSPD4YA/SKk67QI8FxqUvV4fKiSl3vpVQ8slT +69ECaIEc0J7RidduW3l14xatijx0URVWc+VyQ57HRoyzQIe8VVbH7U2xPYsDJt2l +kH2DUjqVQOHAorIkE3+6 +=3DPgLR +-----END PGP SIGNATURE----- diff --git a/dev-perl/Lab-Instrument/metadata.xml b/dev-perl/Lab-Instrume= nt/metadata.xml new file mode 100644 index 0000000..90e3ad4 --- /dev/null +++ b/dev-perl/Lab-Instrument/metadata.xml @@ -0,0 +1,9 @@ + + + + no-herd + + dilfridge@gentoo.org + Andreas K. Huettel + +