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 010931382C5 for ; Fri, 20 Apr 2018 07:10:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32AC8E08E2; Fri, 20 Apr 2018 07:10:19 +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 00E10E08E2 for ; Fri, 20 Apr 2018 07:10:18 +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 51C06335C77 for ; Fri, 20 Apr 2018 07:10:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5C07285 for ; Fri, 20 Apr 2018 07:10:08 +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: <1524208191.7ad0e675b26ce328edc6eff903777938599acce9.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.500.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: 7ad0e675b26ce328edc6eff903777938599acce9 X-VCS-Branch: master Date: Fri, 20 Apr 2018 07:10: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: 0d549b77-5244-4246-b160-799e6bcb113e X-Archives-Hash: 8676f35a43cf388d208603f8f8df1f24 commit: 7ad0e675b26ce328edc6eff903777938599acce9 Author: Kent Fredric gentoo org> AuthorDate: Fri Apr 20 07:09:22 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Fri Apr 20 07:09:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad0e675 dev-perl/DBD-SQLite: Cleanup old re bug #615088 Closes: https://bugs.gentoo.org/615088 Package-Manager: Portage-2.3.29, Repoman-2.3.9 dev-perl/DBD-SQLite/DBD-SQLite-1.500.0.ebuild | 46 --------------------------- dev-perl/DBD-SQLite/Manifest | 1 - 2 files changed, 47 deletions(-) diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.500.0.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.500.0.ebuild deleted file mode 100644 index 2b3d59d735b..00000000000 --- a/dev-perl/DBD-SQLite/DBD-SQLite-1.500.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=ISHIGAKI -DIST_VERSION=1.50 -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 ~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 - !