public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/bijiben/files/
@ 2017-06-07  8:08 Mart Raudsepp
  0 siblings, 0 replies; only message in thread
From: Mart Raudsepp @ 2017-06-07  8:08 UTC (permalink / raw
  To: gentoo-commits

commit:     63c620aad7c0baab2e33f6f4aff137531f17cd12
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  7 07:37:04 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Jun  7 07:38:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c620aa

app-misc/bijiben: remove stale patch

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../files/bijiben-3.18.2-zeitgeist-automagic.patch | 52 ----------------------
 1 file changed, 52 deletions(-)

diff --git a/app-misc/bijiben/files/bijiben-3.18.2-zeitgeist-automagic.patch b/app-misc/bijiben/files/bijiben-3.18.2-zeitgeist-automagic.patch
deleted file mode 100644
index d438220b848..00000000000
--- a/app-misc/bijiben/files/bijiben-3.18.2-zeitgeist-automagic.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-From d3ebde7427514ca9ab92b6f7937ebb5ab8efb063 Mon Sep 17 00:00:00 2001
-From: Poncho <poncho@spahan.ch>
-Date: Sun, 27 Sep 2015 14:25:58 +0200
-Subject: [PATCH] make zeitgeist dependency optional
-
----
- configure.ac | 21 ++++++++++++++++++---
- 1 file changed, 18 insertions(+), 3 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 19a44b4..afb0c3a 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -83,9 +83,24 @@ PKG_CHECK_MODULES(BIJIBEN,
-                     uuid
-                     webkitgtk-3.0])
- 
--PKG_CHECK_MODULES(ZEITGEIST, zeitgeist-2.0, [have_zeitgeist=yes], [have_zeitgeist=no])
- 
--AM_CONDITIONAL(BUILD_ZEITGEIST, test x$have_zeitgeist = xyes)
-+# check for zeitgeist
-+AC_ARG_ENABLE([zeitgeist],
-+  [AS_HELP_STRING([--disable-zeitgeist], [Disable zeitgeist support @<:@auto@:>@])],
-+  [:],
-+  [enable_zeitgeist=auto])
-+
-+AS_IF([test "$enable_zeitgeist" != "no"],
-+  [PKG_CHECK_MODULES([ZEITGEIST],
-+    [zeitgeist-2.0],
-+    [enable_zeitgeist=yes],
-+    [AS_IF([test "$enable_zeitgeist" = "yes"],
-+      [AC_MSG_ERROR([zeitgeist-2.0 required, but not found.])],
-+      [enable_zeitgeist=no])
-+    ])
-+])
-+
-+AM_CONDITIONAL([BUILD_ZEITGEIST], [test "$enable_zeitgeist" = "yes"])
- 
- 
- GLIB_GSETTINGS
-@@ -113,7 +128,7 @@ src/Makefile
- AC_OUTPUT
- 
- echo "	Version:	        $VERSION
--        Enable Zeitgeist  $have_zeitgeist
-+        Enable Zeitgeist  $enable_zeitgeist
- 
- 	Run make to compile."
- 
--- 
-2.4.9
-


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-07  8:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-07  8:08 [gentoo-commits] repo/gentoo:master commit in: app-misc/bijiben/files/ Mart Raudsepp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox