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.3.ebuild
@ 2008-12-22 14:42 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2008-12-22 14:42 UTC (permalink / raw
  To: gentoo-commits

fauli       08/12/22 14:42:02

  Modified:             ChangeLog
  Added:                claws-mail-tnef_parse-0.3.3.ebuild
  Log:
  version bump
  (Portage version: 2.1.4.5)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	28 Nov 2008 23:24:41 -0000	1.4
+++ ChangeLog	22 Dec 2008 14:42:02 -0000	1.5
@@ -1,6 +1,12 @@
 # ChangeLog for mail-client/claws-mail-tnef_parse
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/ChangeLog,v 1.4 2008/11/28 23:24:41 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/ChangeLog,v 1.5 2008/12/22 14:42:02 fauli Exp $
+
+*claws-mail-tnef_parse-0.3.3 (22 Dec 2008)
+
+  22 Dec 2008; Christian Faulhammer <fauli@gentoo.org>
+  +claws-mail-tnef_parse-0.3.3.ebuild:
+  version bump
 
   28 Nov 2008; Markus Meier <maekke@gentoo.org>
   claws-mail-tnef_parse-0.3.2.ebuild:



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

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

Index: claws-mail-tnef_parse-0.3.3.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-tnef_parse/claws-mail-tnef_parse-0.3.3.ebuild,v 1.1 2008/12/22 14:42:02 fauli Exp $

inherit eutils

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 ~x86"
IUSE=""
RDEPEND=">=mail-client/claws-mail-3.6.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-tnef_parse: ChangeLog claws-mail-tnef_parse-0.3.3.ebuild
@ 2008-12-22 15:01 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2008-12-22 15:01 UTC (permalink / raw
  To: gentoo-commits

fauli       08/12/22 15:01:56

  Modified:             ChangeLog claws-mail-tnef_parse-0.3.3.ebuild
  Log:
  raise version on mail-client/claws-mail dependency
  (Portage version: 2.1.4.5)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	22 Dec 2008 14:42:02 -0000	1.5
+++ ChangeLog	22 Dec 2008 15:01:56 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/claws-mail-tnef_parse
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/ChangeLog,v 1.5 2008/12/22 14:42:02 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/ChangeLog,v 1.6 2008/12/22 15:01:56 fauli Exp $
+
+  22 Dec 2008; Christian Faulhammer <fauli@gentoo.org>
+  claws-mail-tnef_parse-0.3.3.ebuild:
+  raise version on mail-client/claws-mail dependency
 
 *claws-mail-tnef_parse-0.3.3 (22 Dec 2008)
 



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

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

Index: claws-mail-tnef_parse-0.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/claws-mail-tnef_parse-0.3.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- claws-mail-tnef_parse-0.3.3.ebuild	22 Dec 2008 14:42:02 -0000	1.1
+++ claws-mail-tnef_parse-0.3.3.ebuild	22 Dec 2008 15:01:56 -0000	1.2
@@ -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-tnef_parse/claws-mail-tnef_parse-0.3.3.ebuild,v 1.1 2008/12/22 14:42:02 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/claws-mail-tnef_parse-0.3.3.ebuild,v 1.2 2008/12/22 15:01:56 fauli Exp $
 
 inherit eutils
 
@@ -13,7 +13,7 @@
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
-RDEPEND=">=mail-client/claws-mail-3.6.1
+RDEPEND=">=mail-client/claws-mail-3.7.0
 		>=net-misc/curl-7.9.7"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"






^ 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.3.ebuild
@ 2009-01-25 16:32 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2009-01-25 16:32 UTC (permalink / raw
  To: gentoo-commits

maekke      09/01/25 16:32:23

  Modified:             ChangeLog claws-mail-tnef_parse-0.3.3.ebuild
  Log:
  amd64/x86 stable, bug #256165
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	22 Dec 2008 15:01:56 -0000	1.6
+++ ChangeLog	25 Jan 2009 16:32:23 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/claws-mail-tnef_parse
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/ChangeLog,v 1.6 2008/12/22 15:01:56 fauli Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/ChangeLog,v 1.7 2009/01/25 16:32:23 maekke Exp $
+
+  25 Jan 2009; Markus Meier <maekke@gentoo.org>
+  claws-mail-tnef_parse-0.3.3.ebuild:
+  amd64/x86 stable, bug #256165
 
   22 Dec 2008; Christian Faulhammer <fauli@gentoo.org>
   claws-mail-tnef_parse-0.3.3.ebuild:



1.3                  mail-client/claws-mail-tnef_parse/claws-mail-tnef_parse-0.3.3.ebuild

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

Index: claws-mail-tnef_parse-0.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/claws-mail-tnef_parse-0.3.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- claws-mail-tnef_parse-0.3.3.ebuild	22 Dec 2008 15:01:56 -0000	1.2
+++ claws-mail-tnef_parse-0.3.3.ebuild	25 Jan 2009 16:32:23 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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-tnef_parse/claws-mail-tnef_parse-0.3.3.ebuild,v 1.2 2008/12/22 15:01:56 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/claws-mail-tnef_parse-0.3.3.ebuild,v 1.3 2009/01/25 16:32:23 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.0
 		>=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-tnef_parse: ChangeLog claws-mail-tnef_parse-0.3.3.ebuild
@ 2009-03-14 15:53 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 4+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-03-14 15:53 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/03/14 15:53:13

  Modified:             ChangeLog claws-mail-tnef_parse-0.3.3.ebuild
  Log:
  ~ppc'd
  (Portage version: 2.1.6.8/cvs/Linux ppc)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	29 Jan 2009 00:59:34 -0000	1.8
+++ ChangeLog	14 Mar 2009 15:53:13 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/claws-mail-tnef_parse
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/ChangeLog,v 1.8 2009/01/29 00:59:34 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/ChangeLog,v 1.9 2009/03/14 15:53:13 nixnut Exp $
+
+  14 Mar 2009; nixnut <nixnut@gentoo.org>
+  claws-mail-tnef_parse-0.3.3.ebuild:
+  ~ppc'd
 
   29 Jan 2009; Christian Faulhammer <fauli@gentoo.org>
   -claws-mail-tnef_parse-0.3.2.ebuild:



1.4                  mail-client/claws-mail-tnef_parse/claws-mail-tnef_parse-0.3.3.ebuild

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

Index: claws-mail-tnef_parse-0.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/claws-mail-tnef_parse-0.3.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- claws-mail-tnef_parse-0.3.3.ebuild	25 Jan 2009 16:32:23 -0000	1.3
+++ claws-mail-tnef_parse-0.3.3.ebuild	14 Mar 2009 15:53:13 -0000	1.4
@@ -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-tnef_parse/claws-mail-tnef_parse-0.3.3.ebuild,v 1.3 2009/01/25 16:32:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef_parse/claws-mail-tnef_parse-0.3.3.ebuild,v 1.4 2009/03/14 15:53:13 nixnut 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 ~ppc x86"
 IUSE=""
 RDEPEND=">=mail-client/claws-mail-3.7.0
 		>=net-misc/curl-7.9.7"






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

end of thread, other threads:[~2009-03-14 15:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-22 15:01 [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-tnef_parse: ChangeLog claws-mail-tnef_parse-0.3.3.ebuild Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2009-03-14 15:53 Gysbert Wassenaar (nixnut)
2009-01-25 16:32 Markus Meier (maekke)
2008-12-22 14:42 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