public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Markos Chandras" <hwoarang@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/hwoarang:master commit in: kde-misc/kover/files/, kde-misc/kover/
Date: Sun, 13 Feb 2011 22:11:30 +0000 (UTC)	[thread overview]
Message-ID: <cb9cf0014336ed21d4c2b4f718e540d7034b43fd.hwoarang@gentoo> (raw)

commit:     cb9cf0014336ed21d4c2b4f718e540d7034b43fd
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 13 22:08:21 2011 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sun Feb 13 22:08:21 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/hwoarang.git;a=commit;h=cb9cf001

Add patch from bug #249232. Thanks to Victoria Heisner

---
 kde-misc/kover/Manifest                     |    3 ++-
 kde-misc/kover/files/kover-4-gcc4.4.4.patch |   27 +++++++++++++++++++++++++++
 kde-misc/kover/kover-4.ebuild               |    3 +++
 3 files changed, 32 insertions(+), 1 deletions(-)

diff --git a/kde-misc/kover/Manifest b/kde-misc/kover/Manifest
index 9f7af3c..5d2b7fc 100644
--- a/kde-misc/kover/Manifest
+++ b/kde-misc/kover/Manifest
@@ -1,3 +1,4 @@
+AUX kover-4-gcc4.4.4.patch 799 RMD160 d9f818383dea0bf0e39994863a8a1ec555ca4a56 SHA1 34fccc7914d510e5765e31e98affda81afab23c3 SHA256 2233d4b2b85d287610c2dc27f698051ffd468d9219b506bca14e61d8c639bfc2
 DIST kover-4.tar.bz2 87141 RMD160 9d31ab7f8678bf565a7cd9b4c6d0b039756fa8b4 SHA1 fe71e6fa89a6f87a4dfc59b61aa65d303cf00dc6 SHA256 dd73d80eca21a23cc4206b9cbe3bf19071bf02e3dbbb0b808b719e84309c5a6f
-EBUILD kover-4.ebuild 431 RMD160 f0af4dc609e8da2c32c22cdcfe01647a496372a9 SHA1 fc3b499937503090a1bfe86d9ce1d4c86377babd SHA256 2071456cdb0d06ede55cf1c08a3e0637ae1d59ada8f0b024c39bc130af9b9242
+EBUILD kover-4.ebuild 478 RMD160 9fe992a8619217a55bf9ca136e07ab694e4c3498 SHA1 2b493b481629108353c33371bf7ebccd3c67abec SHA256 ea960e799a64176d021080dc6efcfb612cac437ca155ad7a638c47dc02f5d495
 MISC metadata.xml 299 RMD160 2e104f9e93f7c11fa27c83226511c841e1a3dbd4 SHA1 25472cd164d586761a84c06a7b1506c6a33c03b7 SHA256 90f87a1654ecc810fd74a96670dee08373b74500e39e378ceb0d64a9c45c6dc5

diff --git a/kde-misc/kover/files/kover-4-gcc4.4.4.patch b/kde-misc/kover/files/kover-4-gcc4.4.4.patch
new file mode 100644
index 0000000..ad6d538
--- /dev/null
+++ b/kde-misc/kover/files/kover-4-gcc4.4.4.patch
@@ -0,0 +1,27 @@
+diff -c src/directory.cc ../../kover-4/src/directory.cc
+*** src/directory.cc	2008-11-15 16:59:26.000000000 -0500
+--- kover-4/src/directory.cc	2011-02-13 15:59:15.000000000 -0500
+***************
+*** 9,14 ****
+--- 9,15 ----
+  #include <dirent.h>
+  #include <sys/stat.h>
+  #include <cstring>
++ #include <stdio.h>
+  
+  directory::directory(string current_dir)
+  {
+Common subdirectories: src/icons and ../../kover-4/src/icons
+diff -c src/inexact_dialog.cc ../../kover-4/src/inexact_dialog.cc
+*** src/inexact_dialog.cc	2008-11-15 16:59:26.000000000 -0500
+--- kover-4/src/inexact_dialog.cc	2011-02-13 15:59:49.000000000 -0500
+***************
+*** 19,24 ****
+--- 19,25 ----
+  
+  #include "inexact_dialog.moc"
+  #include "inexact_dialog.h"
++ #include <stdio.h>
+  
+  #include <QVBoxLayout>
+  #include <QLabel>

diff --git a/kde-misc/kover/kover-4.ebuild b/kde-misc/kover/kover-4.ebuild
index dcf5707..183ab55 100644
--- a/kde-misc/kover/kover-4.ebuild
+++ b/kde-misc/kover/kover-4.ebuild
@@ -19,3 +19,6 @@ RDEPEND="${DEPEND}
 		dev-libs/libcdio
 		media-libs/libcddb
 		"
+PATCHES=(
+	"${FILESDIR}"/${P}-gcc4.4.4.patch
+)



             reply	other threads:[~2011-02-13 22:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-13 22:11 Markos Chandras [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-01-15 21:18 [gentoo-commits] dev/hwoarang:master commit in: kde-misc/kover/files/, kde-misc/kover/ Markos Chandras

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cb9cf0014336ed21d4c2b4f718e540d7034b43fd.hwoarang@gentoo \
    --to=hwoarang@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox