* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-notification: ChangeLog claws-mail-notification-0.25.ebuild
@ 2010-06-12 7:25 Christian Faulhammer (fauli)
0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-06-12 7:25 UTC (permalink / raw
To: gentoo-commits
fauli 10/06/12 07:25:54
Modified: ChangeLog
Added: claws-mail-notification-0.25.ebuild
Log:
version bump, bug 319161
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.47 mail-client/claws-mail-notification/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 11 Mar 2010 20:45:11 -0000 1.46
+++ ChangeLog 12 Jun 2010 07:25:54 -0000 1.47
@@ -1,6 +1,11 @@
# ChangeLog for mail-client/claws-mail-notification
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.46 2010/03/11 20:45:11 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.47 2010/06/12 07:25:54 fauli Exp $
+
+*claws-mail-notification-0.25 (12 Jun 2010)
+
+ 12 Jun 2010; <fauli@gentoo.org> +claws-mail-notification-0.25.ebuild:
+ version bump, bug 319161
11 Mar 2010; Markus Meier <maekke@gentoo.org>
claws-mail-notification-0.24.ebuild:
1.1 mail-client/claws-mail-notification/claws-mail-notification-0.25.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.25.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.25.ebuild?rev=1.1&content-type=text/plain
Index: claws-mail-notification-0.25.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.25.ebuild,v 1.1 2010/06/12 07:25:54 fauli Exp $
MY_P="${PN#claws-mail-}_plugin-${PV}"
DESCRIPTION="Plugin providing various ways to notify user of new and unread mail"
HOMEPAGE="http://www.claws-mail.org/"
SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="libnotify"
RDEPEND=">=mail-client/claws-mail-3.7.6
>=x11-libs/gtk+-2.10
libnotify? ( x11-libs/libnotify )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
S="${WORKDIR}/${MY_P}"
src_compile() {
econf $(use_enable libnotify) || die
emake || die
}
src_install() {
emake DESTDIR="${D}" install
dodoc AUTHORS ChangeLog NEWS README
# kill useless files
rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-notification: ChangeLog claws-mail-notification-0.25.ebuild
@ 2010-08-06 12:33 Christian Faulhammer (fauli)
0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-08-06 12:33 UTC (permalink / raw
To: gentoo-commits
fauli 10/08/06 12:33:25
Modified: ChangeLog claws-mail-notification-0.25.ebuild
Log:
stable x86, bug 331395
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.50 mail-client/claws-mail-notification/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 20 Jun 2010 13:21:39 -0000 1.49
+++ ChangeLog 6 Aug 2010 12:33:25 -0000 1.50
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/claws-mail-notification
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.49 2010/06/20 13:21:39 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.50 2010/08/06 12:33:25 fauli Exp $
+
+ 06 Aug 2010; Christian Faulhammer <fauli@gentoo.org>
+ claws-mail-notification-0.25.ebuild:
+ stable x86, bug 331395
20 Jun 2010; Christian Faulhammer <fauli@gentoo.org>
-claws-mail-notification-0.22.ebuild,
1.2 mail-client/claws-mail-notification/claws-mail-notification-0.25.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.25.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.25.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.25.ebuild?r1=1.1&r2=1.2
Index: claws-mail-notification-0.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.25.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- claws-mail-notification-0.25.ebuild 12 Jun 2010 07:25:54 -0000 1.1
+++ claws-mail-notification-0.25.ebuild 6 Aug 2010 12:33:25 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.25.ebuild,v 1.1 2010/06/12 07:25:54 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.25.ebuild,v 1.2 2010/08/06 12:33:25 fauli Exp $
MY_P="${PN#claws-mail-}_plugin-${PV}"
@@ -9,7 +9,7 @@
SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE="libnotify"
RDEPEND=">=mail-client/claws-mail-3.7.6
>=x11-libs/gtk+-2.10
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-notification: ChangeLog claws-mail-notification-0.25.ebuild
@ 2010-08-07 14:15 Markos Chandras (hwoarang)
0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-08-07 14:15 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/08/07 14:15:59
Modified: ChangeLog claws-mail-notification-0.25.ebuild
Log:
Stable on amd64 wrt bug #331395
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.51 mail-client/claws-mail-notification/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?r1=1.50&r2=1.51
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog 6 Aug 2010 12:33:25 -0000 1.50
+++ ChangeLog 7 Aug 2010 14:15:59 -0000 1.51
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/claws-mail-notification
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.50 2010/08/06 12:33:25 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.51 2010/08/07 14:15:59 hwoarang Exp $
+
+ 07 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
+ claws-mail-notification-0.25.ebuild:
+ Stable on amd64 wrt bug #331395
06 Aug 2010; Christian Faulhammer <fauli@gentoo.org>
claws-mail-notification-0.25.ebuild:
1.3 mail-client/claws-mail-notification/claws-mail-notification-0.25.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.25.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.25.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.25.ebuild?r1=1.2&r2=1.3
Index: claws-mail-notification-0.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.25.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- claws-mail-notification-0.25.ebuild 6 Aug 2010 12:33:25 -0000 1.2
+++ claws-mail-notification-0.25.ebuild 7 Aug 2010 14:15:59 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.25.ebuild,v 1.2 2010/08/06 12:33:25 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.25.ebuild,v 1.3 2010/08/07 14:15:59 hwoarang Exp $
MY_P="${PN#claws-mail-}_plugin-${PV}"
@@ -9,7 +9,7 @@
SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="libnotify"
RDEPEND=">=mail-client/claws-mail-3.7.6
>=x11-libs/gtk+-2.10
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-08-07 14:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-06 12:33 [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-notification: ChangeLog claws-mail-notification-0.25.ebuild Christian Faulhammer (fauli)
-- strict thread matches above, loose matches on Subject: below --
2010-08-07 14:15 Markos Chandras (hwoarang)
2010-06-12 7:25 Christian Faulhammer (fauli)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox