+++ /dev/null
-From 1e42ea0e629d6a013e6e7ad7f5d1bbfd2ea11338 Mon Sep 17 00:00:00 2001
-From: Scott Moreau <oreaus@gmail.com>
-Date: Wed, 9 Dec 2015 12:51:12 -0700
-Subject: [PATCH] Avoid using templates in C code
-
-libxslt uses templates and we cannot use templates in C code. Move the headers
-using templates outside extern "C" clause.
----
- src/compiz.cpp | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/src/compiz.cpp b/src/compiz.cpp
-index 43da02f..e5aba0f 100644
---- a/src/compiz.cpp
-+++ b/src/compiz.cpp
-@@ -23,6 +23,9 @@
- #include <google/protobuf/io/zero_copy_stream_impl.h>
- #endif
-
-+#include <libxslt/transform.h>
-+#include <libxslt/xsltutils.h>
-+
- extern "C"
- {
- #ifdef HAVE_CONFIG_H
-@@ -36,9 +39,6 @@ extern "C"
- #include <sys/stat.h>
- #include <errno.h>
-
--#include <libxslt/transform.h>
--#include <libxslt/xsltutils.h>
--
- #include <locale.h>
-
- #include <compiz-core.h>
+++ /dev/null
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils
-
-DESCRIPTION="Compiz Configuration System"
-HOMEPAGE="http://www.compiz.org/"
-SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/libxml2
- dev-libs/protobuf
- >=x11-wm/compiz-${PV}
- x11-libs/libX11"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.41
- virtual/pkgconfig
- x11-proto/xproto"
-
-RESTRICT="test"
-
-#602286
-PATCHES=( "${FILESDIR}/${P}-avoid-using-templates-in-c-code.patch" )
-
-src_configure() {
- econf \
- --enable-fast-install \
- --disable-static
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc TODO
- prune_libtool_files --all
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">Libcompizconfig is an alternative configuration system for compiz.</longdescription>
-</pkgmetadata>