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 89D5F1382C5 for ; Tue, 17 Apr 2018 00:06:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A491E09E0; Tue, 17 Apr 2018 00:06:18 +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 74DB1E09E0 for ; Tue, 17 Apr 2018 00:06:18 +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 77FC7335C2E for ; Tue, 17 Apr 2018 00:06:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77A23285 for ; Tue, 17 Apr 2018 00:06:15 +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: <1523923513.e129e7b0fad71d7cbe9e4c7d4663d86a1265b68d.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/CDDB/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/CDDB/CDDB-1.222.0-r1.ebuild X-VCS-Directories: dev-perl/CDDB/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: e129e7b0fad71d7cbe9e4c7d4663d86a1265b68d X-VCS-Branch: master Date: Tue, 17 Apr 2018 00:06:15 +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: 716e2e6d-b59f-4dbe-914b-859b34c18499 X-Archives-Hash: bafa604f3b1363805ba28d198db8657e commit: e129e7b0fad71d7cbe9e4c7d4663d86a1265b68d Author: Kent Fredric gentoo org> AuthorDate: Mon Apr 16 10:36:34 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Apr 17 00:05:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e129e7b0 dev-perl/CDDB: Cleanup old Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-perl/CDDB/CDDB-1.222.0-r1.ebuild | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/dev-perl/CDDB/CDDB-1.222.0-r1.ebuild b/dev-perl/CDDB/CDDB-1.222.0-r1.ebuild deleted file mode 100644 index ba071f8aac5..00000000000 --- a/dev-perl/CDDB/CDDB-1.222.0-r1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=RCAPUTO -MODULE_VERSION=1.222 -inherit perl-module - -DESCRIPTION="high-level interface to cddb/freedb protocol" - -SLOT="0" -KEYWORDS="amd64 ia64 ppc sparc x86" -IUSE="" - -SRC_TEST=no