Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Clipboard/
Date: Tue, 24 Apr 2018 02:20:21
Message-Id: 1524535779.9411afaebefb6b18448ffb9b0f6ccf337fd3954e.kentnl@gentoo
1 commit: 9411afaebefb6b18448ffb9b0f6ccf337fd3954e
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 23 23:20:27 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 24 02:09:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9411afae
7
8 dev-perl/Clipboard: Cleanup old
9
10 Package-Manager: Portage-2.3.29, Repoman-2.3.9
11
12 dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild | 27 --------------------------
13 1 file changed, 27 deletions(-)
14
15 diff --git a/dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild b/dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild
16 deleted file mode 100644
17 index 903469328a1..00000000000
18 --- a/dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild
19 +++ /dev/null
20 @@ -1,27 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -MODULE_AUTHOR=KING
27 -MODULE_VERSION=0.13
28 -inherit perl-module
29 -
30 -DESCRIPTION="Copy and paste with any OS"
31 -
32 -SLOT="0"
33 -KEYWORDS="amd64 arm ppc ppc64 x86"
34 -IUSE=""
35 -
36 -# See bug 521890.
37 -PATCHES=(
38 - "${FILESDIR}"/"${P}"-insecure-tempfile.patch
39 -)
40 -
41 -RDEPEND="x11-misc/xclip"
42 -
43 -src_prepare() {
44 - sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL ||
45 - die "Can't patch Makefile.PL for 5.26 dot-in-inc"
46 - perl-module_src_prepare
47 -}