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 55B83138335 for ; Sat, 3 Nov 2018 19:37:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45221E09C1; Sat, 3 Nov 2018 19:37:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 23006E09C1 for ; Sat, 3 Nov 2018 19:37:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3F444335CCB for ; Sat, 3 Nov 2018 19:37:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 973D7458 for ; Sat, 3 Nov 2018 19:37:39 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1541273791.44915bca1ca49b5c5b43983bb3774a2f33d26402.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/BDB/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/BDB/BDB-1.920.0.ebuild dev-perl/BDB/Manifest dev-perl/BDB/metadata.xml X-VCS-Directories: dev-perl/BDB/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 44915bca1ca49b5c5b43983bb3774a2f33d26402 X-VCS-Branch: master Date: Sat, 3 Nov 2018 19:37:39 +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: c2b33f9f-43fa-4193-aa79-f22978372f4e X-Archives-Hash: 468614c9797d6ca689b77685ec388403 commit: 44915bca1ca49b5c5b43983bb3774a2f33d26402 Author: Kent Fredric gentoo org> AuthorDate: Sat Nov 3 18:08:17 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Nov 3 19:36:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44915bca dev-perl/BDB: Add w/ version 1.920.0 re bug #458530 Bug: https://bugs.gentoo.org/458530 Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Kent Fredric gentoo.org> dev-perl/BDB/BDB-1.920.0.ebuild | 22 ++++++++++++++++++++++ dev-perl/BDB/Manifest | 1 + dev-perl/BDB/metadata.xml | 12 ++++++++++++ 3 files changed, 35 insertions(+) diff --git a/dev-perl/BDB/BDB-1.920.0.ebuild b/dev-perl/BDB/BDB-1.920.0.ebuild new file mode 100644 index 00000000000..47d26c1126c --- /dev/null +++ b/dev-perl/BDB/BDB-1.920.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=MLEHMANN +DIST_VERSION=1.92 +DIST_EXAMPLES=("eg/*") +inherit perl-module + +DESCRIPTION="Asynchronous Berkeley DB access" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-perl/common-sense + sys-libs/db:= +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" diff --git a/dev-perl/BDB/Manifest b/dev-perl/BDB/Manifest new file mode 100644 index 00000000000..59e30cd13dc --- /dev/null +++ b/dev-perl/BDB/Manifest @@ -0,0 +1 @@ +DIST BDB-1.92.tar.gz 38717 BLAKE2B 258f8d4169fcaa7310300d9ab76026c73c4da722afff27c397af9aeafcf4ca80d3e93b046fafd132db186780739b10791c8e64354dffa3b1da3abde88c7be998 SHA512 39dc6ffab84543061475c2a092497368a35f23e16d940a0b5ba5200709721b5f3a1c66fbc2b34b036b42b49cf659a6730167397f59c32e32bdeb814323d1d2fb diff --git a/dev-perl/BDB/metadata.xml b/dev-perl/BDB/metadata.xml new file mode 100644 index 00000000000..432c98c7507 --- /dev/null +++ b/dev-perl/BDB/metadata.xml @@ -0,0 +1,12 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + BDB + BDB + +