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 88CD2138330 for ; Sat, 26 May 2018 13:38:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 667B4E07A9; Sat, 26 May 2018 13:38:11 +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 37112E07A9 for ; Sat, 26 May 2018 13:38:10 +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 B1ABD335C9A for ; Sat, 26 May 2018 13:38:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 310512AD for ; Sat, 26 May 2018 13:38:08 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1527341877.9009e7cf59e18ab27179bcc9eb0ecb8eaf1e6b10.whissi@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-r1.ebuild dev-perl/DBD-SQLite/Manifest X-VCS-Directories: dev-perl/DBD-SQLite/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 9009e7cf59e18ab27179bcc9eb0ecb8eaf1e6b10 X-VCS-Branch: master Date: Sat, 26 May 2018 13:38:08 +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: 786ccc6f-62b1-40c6-bd52-5125d2bd1be0 X-Archives-Hash: 137cb56521b45b7dc140b78c16375aa7 commit: 9009e7cf59e18ab27179bcc9eb0ecb8eaf1e6b10 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat May 26 13:37:57 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat May 26 13:37:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9009e7cf dev-perl/DBD-SQLite: drop old Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-perl/DBD-SQLite/DBD-SQLite-1.540.0-r1.ebuild | 54 ------------------------ dev-perl/DBD-SQLite/Manifest | 2 - 2 files changed, 56 deletions(-) diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.540.0-r1.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.540.0-r1.ebuild deleted file mode 100644 index a5a1f22a112..00000000000 --- a/dev-perl/DBD-SQLite/DBD-SQLite-1.540.0-r1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=ISHIGAKI -DIST_VERSION=1.54 -inherit perl-module - -PATCH_TAG="${DIST_VERSION}-patches-1" - -DESCRIPTION="Self Contained RDBMS in a DBI Driver" -SRC_URI="${SRC_URI} - https://github.com/kentnl-gentoo/DBD-SQLite/releases/download/${PATCH_TAG}/${PN}-${PATCH_TAG}.tar.xz - mirror://gentoo/${PN}-${PATCH_TAG}.tar.xz - https://dev.gentoo.org/~kentnl/distfiles/${PN}-${PATCH_TAG}.tar.xz -" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~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.13.0[extensions(+)] - =dev-perl/DBI-1.570.0 - !