public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-notification: ChangeLog claws-mail-notification-0.16.ebuild
@ 2008-05-12 12:45 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (opfer) @ 2008-05-12 12:45 UTC (permalink / raw
  To: gentoo-commits

opfer       08/05/12 12:45:06

  Modified:             ChangeLog
  Added:                claws-mail-notification-0.16.ebuild
  Log:
  version bump for bug 218708
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.14                 mail-client/claws-mail-notification/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	13 Feb 2008 20:52:57 -0000	1.13
+++ ChangeLog	12 May 2008 12:45:06 -0000	1.14
@@ -1,6 +1,12 @@
 # ChangeLog for mail-client/claws-mail-notification
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.13 2008/02/13 20:52:57 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.14 2008/05/12 12:45:06 opfer Exp $
+
+*claws-mail-notification-0.16 (12 May 2008)
+
+  12 May 2008; Christian Faulhammer <opfer@gentoo.org>
+  +claws-mail-notification-0.16.ebuild:
+  version bump for bug 218708
 
   13 Feb 2008; Andrej Kacian <ticho@gentoo.org>
   claws-mail-notification-0.12.ebuild,



1.1                  mail-client/claws-mail-notification/claws-mail-notification-0.16.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.16.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.16.ebuild?rev=1.1&content-type=text/plain

Index: claws-mail-notification-0.16.ebuild
===================================================================
# Copyright 1999-2008 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.16.ebuild,v 1.1 2008/05/12 12:45:06 opfer 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 ~x86"
IUSE="libnotify"
RDEPEND=">=mail-client/claws-mail-3.4.0
		>=x11-libs/gtk+-2.10
		libnotify? ( x11-libs/libnotify )"
DEPEND="${RDPEND}
		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}
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-notification: ChangeLog claws-mail-notification-0.16.ebuild
@ 2008-06-11 22:54 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (opfer) @ 2008-06-11 22:54 UTC (permalink / raw
  To: gentoo-commits

opfer       08/06/11 22:54:17

  Modified:             ChangeLog claws-mail-notification-0.16.ebuild
  Log:
  stable x86, bug 222167
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.18                 mail-client/claws-mail-notification/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	11 Jun 2008 13:33:00 -0000	1.17
+++ ChangeLog	11 Jun 2008 22:54:17 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/claws-mail-notification
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.17 2008/06/11 13:33:00 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.18 2008/06/11 22:54:17 opfer Exp $
+
+  11 Jun 2008; Christian Faulhammer <opfer@gentoo.org>
+  claws-mail-notification-0.16.ebuild:
+  stable x86, bug 222167
 
   11 Jun 2008; Christian Faulhammer <opfer@gentoo.org> metadata.xml:
   Changing maintainers



1.3                  mail-client/claws-mail-notification/claws-mail-notification-0.16.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.16.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.16.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.16.ebuild?r1=1.2&r2=1.3

Index: claws-mail-notification-0.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.16.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- claws-mail-notification-0.16.ebuild	29 May 2008 02:06:33 -0000	1.2
+++ claws-mail-notification-0.16.ebuild	11 Jun 2008 22:54:17 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 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.16.ebuild,v 1.2 2008/05/29 02:06:33 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.16.ebuild,v 1.3 2008/06/11 22:54:17 opfer 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 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="libnotify"
 RDEPEND=">=mail-client/claws-mail-3.4.0
 		>=x11-libs/gtk+-2.10



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-notification: ChangeLog claws-mail-notification-0.16.ebuild
@ 2008-06-14 19:37 Kenneth Prugh (ken69267)
  0 siblings, 0 replies; 4+ messages in thread
From: Kenneth Prugh (ken69267) @ 2008-06-14 19:37 UTC (permalink / raw
  To: gentoo-commits

ken69267    08/06/14 19:37:51

  Modified:             ChangeLog claws-mail-notification-0.16.ebuild
  Log:
  amd64 stable, bug #222167
  (Portage version: 2.1.5.5)

Revision  Changes    Path
1.19                 mail-client/claws-mail-notification/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	11 Jun 2008 22:54:17 -0000	1.18
+++ ChangeLog	14 Jun 2008 19:37:50 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/claws-mail-notification
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.18 2008/06/11 22:54:17 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.19 2008/06/14 19:37:50 ken69267 Exp $
+
+  14 Jun 2008; Kenneth Prugh <ken69267@gentoo.org>
+  claws-mail-notification-0.16.ebuild:
+  amd64 stable, bug #222167
 
   11 Jun 2008; Christian Faulhammer <opfer@gentoo.org>
   claws-mail-notification-0.16.ebuild:



1.4                  mail-client/claws-mail-notification/claws-mail-notification-0.16.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.16.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.16.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.16.ebuild?r1=1.3&r2=1.4

Index: claws-mail-notification-0.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.16.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- claws-mail-notification-0.16.ebuild	11 Jun 2008 22:54:17 -0000	1.3
+++ claws-mail-notification-0.16.ebuild	14 Jun 2008 19:37:50 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 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.16.ebuild,v 1.3 2008/06/11 22:54:17 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.16.ebuild,v 1.4 2008/06/14 19:37:50 ken69267 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 x86"
+KEYWORDS="amd64 x86"
 IUSE="libnotify"
 RDEPEND=">=mail-client/claws-mail-3.4.0
 		>=x11-libs/gtk+-2.10



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-notification: ChangeLog claws-mail-notification-0.16.ebuild
@ 2008-11-25  9:48 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (opfer) @ 2008-11-25  9:48 UTC (permalink / raw
  To: gentoo-commits

opfer       08/11/25 09:48:13

  Modified:             ChangeLog
  Removed:              claws-mail-notification-0.16.ebuild
  Log:
  clean up
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.25                 mail-client/claws-mail-notification/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	16 Oct 2008 19:53:01 -0000	1.24
+++ ChangeLog	25 Nov 2008 09:48:13 -0000	1.25
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/claws-mail-notification
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.24 2008/10/16 19:53:01 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.25 2008/11/25 09:48:13 opfer Exp $
+
+  25 Nov 2008; Christian Faulhammer <opfer@gentoo.org>
+  -claws-mail-notification-0.16.ebuild:
+  clean up
 
   16 Oct 2008; Christian Faulhammer <opfer@gentoo.org>
   +claws-mail-notification-0.19.ebuild:






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-11-25  9:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-25  9:48 [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-notification: ChangeLog claws-mail-notification-0.16.ebuild Christian Faulhammer (opfer)
  -- strict thread matches above, loose matches on Subject: below --
2008-06-14 19:37 Kenneth Prugh (ken69267)
2008-06-11 22:54 Christian Faulhammer (opfer)
2008-05-12 12:45 Christian Faulhammer (opfer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox