diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-12-26 11:07:15 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-12-26 11:07:15 +0000 |
commit | 42a79e2e3701b1f758dd863eba385c742d3dd8f1 (patch) | |
tree | 1a383bc2a5eca07c135a1ab640dd7b9b79ad60bd /xfce-extra/xfce4-mailwatch-plugin | |
parent | Version bump redis to 2.4.18 (bug 446236). (diff) | |
download | gentoo-2-42a79e2e3701b1f758dd863eba385c742d3dd8f1.tar.gz gentoo-2-42a79e2e3701b1f758dd863eba385c742d3dd8f1.tar.bz2 gentoo-2-42a79e2e3701b1f758dd863eba385c742d3dd8f1.zip |
Fix HOMEPAGE wrt #448582 by "Szymluk"
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'xfce-extra/xfce4-mailwatch-plugin')
-rw-r--r-- | xfce-extra/xfce4-mailwatch-plugin/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0-r1.ebuild | 11 |
2 files changed, 11 insertions, 6 deletions
diff --git a/xfce-extra/xfce4-mailwatch-plugin/ChangeLog b/xfce-extra/xfce4-mailwatch-plugin/ChangeLog index bdda239c3604..60005facaa4e 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mailwatch-plugin/ChangeLog,v 1.14 2012/11/28 12:20:19 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mailwatch-plugin/ChangeLog,v 1.15 2012/12/26 11:07:15 ssuominen Exp $ + + 26 Dec 2012; Samuli Suominen <ssuominen@gentoo.org> + xfce4-mailwatch-plugin-1.1.0-r1.ebuild: + Fix HOMEPAGE wrt #448582 by "Szymluk" 28 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> xfce4-mailwatch-plugin-1.1.0-r1.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 68b626d4c431..7e02c496a49b 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,13 +1,13 @@ # 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-r1.ebuild,v 1.5 2012/11/28 12:20:19 ssuominen Exp $ +# $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 $ EAPI=5 EAUTORECONF=yes inherit multilib xfconf DESCRIPTION="An mail notification panel plug-in for the Xfce desktop environment" -HOMEPAGE="http://spuriousinterrupt.org/projects/mailwatch" +HOMEPAGE="http://spuriousinterrupt.org/projects/xfce4-mailwatch-plugin/" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" @@ -15,15 +15,16 @@ SLOT="0" KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" IUSE="debug ipv6 ssl" -RDEPEND=">=xfce-base/libxfce4ui-4.8 - >=xfce-base/libxfce4util-4.8 - >=xfce-base/xfce4-panel-4.8 +RDEPEND=">=xfce-base/libxfce4ui-4.10 + >=xfce-base/libxfce4util-4.10 + >=xfce-base/xfce4-panel-4.10 ssl? ( dev-libs/libgcrypt >=net-libs/gnutls-2 )" DEPEND="${RDEPEND} dev-util/intltool + sys-devel/gettext virtual/pkgconfig" pkg_setup() { |