From 6d8823a74e8883f2422c3738a664050631470723 Mon Sep 17 00:00:00 2001 From: Christoph Mende Date: Tue, 16 Sep 2008 13:03:10 +0000 Subject: Version bump (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64) --- xfce-extra/xfce4-mailwatch/ChangeLog | 10 ++++++++-- .../xfce4-mailwatch/xfce4-mailwatch-1.1.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 xfce-extra/xfce4-mailwatch/xfce4-mailwatch-1.1.0.ebuild (limited to 'xfce-extra') diff --git a/xfce-extra/xfce4-mailwatch/ChangeLog b/xfce-extra/xfce4-mailwatch/ChangeLog index 23b20c75f310..d9a4456753e0 100644 --- a/xfce-extra/xfce4-mailwatch/ChangeLog +++ b/xfce-extra/xfce4-mailwatch/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-extra/xfce4-mailwatch -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mailwatch/ChangeLog,v 1.17 2007/05/18 11:51:39 armin76 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mailwatch/ChangeLog,v 1.18 2008/09/16 13:03:10 angelos Exp $ + +*xfce4-mailwatch-1.1.0 (16 Sep 2008) + + 16 Sep 2008; Christoph Mende + +xfce4-mailwatch-1.1.0.ebuild: + Version bump 18 May 2007; Raúl Porcel xfce4-mailwatch-1.0.1.ebuild: diff --git a/xfce-extra/xfce4-mailwatch/xfce4-mailwatch-1.1.0.ebuild b/xfce-extra/xfce4-mailwatch/xfce4-mailwatch-1.1.0.ebuild new file mode 100644 index 000000000000..eeb8c768e779 --- /dev/null +++ b/xfce-extra/xfce4-mailwatch/xfce4-mailwatch-1.1.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mailwatch/xfce4-mailwatch-1.1.0.ebuild,v 1.1 2008/09/16 13:03:10 angelos Exp $ + +inherit xfce44 + +xfce44 +xfce44_plugin + +DESCRIPTION="Mail notification panel plugin" +HOMEPAGE="http://spuriousinterrupt.org/projects/mailwatch" +SRC_URI="http://spuriousinterrupt.org/files/mailwatch/${MY_P}.tar.bz2" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="ssl" + +RDEPEND="ssl? ( >=net-libs/gnutls-1.2 )" +DEPEND="dev-util/intltool" + +XFCE_CONFIG="${XFCE_CONFIG} $(use_enable ssl)" + +xfce44_panel_plugin -- cgit v1.2.3-65-gdbad