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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 33A3F158066 for ; Wed, 1 May 2024 07:10:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70DDEE29E2; Wed, 1 May 2024 07:10:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54C67E29E2 for ; Wed, 1 May 2024 07:10:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79C533430AA for ; Wed, 1 May 2024 07:10:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B325C18DF for ; Wed, 1 May 2024 07:10:06 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1714547368.66867c1f799dedbf69e06ff7e4da60d0003bb1c5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/ORLite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/ORLite/Manifest dev-perl/ORLite/ORLite-2.0.0.ebuild X-VCS-Directories: dev-perl/ORLite/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 66867c1f799dedbf69e06ff7e4da60d0003bb1c5 X-VCS-Branch: master Date: Wed, 1 May 2024 07:10:06 +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: effa1a7a-e55b-4362-8b9f-64fa3da6ec51 X-Archives-Hash: 291e2a0df653ed3dfab9cc8b0bc1b8c1 commit: 66867c1f799dedbf69e06ff7e4da60d0003bb1c5 Author: Sam James gentoo org> AuthorDate: Wed May 1 07:09:28 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 1 07:09:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66867c1f dev-perl/ORLite: add 2.0.0 Closes: https://bugs.gentoo.org/882387 Signed-off-by: Sam James gentoo.org> dev-perl/ORLite/Manifest | 1 + dev-perl/ORLite/ORLite-2.0.0.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/dev-perl/ORLite/Manifest b/dev-perl/ORLite/Manifest index 679d958ef694..308e37ce9680 100644 --- a/dev-perl/ORLite/Manifest +++ b/dev-perl/ORLite/Manifest @@ -1 +1,2 @@ DIST ORLite-1.98.tar.gz 67402 BLAKE2B f2c5c5f3f36932163c1e5033cd4bfcdf2a3172ba2f5b3dc59e03012706520219162eee986fddd423b289f2bb6b5d350e78e94ac1f3dc3060849383d5894fa185 SHA512 1cc2f8352efe2867806611746d78cf8aa9788e2f38eeb9231ab7b4168a3befeecdb1773360a13578758f9172d08f55261e952698a3e8c5a5b8ad5e63939349f9 +DIST ORLite-2.00.tar.gz 55424 BLAKE2B 4fa59fb7a0e897c33475de47a1f67a77f29df8cf9577893db7a5731d0351b7c78c2f3abd9049c892491ce2e7b759589cca05d45f21a014022d6c1985aedfb2da SHA512 387abed5ca27b689e0713df2b8a5d119153244f0813590e58481f7e66b1519ebf6e24ce37310ab08376e3544d6b649362765b0100b50ffdf5b8d88659bd0c3fa diff --git a/dev-perl/ORLite/ORLite-2.0.0.ebuild b/dev-perl/ORLite/ORLite-2.0.0.ebuild new file mode 100644 index 000000000000..7b8e308af0c6 --- /dev/null +++ b/dev-perl/ORLite/ORLite-2.0.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=ETHER +DIST_VERSION=2.00 +DIST_TEST="do" # Parallel tests broken +inherit perl-module + +DESCRIPTION="Extremely light weight SQLite-specific ORM" + +SLOT="0" +KEYWORDS="~amd64 ~riscv ~x86" + +RDEPEND=" + >=virtual/perl-File-Path-2.08 + >=virtual/perl-File-Temp-0.20 + >=dev-perl/Params-Util-1 + >=dev-perl/DBI-1.607 + >=dev-perl/DBD-SQLite-1.27 + >=dev-perl/File-Remove-1.40 +" +BDEPEND=" + ${RDEPEND} + dev-perl/Class-XSAccessor + test? ( + dev-perl/Test-Deep + >=dev-perl/Test-Script-1.06 + ) +"