* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-notification: ChangeLog claws-mail-notification-0.26.ebuild
@ 2010-11-22 14:23 Christian Faulhammer (fauli)
0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-11-22 14:23 UTC (permalink / raw
To: gentoo-commits
fauli 10/11/22 14:23:33
Modified: ChangeLog
Added: claws-mail-notification-0.26.ebuild
Log:
version bump
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.53 mail-client/claws-mail-notification/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?r1=1.52&r2=1.53
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog 22 Nov 2010 14:19:03 -0000 1.52
+++ ChangeLog 22 Nov 2010 14:23:33 -0000 1.53
@@ -1,6 +1,12 @@
# 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.52 2010/11/22 14:19:03 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.53 2010/11/22 14:23:33 fauli Exp $
+
+*claws-mail-notification-0.26 (22 Nov 2010)
+
+ 22 Nov 2010; Christian Faulhammer <fauli@gentoo.org>
+ +claws-mail-notification-0.26.ebuild:
+ version bump
22 Nov 2010; Christian Faulhammer <fauli@gentoo.org>
-claws-mail-notification-0.24.ebuild:
1.1 mail-client/claws-mail-notification/claws-mail-notification-0.26.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.26.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.26.ebuild?rev=1.1&content-type=text/plain
Index: claws-mail-notification-0.26.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.26.ebuild,v 1.1 2010/11/22 14:23:33 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.7
>=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] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-notification: ChangeLog claws-mail-notification-0.26.ebuild
@ 2011-01-04 21:52 Markos Chandras (hwoarang)
0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-01-04 21:52 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/01/04 21:52:49
Modified: ChangeLog claws-mail-notification-0.26.ebuild
Log:
Stable on amd64 wrt bug #350513
(Portage version: 2.1.9.28/cvs/Linux x86_64)
Revision Changes Path
1.55 mail-client/claws-mail-notification/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?r1=1.54&r2=1.55
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog 23 Nov 2010 09:00:32 -0000 1.54
+++ ChangeLog 4 Jan 2011 21:52:49 -0000 1.55
@@ -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.54 2010/11/23 09:00:32 fauli Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.55 2011/01/04 21:52:49 hwoarang Exp $
+
+ 04 Jan 2011; Markos Chandras <hwoarang@gentoo.org>
+ claws-mail-notification-0.26.ebuild:
+ Stable on amd64 wrt bug #350513
23 Nov 2010; Christian Faulhammer <fauli@gentoo.org>
claws-mail-notification-0.25.ebuild, claws-mail-notification-0.26.ebuild:
1.3 mail-client/claws-mail-notification/claws-mail-notification-0.26.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.26.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.26.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.26.ebuild?r1=1.2&r2=1.3
Index: claws-mail-notification-0.26.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.26.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- claws-mail-notification-0.26.ebuild 23 Nov 2010 09:00:32 -0000 1.2
+++ claws-mail-notification-0.26.ebuild 4 Jan 2011 21:52:49 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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.26.ebuild,v 1.2 2010/11/23 09:00:32 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.26.ebuild,v 1.3 2011/01/04 21:52:49 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.7
>=x11-libs/gtk+-2.10
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-notification: ChangeLog claws-mail-notification-0.26.ebuild
@ 2011-01-15 14:37 Markus Meier (maekke)
0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2011-01-15 14:37 UTC (permalink / raw
To: gentoo-commits
maekke 11/01/15 14:37:39
Modified: ChangeLog claws-mail-notification-0.26.ebuild
Log:
x86 stable, bug #350513
(Portage version: 2.1.9.31/cvs/Linux x86_64)
Revision Changes Path
1.56 mail-client/claws-mail-notification/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?r1=1.55&r2=1.56
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog 4 Jan 2011 21:52:49 -0000 1.55
+++ ChangeLog 15 Jan 2011 14:37:39 -0000 1.56
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/claws-mail-notification
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.55 2011/01/04 21:52:49 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.56 2011/01/15 14:37:39 maekke Exp $
+
+ 15 Jan 2011; Markus Meier <maekke@gentoo.org>
+ claws-mail-notification-0.26.ebuild:
+ x86 stable, bug #350513
04 Jan 2011; Markos Chandras <hwoarang@gentoo.org>
claws-mail-notification-0.26.ebuild:
1.4 mail-client/claws-mail-notification/claws-mail-notification-0.26.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.26.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.26.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.26.ebuild?r1=1.3&r2=1.4
Index: claws-mail-notification-0.26.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.26.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- claws-mail-notification-0.26.ebuild 4 Jan 2011 21:52:49 -0000 1.3
+++ claws-mail-notification-0.26.ebuild 15 Jan 2011 14:37:39 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.26.ebuild,v 1.3 2011/01/04 21:52:49 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.26.ebuild,v 1.4 2011/01/15 14:37:39 maekke 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.7
>=x11-libs/gtk+-2.10
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-notification: ChangeLog claws-mail-notification-0.26.ebuild
@ 2011-01-31 18:00 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-01-31 18:00 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/01/31 18:00:59
Modified: ChangeLog claws-mail-notification-0.26.ebuild
Log:
Fix building with x11-libs/libnotify >= 0.7.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Revision Changes Path
1.57 mail-client/claws-mail-notification/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?r1=1.56&r2=1.57
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog 15 Jan 2011 14:37:39 -0000 1.56
+++ ChangeLog 31 Jan 2011 18:00:59 -0000 1.57
@@ -1,6 +1,11 @@
# ChangeLog for mail-client/claws-mail-notification
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.56 2011/01/15 14:37:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.57 2011/01/31 18:00:59 ssuominen Exp $
+
+ 31 Jan 2011; Samuli Suominen <ssuominen@gentoo.org>
+ claws-mail-notification-0.26.ebuild,
+ +files/claws-mail-notification-0.26-libnotify-0.7.patch:
+ Fix building with x11-libs/libnotify >= 0.7.
15 Jan 2011; Markus Meier <maekke@gentoo.org>
claws-mail-notification-0.26.ebuild:
1.5 mail-client/claws-mail-notification/claws-mail-notification-0.26.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.26.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.26.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.26.ebuild?r1=1.4&r2=1.5
Index: claws-mail-notification-0.26.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.26.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- claws-mail-notification-0.26.ebuild 15 Jan 2011 14:37:39 -0000 1.4
+++ claws-mail-notification-0.26.ebuild 31 Jan 2011 18:00:59 -0000 1.5
@@ -1,33 +1,43 @@
# Copyright 1999-2011 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.26.ebuild,v 1.4 2011/01/15 14:37:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.26.ebuild,v 1.5 2011/01/31 18:00:59 ssuominen Exp $
-MY_P="${PN#claws-mail-}_plugin-${PV}"
+EAPI=2
+inherit eutils multilib
+
+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.7
- >=x11-libs/gtk+-2.10
- libnotify? ( x11-libs/libnotify )"
+ >=x11-libs/gtk+-2.10
+ libnotify? ( x11-libs/libnotify )"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ dev-util/pkgconfig"
-S="${WORKDIR}/${MY_P}"
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-libnotify-0.7.patch
+}
-src_compile() {
- econf $(use_enable libnotify) || die
- emake || die
+src_configure() {
+ econf \
+ --disable-dependency-tracking \
+ --disable-static \
+ $(use_enable libnotify)
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog README
- # kill useless files
- rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
+ rm -f "${D}"/usr/$(get_libdir)/claws-mail/plugins/*.la
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-notification: ChangeLog claws-mail-notification-0.26.ebuild
@ 2011-07-31 9:22 Christian Faulhammer (fauli)
0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2011-07-31 9:22 UTC (permalink / raw
To: gentoo-commits
fauli 11/07/31 09:22:54
Modified: ChangeLog
Removed: claws-mail-notification-0.26.ebuild
Log:
clean up
(Portage version: 2.1.10.3/cvs/Linux i686)
Revision Changes Path
1.62 mail-client/claws-mail-notification/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?r1=1.61&r2=1.62
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog 16 Jul 2011 18:17:33 -0000 1.61
+++ ChangeLog 31 Jul 2011 09:22:54 -0000 1.62
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/claws-mail-notification
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.61 2011/07/16 18:17:33 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.62 2011/07/31 09:22:54 fauli Exp $
+
+ 31 Jul 2011; Christian Faulhammer <fauli@gentoo.org>
+ -claws-mail-notification-0.26.ebuild:
+ clean up
16 Jul 2011; Markos Chandras <hwoarang@gentoo.org>
claws-mail-notification-0.27.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-07-31 9:23 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-15 14:37 [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-notification: ChangeLog claws-mail-notification-0.26.ebuild Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2011-07-31 9:22 Christian Faulhammer (fauli)
2011-01-31 18:00 Samuli Suominen (ssuominen)
2011-01-04 21:52 Markos Chandras (hwoarang)
2010-11-22 14:23 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