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 0F991139085 for ; Mon, 26 Dec 2016 18:52:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6837CE0C28; Mon, 26 Dec 2016 18:52:12 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32CE7E0C27 for ; Mon, 26 Dec 2016 18:52:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15C4F3411D7 for ; Mon, 26 Dec 2016 18:52:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6ADCE24E6 for ; Mon, 26 Dec 2016 18:52:09 +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: <1482778307.86904e8c08e97af10bdaf8aa8afce0e0ceb6da46.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBD-SQLite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/DBD-SQLite/DBD-SQLite-1.540.0.ebuild dev-perl/DBD-SQLite/Manifest X-VCS-Directories: dev-perl/DBD-SQLite/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 86904e8c08e97af10bdaf8aa8afce0e0ceb6da46 X-VCS-Branch: master Date: Mon, 26 Dec 2016 18:52:09 +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: 8c558ad8-deb6-4663-a4d0-78f0ddd43a15 X-Archives-Hash: 99b8265a94ca97c05764299f4814a4bf commit: 86904e8c08e97af10bdaf8aa8afce0e0ceb6da46 Author: Kent Fredric gentoo org> AuthorDate: Mon Dec 26 17:59:32 2016 +0000 Commit: Kent Fredric gentoo org> CommitDate: Mon Dec 26 18:51:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86904e8c dev-perl/DBD-SQLite: Bump to version 1.540.0 Upstream: - Perl tokenizer support restored on SQLite 3.12+ Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-perl/DBD-SQLite/DBD-SQLite-1.540.0.ebuild | 47 +++++++++++++++++++++++++++ dev-perl/DBD-SQLite/Manifest | 1 + 2 files changed, 48 insertions(+) diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.540.0.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.540.0.ebuild new file mode 100644 index 00000000..37a4790 --- /dev/null +++ b/dev-perl/DBD-SQLite/DBD-SQLite-1.540.0.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=ISHIGAKI +DIST_VERSION=1.54 +inherit perl-module + +DESCRIPTION="Self Contained RDBMS in a DBI Driver" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +IUSE="test system-sqlite" + +# NB: Get min sqlite version from sqlite3.c +RDEPEND=" + system-sqlite? ( + >=dev-db/sqlite-3.10.2[extensions(+)] + ) + >=dev-perl/DBI-1.570.0 + !