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 A01091388C0 for ; Sat, 27 Feb 2016 03:44:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2DE121C003; Sat, 27 Feb 2016 03:44:44 +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 6604821C003 for ; Sat, 27 Feb 2016 03:44:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E35E2340ACE for ; Sat, 27 Feb 2016 03:44:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE0528F8 for ; Sat, 27 Feb 2016 03:44:39 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1456544648.2b331f0668cce868097c1224b354b8e1cfdbd219.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/sylpheed/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/sylpheed/sylpheed-3.4.2.ebuild mail-client/sylpheed/sylpheed-3.4.3-r1.ebuild mail-client/sylpheed/sylpheed-3.4.3.ebuild X-VCS-Directories: mail-client/sylpheed/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 2b331f0668cce868097c1224b354b8e1cfdbd219 X-VCS-Branch: master Date: Sat, 27 Feb 2016 03:44:39 +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: 0dfe3e5f-23f4-45e8-b36c-d90683408fe5 X-Archives-Hash: 43ad59c566fa7cb4272d04f7a594b3eb commit: 2b331f0668cce868097c1224b354b8e1cfdbd219 Author: Akinori Hattori gentoo org> AuthorDate: Sat Feb 27 03:44:08 2016 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sat Feb 27 03:44:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b331f06 mail-client/sylpheed: fix multilib-strict Gentoo-Bug: 554874 Package-Manager: portage-2.2.26 mail-client/sylpheed/sylpheed-3.4.2.ebuild | 9 +++++---- mail-client/sylpheed/sylpheed-3.4.3-r1.ebuild | 7 ++++--- mail-client/sylpheed/sylpheed-3.4.3.ebuild | 7 ++++--- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/mail-client/sylpheed/sylpheed-3.4.2.ebuild b/mail-client/sylpheed/sylpheed-3.4.2.ebuild index fb700aa..1e2f537 100644 --- a/mail-client/sylpheed/sylpheed-3.4.2.ebuild +++ b/mail-client/sylpheed/sylpheed-3.4.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -inherit eutils +inherit eutils multilib DESCRIPTION="A lightweight email client and newsreader" HOMEPAGE="http://sylpheed.sraoss.jp/" @@ -22,7 +22,7 @@ CDEPEND="x11-libs/gtk+:2 oniguruma? ( dev-libs/oniguruma ) pda? ( app-pda/jpilot ) spell? ( app-text/gtkspell:2 ) - ssl? ( dev-libs/openssl )" + ssl? ( dev-libs/openssl:0 )" RDEPEND="${CDEPEND} app-misc/mime-types net-misc/curl" @@ -41,6 +41,7 @@ src_configure() { $(use_enable spell gtkspell) \ $(use_enable ssl) \ $(use_enable xface compface) \ + --with-plugindir=/usr/$(get_libdir)/${PN}/plugins \ --with-manualdir=${htmldir}/manual \ --with-faqdir=${htmldir}/faq \ --disable-updatecheck @@ -54,7 +55,7 @@ src_install() { domenu *.desktop cd plugin/attachment_tool - docinto plugin/attachment_tool emake DESTDIR="${D}" install-plugin + docinto plugin/attachment_tool dodoc README } diff --git a/mail-client/sylpheed/sylpheed-3.4.3-r1.ebuild b/mail-client/sylpheed/sylpheed-3.4.3-r1.ebuild index febe593..ee8c88f 100644 --- a/mail-client/sylpheed/sylpheed-3.4.3-r1.ebuild +++ b/mail-client/sylpheed/sylpheed-3.4.3-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -inherit eutils +inherit eutils multilib DESCRIPTION="A lightweight email client and newsreader" HOMEPAGE="http://sylpheed.sraoss.jp/" @@ -44,6 +44,7 @@ src_configure() { $(use_enable spell gtkspell) \ $(use_enable ssl) \ $(use_enable xface compface) \ + --with-plugindir=/usr/$(get_libdir)/${PN}/plugins \ --with-manualdir=${htmldir}/manual \ --with-faqdir=${htmldir}/faq \ --disable-updatecheck @@ -57,7 +58,7 @@ src_install() { domenu *.desktop cd plugin/attachment_tool - docinto plugin/attachment_tool emake DESTDIR="${D}" install-plugin + docinto plugin/attachment_tool dodoc README } diff --git a/mail-client/sylpheed/sylpheed-3.4.3.ebuild b/mail-client/sylpheed/sylpheed-3.4.3.ebuild index 1b53b30..41684e1 100644 --- a/mail-client/sylpheed/sylpheed-3.4.3.ebuild +++ b/mail-client/sylpheed/sylpheed-3.4.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -inherit eutils +inherit eutils multilib DESCRIPTION="A lightweight email client and newsreader" HOMEPAGE="http://sylpheed.sraoss.jp/" @@ -41,6 +41,7 @@ src_configure() { $(use_enable spell gtkspell) \ $(use_enable ssl) \ $(use_enable xface compface) \ + --with-plugindir=/usr/$(get_libdir)/${PN}/plugins \ --with-manualdir=${htmldir}/manual \ --with-faqdir=${htmldir}/faq \ --disable-updatecheck @@ -54,7 +55,7 @@ src_install() { domenu *.desktop cd plugin/attachment_tool - docinto plugin/attachment_tool emake DESTDIR="${D}" install-plugin + docinto plugin/attachment_tool dodoc README }