From 570f420a6b78218877e3dda6f7a285f414242340 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Sun, 7 Jul 2019 16:52:39 +0200 Subject: Remove old perl packages originally for i3 testing --- dev-perl/X11-XCB/X11-XCB-0.09.ebuild | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 dev-perl/X11-XCB/X11-XCB-0.09.ebuild (limited to 'dev-perl/X11-XCB/X11-XCB-0.09.ebuild') diff --git a/dev-perl/X11-XCB/X11-XCB-0.09.ebuild b/dev-perl/X11-XCB/X11-XCB-0.09.ebuild deleted file mode 100644 index 3ca45f1..0000000 --- a/dev-perl/X11-XCB/X11-XCB-0.09.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR="MSTPLBG" - -inherit eutils perl-module - -DESCRIPTION="X11::XCB - perl bindings for libxcb" - -LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" -SLOT="0" - -KEYWORDS="~amd64" -IUSE="" - -DEPEND="dev-perl/XS-Object-Magic - dev-perl/extutils-depends - dev-perl/extutils-pkgconfig - virtual/perl-ExtUtils-ParseXS - x11-libs/libxcb" - -RDEPEND="dev-perl/Mouse - dev-perl/MouseX-NativeTraits - dev-perl/Try-Tiny - virtual/perl-XSLoader - x11-libs/libxcb" - -src_prepare() { - epatch "${FILESDIR}/X11-XCB-0.09-dynamic-linking.patch" - epatch "${FILESDIR}/X11-XCB-0.09-fix-xcb-includes.patch" - - perl-module_src_prepare -} -- cgit v1.2.3-54-g00ecf