summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <jcallen@gentoo.org>2009-11-09 10:23:29 +0000
committerJonathan Callen <jcallen@gentoo.org>2009-11-09 10:23:29 +0000
commit28fa4cc0bbfb0f7bdfb81f4c8f7aece4a01615ae (patch)
tree954c07d059efa5f9ff18c83d72f31a2ca7787ef4 /kde-base/kdepimlibs
parentUnused patch. (diff)
downloadhistorical-28fa4cc0bbfb0f7bdfb81f4c8f7aece4a01615ae.tar.gz
historical-28fa4cc0bbfb0f7bdfb81f4c8f7aece4a01615ae.tar.bz2
historical-28fa4cc0bbfb0f7bdfb81f4c8f7aece4a01615ae.zip
Drop unneeded patch
Package-Manager: portage--svn/cvs/Linux i686
Diffstat (limited to 'kde-base/kdepimlibs')
-rw-r--r--kde-base/kdepimlibs/ChangeLog6
-rw-r--r--kde-base/kdepimlibs/files/kdepimlibs-4.2.4-gpgme-1.2.0.patch10
2 files changed, 5 insertions, 11 deletions
diff --git a/kde-base/kdepimlibs/ChangeLog b/kde-base/kdepimlibs/ChangeLog
index be5bcccc56c8..a6dd4a30dbe6 100644
--- a/kde-base/kdepimlibs/ChangeLog
+++ b/kde-base/kdepimlibs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kdepimlibs
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/ChangeLog,v 1.46 2009/11/09 09:42:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/ChangeLog,v 1.47 2009/11/09 10:14:17 abcd Exp $
+
+ 09 Nov 2009; Jonathan Callen <abcd@gentoo.org>
+ -files/kdepimlibs-4.2.4-gpgme-1.2.0.patch:
+ Drop unneeded patch
09 Nov 2009; Samuli Suominen <ssuominen@gentoo.org>
kdepimlibs-4.3.3.ebuild:
diff --git a/kde-base/kdepimlibs/files/kdepimlibs-4.2.4-gpgme-1.2.0.patch b/kde-base/kdepimlibs/files/kdepimlibs-4.2.4-gpgme-1.2.0.patch
deleted file mode 100644
index 3b80ad6d09b8..000000000000
--- a/kde-base/kdepimlibs/files/kdepimlibs-4.2.4-gpgme-1.2.0.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- gpgme++/context.cpp
-+++ gpgme++/context.cpp
-@@ -93,6 +93,7 @@
- }
-
- Context * Context::createForProtocol( Protocol proto ) {
-+ gpgme_check_version ( NULL );
- gpgme_ctx_t ctx = 0;
- if ( gpgme_new ( &ctx ) != 0 )
- return 0;