public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-address_keeper: ChangeLog claws-mail-address_keeper-1.0.4.ebuild
@ 2011-08-30  9:29 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2011-08-30  9:29 UTC (permalink / raw
  To: gentoo-commits

fauli       11/08/30 09:29:26

  Modified:             ChangeLog
  Added:                claws-mail-address_keeper-1.0.4.ebuild
  Log:
  version bump
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-address_keeper/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	31 Jul 2011 10:22:20 -0000	1.9
+++ ChangeLog	30 Aug 2011 09:29:26 -0000	1.10
@@ -1,6 +1,12 @@
 # ChangeLog for mail-client/claws-mail-address_keeper
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-address_keeper/ChangeLog,v 1.9 2011/07/31 10:22:20 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-address_keeper/ChangeLog,v 1.10 2011/08/30 09:29:26 fauli Exp $
+
+*claws-mail-address_keeper-1.0.4 (30 Aug 2011)
+
+  30 Aug 2011; Christian Faulhammer <fauli@gentoo.org>
+  +claws-mail-address_keeper-1.0.4.ebuild:
+  version bump
 
   31 Jul 2011; Christian Faulhammer <fauli@gentoo.org>
   -claws-mail-address_keeper-1.0.2.ebuild:



1.1                  mail-client/claws-mail-address_keeper/claws-mail-address_keeper-1.0.4.ebuild

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

Index: claws-mail-address_keeper-1.0.4.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-address_keeper/claws-mail-address_keeper-1.0.4.ebuild,v 1.1 2011/08/30 09:29:26 fauli Exp $

inherit eutils

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

DESCRIPTION="Plugin for Claws to collect all recipients in an address book folder"
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=""
RDEPEND=">=mail-client/claws-mail-3.7.10"
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/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-address_keeper: ChangeLog claws-mail-address_keeper-1.0.4.ebuild
@ 2011-10-24 20:05 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2011-10-24 20:05 UTC (permalink / raw
  To: gentoo-commits

maekke      11/10/24 20:05:44

  Modified:             ChangeLog claws-mail-address_keeper-1.0.4.ebuild
  Log:
  x86 stable, bug #387547
  
  (Portage version: 2.1.10.30/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-address_keeper/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	30 Aug 2011 09:29:26 -0000	1.10
+++ ChangeLog	24 Oct 2011 20:05:44 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/claws-mail-address_keeper
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-address_keeper/ChangeLog,v 1.10 2011/08/30 09:29:26 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-address_keeper/ChangeLog,v 1.11 2011/10/24 20:05:44 maekke Exp $
+
+  24 Oct 2011; Markus Meier <maekke@gentoo.org>
+  claws-mail-address_keeper-1.0.4.ebuild:
+  x86 stable, bug #387547
 
 *claws-mail-address_keeper-1.0.4 (30 Aug 2011)
 



1.2                  mail-client/claws-mail-address_keeper/claws-mail-address_keeper-1.0.4.ebuild

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

Index: claws-mail-address_keeper-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-address_keeper/claws-mail-address_keeper-1.0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- claws-mail-address_keeper-1.0.4.ebuild	30 Aug 2011 09:29:26 -0000	1.1
+++ claws-mail-address_keeper-1.0.4.ebuild	24 Oct 2011 20:05:44 -0000	1.2
@@ -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-address_keeper/claws-mail-address_keeper-1.0.4.ebuild,v 1.1 2011/08/30 09:29:26 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-address_keeper/claws-mail-address_keeper-1.0.4.ebuild,v 1.2 2011/10/24 20:05:44 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 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 RDEPEND=">=mail-client/claws-mail-3.7.10"
 DEPEND="${RDEPEND}






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

* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-address_keeper: ChangeLog claws-mail-address_keeper-1.0.4.ebuild
@ 2012-03-31 14:15 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 4+ messages in thread
From: Tobias Klausmann (klausman) @ 2012-03-31 14:15 UTC (permalink / raw
  To: gentoo-commits

klausman    12/03/31 14:15:20

  Modified:             ChangeLog claws-mail-address_keeper-1.0.4.ebuild
  Log:
  Stable on alpha, bug #387547
  
  (Portage version: 2.1.10.52/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-address_keeper/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	4 Mar 2012 12:04:59 -0000	1.16
+++ ChangeLog	31 Mar 2012 14:15:20 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/claws-mail-address_keeper
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-address_keeper/ChangeLog,v 1.16 2012/03/04 12:04:59 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-address_keeper/ChangeLog,v 1.17 2012/03/31 14:15:20 klausman Exp $
+
+  31 Mar 2012; Tobias Klausmann <klausman@gentoo.org>
+  claws-mail-address_keeper-1.0.4.ebuild:
+  Stable on alpha, bug #387547
 
   04 Mar 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml:
   Drop maintainer due retirement, bug #206112



1.4                  mail-client/claws-mail-address_keeper/claws-mail-address_keeper-1.0.4.ebuild

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

Index: claws-mail-address_keeper-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-address_keeper/claws-mail-address_keeper-1.0.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- claws-mail-address_keeper-1.0.4.ebuild	29 Oct 2011 11:09:22 -0000	1.3
+++ claws-mail-address_keeper-1.0.4.ebuild	31 Mar 2012 14:15:20 -0000	1.4
@@ -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-address_keeper/claws-mail-address_keeper-1.0.4.ebuild,v 1.3 2011/10/29 11:09:22 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-address_keeper/claws-mail-address_keeper-1.0.4.ebuild,v 1.4 2012/03/31 14:15:20 klausman 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 x86"
+KEYWORDS="alpha amd64 x86"
 IUSE=""
 RDEPEND=">=mail-client/claws-mail-3.7.10"
 DEPEND="${RDEPEND}






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

* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-address_keeper: ChangeLog claws-mail-address_keeper-1.0.4.ebuild
@ 2012-04-11 21:14 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2012-04-11 21:14 UTC (permalink / raw
  To: gentoo-commits

fauli       12/04/11 21:14:16

  Modified:             ChangeLog
  Removed:              claws-mail-address_keeper-1.0.4.ebuild
  Log:
  clean up
  
  (Portage version: 2.1.10.49/cvs/Linux i686)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-address_keeper/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	7 Apr 2012 11:26:37 -0000	1.18
+++ ChangeLog	11 Apr 2012 21:14:16 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/claws-mail-address_keeper
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-address_keeper/ChangeLog,v 1.18 2012/04/07 11:26:37 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-address_keeper/ChangeLog,v 1.19 2012/04/11 21:14:16 fauli Exp $
+
+  11 Apr 2012; Christian Faulhammer <fauli@gentoo.org>
+  -claws-mail-address_keeper-1.0.4.ebuild:
+  clean up
 
   07 Apr 2012; Markus Meier <maekke@gentoo.org>
   claws-mail-address_keeper-1.0.5.ebuild:






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

end of thread, other threads:[~2012-04-11 21:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-24 20:05 [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-address_keeper: ChangeLog claws-mail-address_keeper-1.0.4.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2012-04-11 21:14 Christian Faulhammer (fauli)
2012-03-31 14:15 Tobias Klausmann (klausman)
2011-08-30  9:29 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