diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-11-18 13:56:29 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-11-18 13:56:29 +0000 |
commit | e06253450bb852afdcf20397cbc26d3e26e87899 (patch) | |
tree | 9fbffd4bfcc55f83067ec1e76ef698b0f33b5b83 /net-libs | |
parent | Cleanup unused patches. (diff) | |
download | gentoo-2-e06253450bb852afdcf20397cbc26d3e26e87899.tar.gz gentoo-2-e06253450bb852afdcf20397cbc26d3e26e87899.tar.bz2 gentoo-2-e06253450bb852afdcf20397cbc26d3e26e87899.zip |
Cleanup unused patches.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libkolab/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libkolab/files/libkolab-0.4.2-cmake-2.8.11.patch | 29 |
2 files changed, 5 insertions, 30 deletions
diff --git a/net-libs/libkolab/ChangeLog b/net-libs/libkolab/ChangeLog index 481da8039ee6..f5d2a23dbd45 100644 --- a/net-libs/libkolab/ChangeLog +++ b/net-libs/libkolab/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libkolab # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libkolab/ChangeLog,v 1.23 2014/10/22 15:50:01 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libkolab/ChangeLog,v 1.24 2014/11/18 13:56:29 mrueg Exp $ + + 18 Nov 2014; Manuel Rüger <mrueg@gentoo.org> + -files/libkolab-0.4.2-cmake-2.8.11.patch: + Cleanup unused patches. 22 Oct 2014; Michael Palimaka <kensington@gentoo.org> libkolab-0.4.1.ebuild: Pass correct option for toggling tests wrt bug #526396. diff --git a/net-libs/libkolab/files/libkolab-0.4.2-cmake-2.8.11.patch b/net-libs/libkolab/files/libkolab-0.4.2-cmake-2.8.11.patch deleted file mode 100644 index 161d0a24bc36..000000000000 --- a/net-libs/libkolab/files/libkolab-0.4.2-cmake-2.8.11.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 2ca92aa7dd8589f1d0afc1adda14001bb19744b7 Mon Sep 17 00:00:00 2001 -From: Christian Mollekopf <mollekopf@kolabsys.com> -Date: Tue, 14 May 2013 22:20:57 +0000 -Subject: Build with cmake 2.8.11 - -find_package_handle_standard_args already sets SWIG_FOUND, and building -breaks with cmake 2.8.11 otherwise. - -BUG: 1723 -FIXED-IN: 0.4.3 ---- -diff --git a/cmake/modules/FindSWIG.cmake b/cmake/modules/FindSWIG.cmake -index f2476a6..010ebb7 100644 ---- a/cmake/modules/FindSWIG.cmake -+++ b/cmake/modules/FindSWIG.cmake -@@ -1,9 +1,4 @@ - find_program(SWIG swig /usr/bin/) --if(SWIG) -- set(SWIG_FOUND ON) -- message("SWIG found") --endif() - - #abort if any of the requireds are missing --find_package_handle_standard_args(SWIG DEFAULT_MSG -- SWIG_FOUND SWIG) -\ No newline at end of file -+find_package_handle_standard_args(SWIG DEFAULT_MSG SWIG) --- -cgit v0.8.2.1 |