public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-python: ChangeLog claws-mail-python-0.6.ebuild
@ 2010-12-06 13:05 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-12-06 13:05 UTC (permalink / raw
  To: gentoo-commits

fauli       10/12/06 13:05:11

  Modified:             ChangeLog
  Added:                claws-mail-python-0.6.ebuild
  Log:
  version bump
  
  (Portage version: 2.1.9.24/cvs/Linux i686)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	23 Nov 2010 09:04:38 -0000	1.11
+++ ChangeLog	6 Dec 2010 13:05:11 -0000	1.12
@@ -1,6 +1,12 @@
 # ChangeLog for mail-client/claws-mail-python
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/ChangeLog,v 1.11 2010/11/23 09:04:38 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/ChangeLog,v 1.12 2010/12/06 13:05:11 fauli Exp $
+
+*claws-mail-python-0.6 (06 Dec 2010)
+
+  06 Dec 2010; Christian Faulhammer <fauli@gentoo.org>
+  +claws-mail-python-0.6.ebuild:
+  version bump
 
   23 Nov 2010; Christian Faulhammer <fauli@gentoo.org>
   claws-mail-python-0.3.ebuild, claws-mail-python-0.4.ebuild,



1.1                  mail-client/claws-mail-python/claws-mail-python-0.6.ebuild

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

Index: claws-mail-python-0.6.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/claws-mail-python-0.6.ebuild,v 1.1 2010/12/06 13:05:11 fauli Exp $

MY_P="${PN#claws-mail-}_plugin-${PV}"

DESCRIPTION="Plugin to integrate with Python"
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.7
	>=dev-lang/python-2.5"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

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

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc 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-python: ChangeLog claws-mail-python-0.6.ebuild
@ 2011-07-31  9:21 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (fauli) @ 2011-07-31  9:21 UTC (permalink / raw
  To: gentoo-commits

fauli       11/07/31 09:21:24

  Modified:             ChangeLog
  Removed:              claws-mail-python-0.6.ebuild
  Log:
  clean up
  
  (Portage version: 2.1.10.3/cvs/Linux i686)

Revision  Changes    Path
1.20                 mail-client/claws-mail-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	16 Jul 2011 18:17:43 -0000	1.19
+++ ChangeLog	31 Jul 2011 09:21:23 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/claws-mail-python
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/ChangeLog,v 1.19 2011/07/16 18:17:43 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/ChangeLog,v 1.20 2011/07/31 09:21:23 fauli Exp $
+
+  31 Jul 2011; Christian Faulhammer <fauli@gentoo.org>
+  -claws-mail-python-0.6.ebuild:
+  clean up
 
   16 Jul 2011; Markos Chandras <hwoarang@gentoo.org>
   claws-mail-python-0.7.ebuild:






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

end of thread, other threads:[~2011-07-31  9:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-06 13:05 [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-python: ChangeLog claws-mail-python-0.6.ebuild Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2011-07-31  9:21 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