summaryrefslogtreecommitdiff
path: root/dev-perl/X11-XCB/X11-XCB-0.09.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/X11-XCB/X11-XCB-0.09.ebuild')
-rw-r--r--dev-perl/X11-XCB/X11-XCB-0.09.ebuild35
1 files changed, 0 insertions, 35 deletions
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
-}