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 98B031382C5 for ; Tue, 17 Apr 2018 00:06:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE17EE09EB; Tue, 17 Apr 2018 00:06:20 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83A5DE09EB for ; Tue, 17 Apr 2018 00:06:20 +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 23559335C2C for ; Tue, 17 Apr 2018 00:06:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21C88294 for ; Tue, 17 Apr 2018 00:06:16 +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: <1523923521.c719b3552d26a795e0ab1bb34715a680ddb8a6bb.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Data-Inheritable/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r1.ebuild X-VCS-Directories: dev-perl/Class-Data-Inheritable/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: c719b3552d26a795e0ab1bb34715a680ddb8a6bb X-VCS-Branch: master Date: Tue, 17 Apr 2018 00:06:16 +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: b46bea7c-2d56-4112-86e4-b2073a996a99 X-Archives-Hash: a003d168b49c12dcc7d0ae175db5dc67 commit: c719b3552d26a795e0ab1bb34715a680ddb8a6bb Author: Kent Fredric gentoo org> AuthorDate: Mon Apr 16 19:20:59 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Apr 17 00:05:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c719b355 dev-perl/Class-Data-Inheritable: Cleanup old Package-Manager: Portage-2.3.24, Repoman-2.3.6 .../Class-Data-Inheritable-0.80.0-r1.ebuild | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r1.ebuild b/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r1.ebuild deleted file mode 100644 index eaae65a33cc..00000000000 --- a/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=TMTM -MODULE_VERSION=0.08 -inherit perl-module - -DESCRIPTION="Inheritable, overridable class data" - -SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" - -export OPTIMIZE="${CFLAGS}"