diff options
3 files changed, 10 insertions, 6 deletions
diff --git a/xfce-extra/xfce4-mailwatch-plugin/ChangeLog b/xfce-extra/xfce4-mailwatch-plugin/ChangeLog index a20b1cc3f035..e267065809c9 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mailwatch-plugin/ChangeLog,v 1.19 2014/01/28 14:17:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mailwatch-plugin/ChangeLog,v 1.20 2014/03/01 22:28:38 mgorny Exp $ + + 01 Mar 2014; Michał Górny <mgorny@gentoo.org> + xfce4-mailwatch-plugin-1.1.0-r1.ebuild, xfce4-mailwatch-plugin-1.2.0.ebuild: + Update libgcrypt dep to use slot :0. 28 Jan 2014; Agostino Sarubbo <ago@gentoo.org> xfce4-mailwatch-plugin-1.2.0.ebuild: diff --git a/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0-r1.ebuild b/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0-r1.ebuild index 7e02c496a49b..cd8ce334450e 100644 --- a/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0-r1.ebuild +++ b/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 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-r1.ebuild,v 1.6 2012/12/26 11:07:15 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0-r1.ebuild,v 1.7 2014/03/01 22:28:38 mgorny Exp $ EAPI=5 EAUTORECONF=yes @@ -19,7 +19,7 @@ RDEPEND=">=xfce-base/libxfce4ui-4.10 >=xfce-base/libxfce4util-4.10 >=xfce-base/xfce4-panel-4.10 ssl? ( - dev-libs/libgcrypt + dev-libs/libgcrypt:0 >=net-libs/gnutls-2 )" DEPEND="${RDEPEND} diff --git a/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.2.0.ebuild b/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.2.0.ebuild index 561f2602b00d..c436ddec7cd0 100644 --- a/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.2.0.ebuild +++ b/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.2.0.ebuild,v 1.4 2014/01/28 14:17:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.2.0.ebuild,v 1.5 2014/03/01 22:28:38 mgorny Exp $ EAPI=5 inherit xfconf @@ -22,7 +22,7 @@ RDEPEND=">=dev-libs/glib-2 >=xfce-base/libxfce4util-4.10 >=xfce-base/xfce4-panel-4.10 ssl? ( - dev-libs/libgcrypt + dev-libs/libgcrypt:0 >=net-libs/gnutls-2 )" DEPEND="${RDEPEND} |