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 5A6F9138359 for ; Sun, 16 Aug 2020 02:04:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C01FE082B; Sun, 16 Aug 2020 02:04:38 +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 31B34E082B for ; Sun, 16 Aug 2020 02:04:38 +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 890D434ED3D for ; Sun, 16 Aug 2020 02:04:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E75CE258 for ; Sun, 16 Aug 2020 02:04:34 +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: <1597543443.718e746de9728f24f346870c6652bbdece559965.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/BerkeleyDB/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/BerkeleyDB/BerkeleyDB-0.630.0-r2.ebuild X-VCS-Directories: dev-perl/BerkeleyDB/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 718e746de9728f24f346870c6652bbdece559965 X-VCS-Branch: master Date: Sun, 16 Aug 2020 02:04:34 +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: 399d9811-5e77-4a56-a3a6-87bc4d92cf94 X-Archives-Hash: 9d48acb34c608b71cc2fcf74f691ac52 commit: 718e746de9728f24f346870c6652bbdece559965 Author: Kent Fredric gentoo org> AuthorDate: Sun Aug 16 02:04:03 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sun Aug 16 02:04:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=718e746d dev-perl/BerkeleyDB: Fix libdir re bug #737190 Bug: https://bugs.gentoo.org/737190 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/BerkeleyDB/BerkeleyDB-0.630.0-r2.ebuild | 64 ++++++++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/dev-perl/BerkeleyDB/BerkeleyDB-0.630.0-r2.ebuild b/dev-perl/BerkeleyDB/BerkeleyDB-0.630.0-r2.ebuild new file mode 100644 index 00000000000..8a644c1a2e6 --- /dev/null +++ b/dev-perl/BerkeleyDB/BerkeleyDB-0.630.0-r2.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=PMQS +DIST_VERSION=0.63 +inherit perl-module db-use multilib + +DESCRIPTION="This module provides Berkeley DB interface for Perl" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +# Install DB_File if you want older support. BerkleyDB no longer +# supports less than 2.0. + +RDEPEND=" + >=sys-libs/db-2.0:= + "${S}"/config.in || die "Can't write config.in" + + perl-module_src_prepare +} +src_compile() { + mymake=( + "OPTIMIZE=${CFLAGS}" + ) + perl-module_src_compile +}