summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-01-17 12:09:49 +0000
committerJohannes Huber <johu@gentoo.org>2012-01-17 12:09:49 +0000
commitb017774d14b6c13bdbfe67546207a8673decb9de (patch)
tree751a67017b27dc30f463f96629a921d9d5b05180 /kde-base
parentRemove kdeenablefinal patch. Build feature is gone. (diff)
downloadgentoo-2-b017774d14b6c13bdbfe67546207a8673decb9de.tar.gz
gentoo-2-b017774d14b6c13bdbfe67546207a8673decb9de.tar.bz2
gentoo-2-b017774d14b6c13bdbfe67546207a8673decb9de.zip
Remove kdeenablefinal patch. Build feature is gone.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/liboxygenstyle/ChangeLog6
-rw-r--r--kde-base/liboxygenstyle/files/liboxygenstyle-4.7.4-enablefinal.patch9
-rw-r--r--kde-base/liboxygenstyle/liboxygenstyle-4.7.4.ebuild4
3 files changed, 6 insertions, 13 deletions
diff --git a/kde-base/liboxygenstyle/ChangeLog b/kde-base/liboxygenstyle/ChangeLog
index 4ff22b033c9d..0d7a82b94edc 100644
--- a/kde-base/liboxygenstyle/ChangeLog
+++ b/kde-base/liboxygenstyle/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/liboxygenstyle
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/liboxygenstyle/ChangeLog,v 1.39 2012/01/16 23:36:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/liboxygenstyle/ChangeLog,v 1.40 2012/01/17 12:09:49 johu Exp $
+
+ 17 Jan 2012; Johannes Huber <johu@gentoo.org>
+ -files/liboxygenstyle-4.7.4-enablefinal.patch, liboxygenstyle-4.7.4.ebuild:
+ Remove kdeenablefinal patch. Build feature is gone.
16 Jan 2012; Agostino Sarubbo <ago@gentoo.org> liboxygenstyle-4.7.4.ebuild:
Stable for amd64, wrt bug #396359
diff --git a/kde-base/liboxygenstyle/files/liboxygenstyle-4.7.4-enablefinal.patch b/kde-base/liboxygenstyle/files/liboxygenstyle-4.7.4-enablefinal.patch
deleted file mode 100644
index 369924858e20..000000000000
--- a/kde-base/liboxygenstyle/files/liboxygenstyle-4.7.4-enablefinal.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-diff -U2 -rxi kde-workspace-4.7.3.orig/libs/oxygen/oxygenhelper.cpp kde-workspace-4.7.3/libs/oxygen/oxygenhelper.cpp
---- kde-workspace-4.7.3.orig/libs/oxygen/oxygenhelper.cpp 2011-10-28 09:42:34.000000000 +0200
-+++ kde-workspace-4.7.3/libs/oxygen/oxygenhelper.cpp 2011-12-25 13:39:03.487455177 +0100
-@@ -37,4 +37,5 @@
- #include <X11/Xlib.h>
- #include <X11/Xatom.h>
-+#include <fixx11h.h>
- #endif
-
diff --git a/kde-base/liboxygenstyle/liboxygenstyle-4.7.4.ebuild b/kde-base/liboxygenstyle/liboxygenstyle-4.7.4.ebuild
index e77be4e0f1b6..089d9ac2435c 100644
--- a/kde-base/liboxygenstyle/liboxygenstyle-4.7.4.ebuild
+++ b/kde-base/liboxygenstyle/liboxygenstyle-4.7.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/liboxygenstyle/liboxygenstyle-4.7.4.ebuild,v 1.4 2012/01/16 23:36:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/liboxygenstyle/liboxygenstyle-4.7.4.ebuild,v 1.5 2012/01/17 12:09:49 johu Exp $
EAPI=4
@@ -11,5 +11,3 @@ inherit kde4-meta
DESCRIPTION="Library to support the Oxygen style in KDE"
KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug"
-
-PATCHES=( "${FILESDIR}/${PN}-4.7.4-enablefinal.patch" )