From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6BCA0138A1A for ; Thu, 13 Nov 2014 12:53:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B643E0B86; Thu, 13 Nov 2014 12:53:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C85DE0B86 for ; Thu, 13 Nov 2014 12:53:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72403340449 for ; Thu, 13 Nov 2014 12:53:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FE4DA0D7 for ; Thu, 13 Nov 2014 12:53:15 +0000 (UTC) From: "Priit Laes" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Priit Laes" Message-ID: <1415883172.21be256e6ee9bf8c07e8ee48bb72f4ab103e4e99.plaes@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: mail-client/evolution/ X-VCS-Repository: proj/gnome X-VCS-Files: mail-client/evolution/evolution-3.13.6.ebuild mail-client/evolution/evolution-3.13.7.ebuild mail-client/evolution/evolution-9999.ebuild X-VCS-Directories: mail-client/evolution/ X-VCS-Committer: plaes X-VCS-Committer-Name: Priit Laes X-VCS-Revision: 21be256e6ee9bf8c07e8ee48bb72f4ab103e4e99 X-VCS-Branch: master Date: Thu, 13 Nov 2014 12:53:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: aa1fc648-3561-4e79-ac2f-b4293541736f X-Archives-Hash: 6aec555d6129aa559ca41cd8b82bb6d8 commit: 21be256e6ee9bf8c07e8ee48bb72f4ab103e4e99 Author: Priit Laes plaes org> AuthorDate: Thu Nov 13 12:52:52 2014 +0000 Commit: Priit Laes plaes org> CommitDate: Thu Nov 13 12:52:52 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=21be256e mail-client/evolution: 3.13.6 → 3.13.7 --- .../{evolution-3.13.6.ebuild => evolution-3.13.7.ebuild} | 13 +++++++++++-- mail-client/evolution/evolution-9999.ebuild | 14 ++++++++++++-- 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/mail-client/evolution/evolution-3.13.6.ebuild b/mail-client/evolution/evolution-3.13.7.ebuild similarity index 92% rename from mail-client/evolution/evolution-3.13.6.ebuild rename to mail-client/evolution/evolution-3.13.7.ebuild index e76eb8c..94c3e10 100644 --- a/mail-client/evolution/evolution-3.13.6.ebuild +++ b/mail-client/evolution/evolution-3.13.7.ebuild @@ -112,14 +112,14 @@ x-scheme-handler/https=firefox.desktop file from /usr/share/applications if you use a different browser)." src_prepare() { - # Reason? + # Fix relink issues in src_install ELTCONF="--reverse-deps" #eautoreconf # See https://bugzilla.gnome.org/701904 gnome2_src_prepare - # Fix compilation flags crazyness + # Fix compilation flags crazyness, upstream bug #653157 sed -e 's/\(AM_CPPFLAGS="\)$WARNING_FLAGS/\1/' \ -i configure || die "CPPFLAGS sed failed" } @@ -154,7 +154,16 @@ src_configure() { src_install() { DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS* README" + gnome2_src_install + + # Problems with prelink: + # https://bugzilla.gnome.org/show_bug.cgi?id=731680 + # https://bugzilla.gnome.org/show_bug.cgi?id=732148 + # https://bugzilla.redhat.com/show_bug.cgi?id=1114538 + echo PRELINK_PATH_MASK=/usr/bin/evolution > ${T}/99${PN} + doenvd "${T}"/99${PN} + readme.gentoo_create_doc } diff --git a/mail-client/evolution/evolution-9999.ebuild b/mail-client/evolution/evolution-9999.ebuild index e76eb8c..49f98fa 100644 --- a/mail-client/evolution/evolution-9999.ebuild +++ b/mail-client/evolution/evolution-9999.ebuild @@ -112,14 +112,14 @@ x-scheme-handler/https=firefox.desktop file from /usr/share/applications if you use a different browser)." src_prepare() { - # Reason? + # Fix relink issues in src_install ELTCONF="--reverse-deps" #eautoreconf # See https://bugzilla.gnome.org/701904 gnome2_src_prepare - # Fix compilation flags crazyness + # Fix compilation flags crazyness, upstream bug #653157 sed -e 's/\(AM_CPPFLAGS="\)$WARNING_FLAGS/\1/' \ -i configure || die "CPPFLAGS sed failed" } @@ -154,6 +154,16 @@ src_configure() { src_install() { DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS* README" + + gnome2_src_install + + # Problems with prelink: + # https://bugzilla.gnome.org/show_bug.cgi?id=731680 + # https://bugzilla.gnome.org/show_bug.cgi?id=732148 + # https://bugzilla.redhat.com/show_bug.cgi?id=1114538 + echo PRELINK_PATH_MASK=/usr/bin/evolution > ${T}/99${PN} + doenvd "${T}"/99${PN} + gnome2_src_install readme.gentoo_create_doc }