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 5D6351382C5 for ; Tue, 24 Apr 2018 02:20:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9CC2E0998; Tue, 24 Apr 2018 02:20:20 +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 97828E0998 for ; Tue, 24 Apr 2018 02:20:20 +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 CD08C335C60 for ; Tue, 24 Apr 2018 02:20:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A699329D for ; Tue, 24 Apr 2018 02:20: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: <1524535779.9411afaebefb6b18448ffb9b0f6ccf337fd3954e.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Clipboard/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild X-VCS-Directories: dev-perl/Clipboard/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 9411afaebefb6b18448ffb9b0f6ccf337fd3954e X-VCS-Branch: master Date: Tue, 24 Apr 2018 02:20: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: 71cd093c-e39f-4ed6-b879-e1722f55aa0c X-Archives-Hash: 65e4a53eacb03188e07f5a970ef09ffb commit: 9411afaebefb6b18448ffb9b0f6ccf337fd3954e Author: Kent Fredric gentoo org> AuthorDate: Mon Apr 23 23:20:27 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Apr 24 02:09:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9411afae dev-perl/Clipboard: Cleanup old Package-Manager: Portage-2.3.29, Repoman-2.3.9 dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild | 27 -------------------------- 1 file changed, 27 deletions(-) diff --git a/dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild b/dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild deleted file mode 100644 index 903469328a1..00000000000 --- a/dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=KING -MODULE_VERSION=0.13 -inherit perl-module - -DESCRIPTION="Copy and paste with any OS" - -SLOT="0" -KEYWORDS="amd64 arm ppc ppc64 x86" -IUSE="" - -# See bug 521890. -PATCHES=( - "${FILESDIR}"/"${P}"-insecure-tempfile.patch -) - -RDEPEND="x11-misc/xclip" - -src_prepare() { - sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL || - die "Can't patch Makefile.PL for 5.26 dot-in-inc" - perl-module_src_prepare -}