summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-09-03 14:29:03 +0000
committerJohannes Huber <johu@gentoo.org>2012-09-03 14:29:03 +0000
commitb63cea1e28074e4cec92d3b9f1aba91af1206375 (patch)
treefda75a08b2fda0ed19dd76a22bf34713b0d68b8d /kde-base/libkworkspace
parentRemove old. (diff)
downloadgentoo-2-b63cea1e28074e4cec92d3b9f1aba91af1206375.tar.gz
gentoo-2-b63cea1e28074e4cec92d3b9f1aba91af1206375.tar.bz2
gentoo-2-b63cea1e28074e4cec92d3b9f1aba91af1206375.zip
Remove old.
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/libkworkspace')
-rw-r--r--kde-base/libkworkspace/ChangeLog7
-rw-r--r--kde-base/libkworkspace/files/libkworkspace-4.8.0-pam-optional.patch18
2 files changed, 5 insertions, 20 deletions
diff --git a/kde-base/libkworkspace/ChangeLog b/kde-base/libkworkspace/ChangeLog
index 277f4dc9085a..5251f4217b68 100644
--- a/kde-base/libkworkspace/ChangeLog
+++ b/kde-base/libkworkspace/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/libkworkspace
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.145 2012/09/03 13:29:48 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.146 2012/09/03 14:29:02 johu Exp $
+
+ 03 Sep 2012; Johannes Huber <johu@gentoo.org>
+ -files/libkworkspace-4.8.0-pam-optional.patch:
+ Remove old.
03 Sep 2012; Johannes Huber <johu@gentoo.org> -libkworkspace-4.7.4-r1.ebuild,
-libkworkspace-4.7.4-r2.ebuild:
@@ -651,4 +655,3 @@
18 Jan 2008; Ingmar Vanhassel <ingmar@gentoo.org> +metadata.xml,
+libkworkspace-4.0.0.ebuild:
Added KDE 4.0.0's libkworkspace.
-
diff --git a/kde-base/libkworkspace/files/libkworkspace-4.8.0-pam-optional.patch b/kde-base/libkworkspace/files/libkworkspace-4.8.0-pam-optional.patch
deleted file mode 100644
index cfd71edc3cb9..000000000000
--- a/kde-base/libkworkspace/files/libkworkspace-4.8.0-pam-optional.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-commit 619f589f523448fd5b47f3c59ec2994642312585
-Author: Theo Chatzimichos <tampakrap@gentoo.org>
-Date: Fri Feb 3 15:51:10 2012 +0100
-
- Fix optional PAM support, patch by Michael Palimaka <kde@scribeofthenile.com>
-
- REVIEW:103818
-
-diff --git a/cmake/modules/UnixAuth.cmake b/cmake/modules/UnixAuth.cmake
-index 904f0cb..0347251 100644
---- a/cmake/modules/UnixAuth.cmake
-+++ b/cmake/modules/UnixAuth.cmake
-@@ -1,4 +1,4 @@
--find_package(PAM)
-+macro_optional_find_package(PAM)
-
- include(CheckFunctionExists)
- include(CheckLibraryExists)