summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-04-21 05:31:24 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-04-21 05:31:24 +0000
commit7dfa8b2300d763b9bc5e97a75c915391266d8d04 (patch)
treeaddadad89118dd17eb189c09748f4e762f41b3cc /xfce-extra/xfce4-mailwatch-plugin
parentBypass grepping of files in /usr/include #411337 by Leho Kraav. (diff)
downloadgentoo-2-7dfa8b2300d763b9bc5e97a75c915391266d8d04.tar.gz
gentoo-2-7dfa8b2300d763b9bc5e97a75c915391266d8d04.tar.bz2
gentoo-2-7dfa8b2300d763b9bc5e97a75c915391266d8d04.zip
tidy. use libdir instead of libexecdir
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-mailwatch-plugin')
-rw-r--r--xfce-extra/xfce4-mailwatch-plugin/ChangeLog8
-rw-r--r--xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0.ebuild12
2 files changed, 14 insertions, 6 deletions
diff --git a/xfce-extra/xfce4-mailwatch-plugin/ChangeLog b/xfce-extra/xfce4-mailwatch-plugin/ChangeLog
index 0e9964c39b38..2c68b2296b74 100644
--- a/xfce-extra/xfce4-mailwatch-plugin/ChangeLog
+++ b/xfce-extra/xfce4-mailwatch-plugin/ChangeLog
@@ -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/ChangeLog,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/ChangeLog,v 1.5 2012/04/21 05:31:24 ssuominen Exp $
+
+ 21 Apr 2012; Samuli Suominen <ssuominen@gentoo.org>
+ xfce4-mailwatch-plugin-1.1.0.ebuild:
+ Install to libdir instead of libexecdir.
31 May 2011; Christoph Mende <angelos@gentoo.org>
xfce4-mailwatch-plugin-1.1.0.ebuild,
diff --git a/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0.ebuild b/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0.ebuild
index 76356842ec0c..23793f151940 100644
--- a/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0.ebuild
+++ b/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0.ebuild
@@ -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/xfce4-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/xfce4-mailwatch-plugin-1.1.0.ebuild,v 1.7 2012/04/21 05:31:24 ssuominen Exp $
EAPI=4
EAUTORECONF=yes
-inherit xfconf
+inherit multilib xfconf
DESCRIPTION="Mail notification panel plugin"
HOMEPAGE="http://spuriousinterrupt.org/projects/mailwatch"
@@ -18,7 +18,10 @@ IUSE="debug ipv6 ssl"
RDEPEND=">=xfce-base/libxfce4util-4.8
>=xfce-base/libxfcegui4-4.8
>=xfce-base/xfce4-panel-4.8
- ssl? ( >=net-libs/gnutls-1.2 )"
+ ssl? (
+ dev-libs/libgcrypt
+ >=net-libs/gnutls-2
+ )"
DEPEND="${RDEPEND}
dev-util/intltool
dev-util/pkgconfig"
@@ -31,6 +34,7 @@ pkg_setup() {
)
XFCONF=(
+ --libexecdir="${EPREFIX}"/usr/$(get_libdir)
$(use_enable ssl)
$(use_enable ipv6)
$(xfconf_use_debug)