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 4DA9613946D for ; Mon, 9 Aug 2021 00:16:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88B07E092D; Mon, 9 Aug 2021 00:16:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F3C7E0922 for ; Mon, 9 Aug 2021 00:16:27 +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 5E2EA33BEDD for ; Mon, 9 Aug 2021 00:16:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CF5C887 for ; Mon, 9 Aug 2021 00:16:23 +0000 (UTC) From: "Andreas K. 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 K. Hüttel" Message-ID: <1628468165.8a34ccbacda81f66330946a092af993ed218234c.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Abstract-Limit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/SQL-Abstract-Limit/Manifest dev-perl/SQL-Abstract-Limit/SQL-Abstract-Limit-0.143.0.ebuild X-VCS-Directories: dev-perl/SQL-Abstract-Limit/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 8a34ccbacda81f66330946a092af993ed218234c X-VCS-Branch: master Date: Mon, 9 Aug 2021 00:16:23 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 519d06b1-cb29-48f4-bb37-faa9fa26f195 X-Archives-Hash: 82eff91faad0caa11abf8c7a5b0383ee commit: 8a34ccbacda81f66330946a092af993ed218234c Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Aug 9 00:03:42 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon Aug 9 00:16:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a34ccba dev-perl/SQL-Abstract-Limit: Version bump 0.143 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/SQL-Abstract-Limit/Manifest | 1 + .../SQL-Abstract-Limit-0.143.0.ebuild | 25 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-perl/SQL-Abstract-Limit/Manifest b/dev-perl/SQL-Abstract-Limit/Manifest index ab051a7487b..c5990dc1629 100644 --- a/dev-perl/SQL-Abstract-Limit/Manifest +++ b/dev-perl/SQL-Abstract-Limit/Manifest @@ -1 +1,2 @@ DIST SQL-Abstract-Limit-0.141.tar.gz 15877 BLAKE2B 4ed381c5bd91940277df26cd21152e15f5ba8713d32050eb9cf9dc9e0e0849340d6ab0cbf652f13c90c0c9ef623229bfed0c511b35deb698001911e08173a2f3 SHA512 f7c09b14fe9cb94675bdfbc428d38f9653352f6dae090dc5ce905e5886205192bbe1da8ebff53780c0cac39d078930ef2644ea238d8e8be5b0a577b7b75df7a9 +DIST SQL-Abstract-Limit-0.143.tar.gz 16971 BLAKE2B 1b74e46da70cbb2b486dd391102c4c66dcbd4be932d1d3248962071c6690a7e75dd67730d4e176590fa21922b19aa0adacaa6c02d905dd136da79befac1e711d SHA512 1b91dcffef5c02ee7ce7d2a0124942270104a777c6cf42ed5bd3ed7ee263c680e5a1b93c342921884edca48e7dc5c2c01cacdf20be1988286e6dc50cab11ed0c diff --git a/dev-perl/SQL-Abstract-Limit/SQL-Abstract-Limit-0.143.0.ebuild b/dev-perl/SQL-Abstract-Limit/SQL-Abstract-Limit-0.143.0.ebuild new file mode 100644 index 00000000000..4e0d0edd669 --- /dev/null +++ b/dev-perl/SQL-Abstract-Limit/SQL-Abstract-Limit-0.143.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=ASB +DIST_VERSION=0.143 +inherit perl-module + +DESCRIPTION="Portable LIMIT emulation" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-solaris" + +RDEPEND=" + dev-perl/DBI + virtual/perl-Data-Dumper + dev-perl/SQL-Abstract +" +BDEPEND="${RDEPEND} + test? ( + dev-perl/Test-Deep + dev-perl/Test-Exception + ) +"