summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-09-03 14:43:26 +0000
committerJohannes Huber <johu@gentoo.org>2012-09-03 14:43:26 +0000
commitd4b5dd3ea370fd32585a01c337f8af9f556ee030 (patch)
tree59cc5ed36a8933c98a75098e51fea0976d8c934d /kde-base/libkworkspace
parentRemove old. (diff)
downloadhistorical-d4b5dd3ea370fd32585a01c337f8af9f556ee030.tar.gz
historical-d4b5dd3ea370fd32585a01c337f8af9f556ee030.tar.bz2
historical-d4b5dd3ea370fd32585a01c337f8af9f556ee030.zip
Remove old.
Package-Manager: portage-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)