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.14.ebuild
@ 2013-01-03  1:32 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (fauli) @ 2013-01-03  1:32 UTC (permalink / raw
  To: gentoo-commits

fauli       13/01/03 01:32:07

  Modified:             ChangeLog claws-mail-tnef-parse-0.3.14.ebuild
  Log:
  reintroduce deletion of .a and .la files
  
  (Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 2B859DE3)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-tnef-parse/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-tnef-parse/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef-parse/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	28 Dec 2012 16:41:22 -0000	1.3
+++ ChangeLog	3 Jan 2013 01:32:07 -0000	1.4
@@ -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.3 2012/12/28 16:41:22 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef-parse/ChangeLog,v 1.4 2013/01/03 01:32:07 fauli Exp $
+
+  03 Jan 2013; Christian Faulhammer <fauli@gentoo.org>
+  claws-mail-tnef-parse-0.3.14.ebuild:
+  reintroduce deletion of .a and .la files
 
   28 Dec 2012; Agostino Sarubbo <ago@gentoo.org>
   claws-mail-tnef-parse-0.3.14.ebuild:



1.4                  mail-client/claws-mail-tnef-parse/claws-mail-tnef-parse-0.3.14.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-tnef-parse/claws-mail-tnef-parse-0.3.14.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-tnef-parse/claws-mail-tnef-parse-0.3.14.ebuild?rev=1.4&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.14.ebuild?r1=1.3&r2=1.4

Index: claws-mail-tnef-parse-0.3.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef-parse/claws-mail-tnef-parse-0.3.14.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- claws-mail-tnef-parse-0.3.14.ebuild	28 Dec 2012 16:41:22 -0000	1.3
+++ claws-mail-tnef-parse-0.3.14.ebuild	3 Jan 2013 01:32:07 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 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.14.ebuild,v 1.3 2012/12/28 16:41:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef-parse/claws-mail-tnef-parse-0.3.14.ebuild,v 1.4 2013/01/03 01:32:07 fauli Exp $
 
 EAPI=4
 
@@ -25,4 +25,7 @@
 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] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-tnef-parse: ChangeLog claws-mail-tnef-parse-0.3.14.ebuild
@ 2013-05-08  4:06 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (fauli) @ 2013-05-08  4:06 UTC (permalink / raw
  To: gentoo-commits

fauli       13/05/08 04:06:17

  Modified:             ChangeLog claws-mail-tnef-parse-0.3.14.ebuild
  Log:
  prepare plugin for mail-client/claws-mail-3.9.1
  
  (Portage version: 2.1.11.62/cvs/Linux i686, signed Manifest commit with key 2B859DE3)

Revision  Changes    Path
1.5                  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.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-tnef-parse/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/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	3 Jan 2013 01:32:07 -0000	1.4
+++ ChangeLog	8 May 2013 04:06:17 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/claws-mail-tnef-parse
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef-parse/ChangeLog,v 1.4 2013/01/03 01:32:07 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef-parse/ChangeLog,v 1.5 2013/05/08 04:06:17 fauli Exp $
+
+  08 May 2013; Christian Faulhammer <fauli@gentoo.org>
+  claws-mail-tnef-parse-0.3.14.ebuild:
+  prepare plugin for mail-client/claws-mail-3.9.1
 
   03 Jan 2013; Christian Faulhammer <fauli@gentoo.org>
   claws-mail-tnef-parse-0.3.14.ebuild:



1.5                  mail-client/claws-mail-tnef-parse/claws-mail-tnef-parse-0.3.14.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-tnef-parse/claws-mail-tnef-parse-0.3.14.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-tnef-parse/claws-mail-tnef-parse-0.3.14.ebuild?rev=1.5&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.14.ebuild?r1=1.4&r2=1.5

Index: claws-mail-tnef-parse-0.3.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef-parse/claws-mail-tnef-parse-0.3.14.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- claws-mail-tnef-parse-0.3.14.ebuild	3 Jan 2013 01:32:07 -0000	1.4
+++ claws-mail-tnef-parse-0.3.14.ebuild	8 May 2013 04:06:17 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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.14.ebuild,v 1.4 2013/01/03 01:32:07 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-tnef-parse/claws-mail-tnef-parse-0.3.14.ebuild,v 1.5 2013/05/08 04:06:17 fauli Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
 IUSE=""
-RDEPEND=">=mail-client/claws-mail-3.9.0"
+RDEPEND="~mail-client/claws-mail-3.9.0"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 





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

end of thread, other threads:[~2013-05-08  4:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-03  1:32 [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-tnef-parse: ChangeLog claws-mail-tnef-parse-0.3.14.ebuild Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-08  4:06 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