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 7242C13908F for ; Sat, 4 Feb 2017 17:33:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA54F21C082; Sat, 4 Feb 2017 17:33:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9A0CF21C082 for ; Sat, 4 Feb 2017 17:33:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 293C4341640 for ; Sat, 4 Feb 2017 17:33:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B9F73B9F for ; Sat, 4 Feb 2017 17:33:31 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1486229514.e055f01b4484f42613e7c0d0dd77a9b63b34c7fd.dilfridge@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.480.0.ebuild dev-perl/DBD-SQLite/DBD-SQLite-1.520.0.ebuild dev-perl/DBD-SQLite/Manifest X-VCS-Directories: dev-perl/DBD-SQLite/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: e055f01b4484f42613e7c0d0dd77a9b63b34c7fd X-VCS-Branch: master Date: Sat, 4 Feb 2017 17:33:31 +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: be250ae9-0f8b-4521-9766-24b112927f03 X-Archives-Hash: 55b69d7068c1e546d484f77eab1d37ce commit: e055f01b4484f42613e7c0d0dd77a9b63b34c7fd Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Feb 4 16:42:53 2017 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Feb 4 17:31:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e055f01b dev-perl/DBD-SQLite: Remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-perl/DBD-SQLite/DBD-SQLite-1.480.0.ebuild | 43 ------------------------ dev-perl/DBD-SQLite/DBD-SQLite-1.520.0.ebuild | 47 --------------------------- dev-perl/DBD-SQLite/Manifest | 2 -- 3 files changed, 92 deletions(-) diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.480.0.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.480.0.ebuild deleted file mode 100644 index 881a91d..00000000 --- a/dev-perl/DBD-SQLite/DBD-SQLite-1.480.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=ISHIGAKI -MODULE_VERSION=1.48 -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" - -RDEPEND=" - >=dev-db/sqlite-3.6.22[extensions(+)] - >=dev-perl/DBI-1.570.0 - !