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

fauli       11/12/26 12:11:49

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

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	26 Dec 2011 12:08:28 -0000	1.40
+++ ChangeLog	26 Dec 2011 12:11:49 -0000	1.41
@@ -1,6 +1,12 @@
 # ChangeLog for mail-client/claws-mail-tnef_parse
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/ChangeLog,v 1.40 2011/12/26 12:08:28 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/ChangeLog,v 1.41 2011/12/26 12:11:49 fauli Exp $
+
+*claws-mail-tnef_parse-0.3.12 (26 Dec 2011)
+
+  26 Dec 2011; Christian Faulhammer <fauli@gentoo.org>
+  +claws-mail-tnef_parse-0.3.12.ebuild:
+  version bump for bug 395381 by Justin
 
   26 Dec 2011; Christian Faulhammer <fauli@gentoo.org>
   -claws-mail-tnef_parse-0.3.10.ebuild:



1.1                  mail-client/claws-mail-tnef_parse/claws-mail-tnef_parse-0.3.12.ebuild

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

Index: claws-mail-tnef_parse-0.3.12.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-tnef_parse/claws-mail-tnef_parse-0.3.12.ebuild,v 1.1 2011/12/26 12:11:49 fauli Exp $

EAPI=4

inherit multilib

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

DESCRIPTION="Plugin for Claws to support application/ms-tnef attachments"
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"
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] 4+ messages in thread

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

ago         12/02/25 21:16:39

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

Revision  Changes    Path
1.42                 mail-client/claws-mail-tnef_parse/ChangeLog

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

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



1.2                  mail-client/claws-mail-tnef_parse/claws-mail-tnef_parse-0.3.12.ebuild

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

Index: claws-mail-tnef_parse-0.3.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/claws-mail-tnef_parse-0.3.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- claws-mail-tnef_parse-0.3.12.ebuild	26 Dec 2011 12:11:49 -0000	1.1
+++ claws-mail-tnef_parse-0.3.12.ebuild	25 Feb 2012 21:16:39 -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-tnef_parse/claws-mail-tnef_parse-0.3.12.ebuild,v 1.1 2011/12/26 12:11:49 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/claws-mail-tnef_parse-0.3.12.ebuild,v 1.2 2012/02/25 21:16:39 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"
 DEPEND="${RDEPEND}






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

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

maekke      12/04/07 11:38:12

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

Revision  Changes    Path
1.44                 mail-client/claws-mail-tnef_parse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	4 Mar 2012 12:16:34 -0000	1.43
+++ ChangeLog	7 Apr 2012 11:38:12 -0000	1.44
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/claws-mail-tnef_parse
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/ChangeLog,v 1.43 2012/03/04 12:16:34 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/ChangeLog,v 1.44 2012/04/07 11:38:12 maekke Exp $
+
+  07 Apr 2012; Markus Meier <maekke@gentoo.org>
+  claws-mail-tnef_parse-0.3.12.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-tnef_parse/claws-mail-tnef_parse-0.3.12.ebuild

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

Index: claws-mail-tnef_parse-0.3.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/claws-mail-tnef_parse-0.3.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- claws-mail-tnef_parse-0.3.12.ebuild	25 Feb 2012 21:16:39 -0000	1.2
+++ claws-mail-tnef_parse-0.3.12.ebuild	7 Apr 2012 11:38:12 -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-tnef_parse/claws-mail-tnef_parse-0.3.12.ebuild,v 1.2 2012/02/25 21:16:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/claws-mail-tnef_parse-0.3.12.ebuild,v 1.3 2012/04/07 11:38:12 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"
 DEPEND="${RDEPEND}






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

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

fauli       12/11/20 20:52:20

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

Revision  Changes    Path
1.50                 mail-client/claws-mail-tnef_parse/ChangeLog

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

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





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

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

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