From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SLSv0-0008PQ-C3 for garchives@archives.gentoo.org; Sat, 21 Apr 2012 05:31:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E7ECE061F; Sat, 21 Apr 2012 05:31:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DCCB0E061F for ; Sat, 21 Apr 2012 05:31:26 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13D361B4015 for ; Sat, 21 Apr 2012 05:31:26 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2166) id BCDF62004B; Sat, 21 Apr 2012 05:31:24 +0000 (UTC) From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-mailwatch-plugin: xfce4-mailwatch-plugin-1.1.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: xfce4-mailwatch-plugin-1.1.0.ebuild ChangeLog X-VCS-Directories: xfce-extra/xfce4-mailwatch-plugin X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: <20120421053124.BCDF62004B@flycatcher.gentoo.org> Date: Sat, 21 Apr 2012 05:31:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 4ced7f25-2081-4f30-ad65-9089658dddc7 X-Archives-Hash: b909987e38024d499adb2f055e04a3b5 ssuominen 12/04/21 05:31:24 Modified: xfce4-mailwatch-plugin-1.1.0.ebuild ChangeLog Log: tidy. use libdir instead of libexecdir =20 (Portage version: 2.2.0_alpha100/cvs/Linux x86_64) Revision Changes Path 1.7 xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-pl= ugin-1.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-m= ailwatch-plugin/xfce4-mailwatch-plugin-1.1.0.ebuild?rev=3D1.7&view=3Dmark= up plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-m= ailwatch-plugin/xfce4-mailwatch-plugin-1.1.0.ebuild?rev=3D1.7&content-typ= e=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-m= ailwatch-plugin/xfce4-mailwatch-plugin-1.1.0.ebuild?r1=3D1.6&r2=3D1.7 Index: xfce4-mailwatch-plugin-1.1.0.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mailwatch-plugin/xfce4= -mailwatch-plugin-1.1.0.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- xfce4-mailwatch-plugin-1.1.0.ebuild 31 May 2011 11:08:37 -0000 1.6 +++ xfce4-mailwatch-plugin-1.1.0.ebuild 21 Apr 2012 05:31:24 -0000 1.7 @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mailwatch-plugin/xfc= e4-mailwatch-plugin-1.1.0.ebuild,v 1.6 2011/05/31 11:08:37 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mailwatch-plugin/xfc= e4-mailwatch-plugin-1.1.0.ebuild,v 1.7 2012/04/21 05:31:24 ssuominen Exp = $ =20 EAPI=3D4 EAUTORECONF=3Dyes -inherit xfconf +inherit multilib xfconf =20 DESCRIPTION=3D"Mail notification panel plugin" HOMEPAGE=3D"http://spuriousinterrupt.org/projects/mailwatch" @@ -18,7 +18,10 @@ RDEPEND=3D">=3Dxfce-base/libxfce4util-4.8 >=3Dxfce-base/libxfcegui4-4.8 >=3Dxfce-base/xfce4-panel-4.8 - ssl? ( >=3Dnet-libs/gnutls-1.2 )" + ssl? ( + dev-libs/libgcrypt + >=3Dnet-libs/gnutls-2 + )" DEPEND=3D"${RDEPEND} dev-util/intltool dev-util/pkgconfig" @@ -31,6 +34,7 @@ ) =20 XFCONF=3D( + --libexecdir=3D"${EPREFIX}"/usr/$(get_libdir) $(use_enable ssl) $(use_enable ipv6) $(xfconf_use_debug) 1.5 xfce-extra/xfce4-mailwatch-plugin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-m= ailwatch-plugin/ChangeLog?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-m= ailwatch-plugin/ChangeLog?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-m= ailwatch-plugin/ChangeLog?r1=3D1.4&r2=3D1.5 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mailwatch-plugin/Chang= eLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 31 May 2011 11:08:37 -0000 1.4 +++ ChangeLog 21 Apr 2012 05:31:24 -0000 1.5 @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-mailwatch-plugin -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mailwatch-plugin/Cha= ngeLog,v 1.4 2011/05/31 11:08:37 angelos Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mailwatch-plugin/Cha= ngeLog,v 1.5 2012/04/21 05:31:24 ssuominen Exp $ + + 21 Apr 2012; Samuli Suominen + xfce4-mailwatch-plugin-1.1.0.ebuild: + Install to libdir instead of libexecdir. =20 31 May 2011; Christoph Mende xfce4-mailwatch-plugin-1.1.0.ebuild,