public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-spam_report: ChangeLog claws-mail-spam_report-0.3.15.ebuild
@ 2011-12-26 12:06 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2011-12-26 12:06 UTC (permalink / raw
  To: gentoo-commits

fauli       11/12/26 12:06:35

  Modified:             ChangeLog
  Added:                claws-mail-spam_report-0.3.15.ebuild
  Log:
  version bump for bug 395381 by Justin
  
  (Portage version: 2.1.10.41/cvs/Linux i686)

Revision  Changes    Path
1.40                 mail-client/claws-mail-spam_report/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	26 Dec 2011 12:04:29 -0000	1.39
+++ ChangeLog	26 Dec 2011 12:06:35 -0000	1.40
@@ -1,6 +1,12 @@
 # ChangeLog for mail-client/claws-mail-spam_report
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.39 2011/12/26 12:04:29 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.40 2011/12/26 12:06:35 fauli Exp $
+
+*claws-mail-spam_report-0.3.15 (26 Dec 2011)
+
+  26 Dec 2011; Christian Faulhammer <fauli@gentoo.org>
+  +claws-mail-spam_report-0.3.15.ebuild:
+  version bump for bug 395381 by Justin
 
   26 Dec 2011; Christian Faulhammer <fauli@gentoo.org>
   -claws-mail-spam_report-0.3.13.ebuild:



1.1                  mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild?rev=1.1&content-type=text/plain

Index: claws-mail-spam_report-0.3.15.ebuild
===================================================================
# 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-spam_report/claws-mail-spam_report-0.3.15.ebuild,v 1.1 2011/12/26 12:06:35 fauli Exp $

EAPI=4

inherit eutils multilib

MY_P="${P#claws-mail-}"

DESCRIPTION="Plugin for Claws to report spam to various places"
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=""
RDEPEND=">=mail-client/claws-mail-3.8.0
		>=net-misc/curl-7.9.7"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

S="${WORKDIR}/${MY_P}"

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc AUTHORS ChangeLog README

	# kill useless files
	rm -f "${D}"/usr/$(get_libdir)/claws-mail/plugins/*.{a,la}
}






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

* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-spam_report: ChangeLog claws-mail-spam_report-0.3.15.ebuild
@ 2012-02-25 21:16 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-25 21:16 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/25 21:16:21

  Modified:             ChangeLog claws-mail-spam_report-0.3.15.ebuild
  Log:
  Stable for amd64, wrt bug #387547
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.41                 mail-client/claws-mail-spam_report/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	26 Dec 2011 12:06:35 -0000	1.40
+++ ChangeLog	25 Feb 2012 21:16:21 -0000	1.41
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/claws-mail-spam_report
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.40 2011/12/26 12:06:35 fauli Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.41 2012/02/25 21:16:21 ago Exp $
+
+  25 Feb 2012; Agostino Sarubbo <ago@gentoo.org>
+  claws-mail-spam_report-0.3.15.ebuild:
+  Stable for amd64, wrt bug #387547
 
 *claws-mail-spam_report-0.3.15 (26 Dec 2011)
 



1.2                  mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild?r1=1.1&r2=1.2

Index: claws-mail-spam_report-0.3.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- claws-mail-spam_report-0.3.15.ebuild	26 Dec 2011 12:06:35 -0000	1.1
+++ claws-mail-spam_report-0.3.15.ebuild	25 Feb 2012 21:16:21 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild,v 1.1 2011/12/26 12:06:35 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild,v 1.2 2012/02/25 21:16:21 ago Exp $
 
 EAPI=4
 
@@ -13,7 +13,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=""
 RDEPEND=">=mail-client/claws-mail-3.8.0
 		>=net-misc/curl-7.9.7"






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

* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-spam_report: ChangeLog claws-mail-spam_report-0.3.15.ebuild
@ 2012-04-07 11:37 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2012-04-07 11:37 UTC (permalink / raw
  To: gentoo-commits

maekke      12/04/07 11:37:24

  Modified:             ChangeLog claws-mail-spam_report-0.3.15.ebuild
  Log:
  x86 stable, bug #387547
  
  (Portage version: 2.1.10.56/cvs/Linux x86_64)

Revision  Changes    Path
1.43                 mail-client/claws-mail-spam_report/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	4 Mar 2012 12:15:53 -0000	1.42
+++ ChangeLog	7 Apr 2012 11:37:23 -0000	1.43
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/claws-mail-spam_report
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.42 2012/03/04 12:15:53 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.43 2012/04/07 11:37:23 maekke Exp $
+
+  07 Apr 2012; Markus Meier <maekke@gentoo.org>
+  claws-mail-spam_report-0.3.15.ebuild:
+  x86 stable, bug #387547
 
   04 Mar 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml:
   Drop maintainer due retirement, bug #206112



1.3                  mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild?r1=1.2&r2=1.3

Index: claws-mail-spam_report-0.3.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- claws-mail-spam_report-0.3.15.ebuild	25 Feb 2012 21:16:21 -0000	1.2
+++ claws-mail-spam_report-0.3.15.ebuild	7 Apr 2012 11:37:23 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild,v 1.2 2012/02/25 21:16:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild,v 1.3 2012/04/07 11:37:23 maekke Exp $
 
 EAPI=4
 
@@ -13,7 +13,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=""
 RDEPEND=">=mail-client/claws-mail-3.8.0
 		>=net-misc/curl-7.9.7"






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

* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-spam_report: ChangeLog claws-mail-spam_report-0.3.15.ebuild
@ 2012-05-04  8:42 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-04  8:42 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/04 08:42:23

  Modified:             ChangeLog claws-mail-spam_report-0.3.15.ebuild
  Log:
  dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

Revision  Changes    Path
1.45                 mail-client/claws-mail-spam_report/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	11 Apr 2012 21:17:15 -0000	1.44
+++ ChangeLog	4 May 2012 08:42:23 -0000	1.45
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/claws-mail-spam_report
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.44 2012/04/11 21:17:15 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.45 2012/05/04 08:42:23 jdhore Exp $
+
+  04 May 2012; Jeff Horelick <jdhore@gentoo.org>
+  claws-mail-spam_report-0.3.15.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   11 Apr 2012; Christian Faulhammer <fauli@gentoo.org>
   -claws-mail-spam_report-0.3.14.ebuild:



1.4                  mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild?r1=1.3&r2=1.4

Index: claws-mail-spam_report-0.3.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- claws-mail-spam_report-0.3.15.ebuild	7 Apr 2012 11:37:23 -0000	1.3
+++ claws-mail-spam_report-0.3.15.ebuild	4 May 2012 08:42:23 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild,v 1.3 2012/04/07 11:37:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild,v 1.4 2012/05/04 08:42:23 jdhore Exp $
 
 EAPI=4
 
@@ -18,7 +18,7 @@
 RDEPEND=">=mail-client/claws-mail-3.8.0
 		>=net-misc/curl-7.9.7"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 S="${WORKDIR}/${MY_P}"
 






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

* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-spam_report: ChangeLog claws-mail-spam_report-0.3.15.ebuild
@ 2012-11-20 20:51 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2012-11-20 20:51 UTC (permalink / raw
  To: gentoo-commits

fauli       12/11/20 20:51:11

  Modified:             ChangeLog
  Removed:              claws-mail-spam_report-0.3.15.ebuild
  Log:
  clean up
  
  (Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 2B859DE3)

Revision  Changes    Path
1.49                 mail-client/claws-mail-spam_report/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	31 Oct 2012 18:47:53 -0000	1.48
+++ ChangeLog	20 Nov 2012 20:51:11 -0000	1.49
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/claws-mail-spam_report
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.48 2012/10/31 18:47:53 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.49 2012/11/20 20:51:11 fauli Exp $
+
+  20 Nov 2012; Christian Faulhammer <fauli@gentoo.org>
+  -claws-mail-spam_report-0.3.15.ebuild:
+  clean up
 
   31 Oct 2012; Andreas Schuerch <nativemad@gentoo.org>
   claws-mail-spam_report-0.3.16.ebuild:





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

end of thread, other threads:[~2012-11-20 20:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-26 12:06 [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-spam_report: ChangeLog claws-mail-spam_report-0.3.15.ebuild Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-25 21:16 Agostino Sarubbo (ago)
2012-04-07 11:37 Markus Meier (maekke)
2012-05-04  8:42 Jeff Horelick (jdhore)
2012-11-20 20:51 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