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.8.ebuild
@ 2009-04-29  7:17 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-04-29  7:17 UTC (permalink / raw
  To: gentoo-commits

fauli       09/04/29 07:17:14

  Modified:             ChangeLog
  Added:                claws-mail-spam_report-0.3.8.ebuild
  Log:
  version bump, bug 266782 by microbiolog AT gmail.com
  (Portage version: 2.1.6.11/cvs/Linux i686)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	14 Mar 2009 15:51:36 -0000	1.9
+++ ChangeLog	29 Apr 2009 07:17:13 -0000	1.10
@@ -1,6 +1,12 @@
 # ChangeLog for mail-client/claws-mail-spam_report
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.9 2009/03/14 15:51:36 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.10 2009/04/29 07:17:13 fauli Exp $
+
+*claws-mail-spam_report-0.3.8 (29 Apr 2009)
+
+  29 Apr 2009; Christian Faulhammer <fauli@gentoo.org>
+  +claws-mail-spam_report-0.3.8.ebuild:
+  version bump, bug 266782 by microbiolog AT gmail.com
 
   14 Mar 2009; nixnut <nixnut@gentoo.org>
   claws-mail-spam_report-0.3.7.ebuild:



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

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

Index: claws-mail-spam_report-0.3.8.ebuild
===================================================================
# Copyright 1999-2009 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.8.ebuild,v 1.1 2009/04/29 07:17:13 fauli Exp $

inherit eutils

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.7.1
		>=net-misc/curl-7.9.7"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

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

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] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-spam_report: ChangeLog claws-mail-spam_report-0.3.8.ebuild
@ 2009-06-09  9:16 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-06-09  9:16 UTC (permalink / raw
  To: gentoo-commits

fauli       09/06/09 09:16:50

  Modified:             ChangeLog claws-mail-spam_report-0.3.8.ebuild
  Log:
  stable x86, bug 273294
  (Portage version: 2.1.6.13/cvs/Linux i686)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	29 Apr 2009 07:17:13 -0000	1.10
+++ ChangeLog	9 Jun 2009 09:16:50 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/claws-mail-spam_report
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.10 2009/04/29 07:17:13 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.11 2009/06/09 09:16:50 fauli Exp $
+
+  09 Jun 2009; Christian Faulhammer <fauli@gentoo.org>
+  claws-mail-spam_report-0.3.8.ebuild:
+  stable x86, bug 273294
 
 *claws-mail-spam_report-0.3.8 (29 Apr 2009)
 



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

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

Index: claws-mail-spam_report-0.3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- claws-mail-spam_report-0.3.8.ebuild	29 Apr 2009 07:17:13 -0000	1.1
+++ claws-mail-spam_report-0.3.8.ebuild	9 Jun 2009 09:16:50 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.8.ebuild,v 1.1 2009/04/29 07:17:13 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.8.ebuild,v 1.2 2009/06/09 09:16:50 fauli Exp $
 
 inherit eutils
 
@@ -11,7 +11,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.7.1
 		>=net-misc/curl-7.9.7"






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

* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-spam_report: ChangeLog claws-mail-spam_report-0.3.8.ebuild
@ 2009-07-02 19:46 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2009-07-02 19:46 UTC (permalink / raw
  To: gentoo-commits

maekke      09/07/02 19:46:01

  Modified:             ChangeLog claws-mail-spam_report-0.3.8.ebuild
  Log:
  amd64 stable, bug #273294
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	9 Jun 2009 09:16:50 -0000	1.11
+++ ChangeLog	2 Jul 2009 19:46:01 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/claws-mail-spam_report
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.11 2009/06/09 09:16:50 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.12 2009/07/02 19:46:01 maekke Exp $
+
+  02 Jul 2009; Markus Meier <maekke@gentoo.org>
+  claws-mail-spam_report-0.3.8.ebuild:
+  amd64 stable, bug #273294
 
   09 Jun 2009; Christian Faulhammer <fauli@gentoo.org>
   claws-mail-spam_report-0.3.8.ebuild:



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

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

Index: claws-mail-spam_report-0.3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- claws-mail-spam_report-0.3.8.ebuild	9 Jun 2009 09:16:50 -0000	1.2
+++ claws-mail-spam_report-0.3.8.ebuild	2 Jul 2009 19:46:01 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.8.ebuild,v 1.2 2009/06/09 09:16:50 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.8.ebuild,v 1.3 2009/07/02 19:46:01 maekke Exp $
 
 inherit eutils
 
@@ -11,7 +11,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.7.1
 		>=net-misc/curl-7.9.7"






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

* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-spam_report: ChangeLog claws-mail-spam_report-0.3.8.ebuild
@ 2009-08-26 16:55 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-08-26 16:55 UTC (permalink / raw
  To: gentoo-commits

fauli       09/08/26 16:55:14

  Modified:             ChangeLog
  Removed:              claws-mail-spam_report-0.3.8.ebuild
  Log:
  clean up
  (Portage version: 2.1.6.13/cvs/Linux i686)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	1 Aug 2009 02:16:01 -0000	1.16
+++ ChangeLog	26 Aug 2009 16:55:14 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/claws-mail-spam_report
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.16 2009/08/01 02:16:01 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.17 2009/08/26 16:55:14 fauli Exp $
+
+  26 Aug 2009; Christian Faulhammer <fauli@gentoo.org>
+  -claws-mail-spam_report-0.3.8.ebuild:
+  clean up
 
   01 Aug 2009; Jeremy Olexa <darkside@gentoo.org>
   claws-mail-spam_report-0.3.9.ebuild:






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

end of thread, other threads:[~2009-08-26 20:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-26 16:55 [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-spam_report: ChangeLog claws-mail-spam_report-0.3.8.ebuild Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2009-07-02 19:46 Markus Meier (maekke)
2009-06-09  9:16 Christian Faulhammer (fauli)
2009-04-29  7:17 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