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

fauli       08/12/22 14:07:31

  Modified:             ChangeLog
  Added:                claws-mail-att-remover-1.0.10.ebuild
  Log:
  version bump
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.25                 mail-client/claws-mail-att-remover/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-att-remover/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	8 Dec 2008 00:01:23 -0000	1.24
+++ ChangeLog	22 Dec 2008 14:07:31 -0000	1.25
@@ -1,6 +1,12 @@
 # ChangeLog for mail-client/claws-mail-att-remover
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-att-remover/ChangeLog,v 1.24 2008/12/08 00:01:23 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-att-remover/ChangeLog,v 1.25 2008/12/22 14:07:31 fauli Exp $
+
+*claws-mail-att-remover-1.0.10 (22 Dec 2008)
+
+  22 Dec 2008; Christian Faulhammer <fauli@gentoo.org>
+  +claws-mail-att-remover-1.0.10.ebuild:
+  version bump
 
   07 Dec 2008; Christian Faulhammer <fauli@gentoo.org>
   -claws-mail-att-remover-1.0.8.ebuild:



1.1                  mail-client/claws-mail-att-remover/claws-mail-att-remover-1.0.10.ebuild

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

Index: claws-mail-att-remover-1.0.10.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-att-remover/claws-mail-att-remover-1.0.10.ebuild,v 1.1 2008/12/22 14:07:31 fauli Exp $

inherit eutils

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

DESCRIPTION="This plugin lets you remove attachments from mails."
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 ~ppc64 ~x86"
IUSE=""
RDEPEND=">=mail-client/claws-mail-3.7.0"
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-att-remover: ChangeLog claws-mail-att-remover-1.0.10.ebuild
@ 2009-01-25 14:50 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2009-01-25 14:50 UTC (permalink / raw
  To: gentoo-commits

ranger      09/01/25 14:50:32

  Modified:             ChangeLog claws-mail-att-remover-1.0.10.ebuild
  Log:
  Marking claws-mail-att-remover-1.0.10 ppc64 for bug 256165
  (Portage version: 2.1.6.6/cvs/Linux 2.6.24-gentoo-r3-g5-64 ppc64)

Revision  Changes    Path
1.26                 mail-client/claws-mail-att-remover/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-att-remover/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	22 Dec 2008 14:07:31 -0000	1.25
+++ ChangeLog	25 Jan 2009 14:50:32 -0000	1.26
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/claws-mail-att-remover
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-att-remover/ChangeLog,v 1.25 2008/12/22 14:07:31 fauli Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-att-remover/ChangeLog,v 1.26 2009/01/25 14:50:32 ranger Exp $
+
+  25 Jan 2009; Brent Baude <ranger@gentoo.org>
+  claws-mail-att-remover-1.0.10.ebuild:
+  Marking claws-mail-att-remover-1.0.10 ppc64 for bug 256165
 
 *claws-mail-att-remover-1.0.10 (22 Dec 2008)
 



1.2                  mail-client/claws-mail-att-remover/claws-mail-att-remover-1.0.10.ebuild

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

Index: claws-mail-att-remover-1.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-att-remover/claws-mail-att-remover-1.0.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- claws-mail-att-remover-1.0.10.ebuild	22 Dec 2008 14:07:31 -0000	1.1
+++ claws-mail-att-remover-1.0.10.ebuild	25 Jan 2009 14:50:32 -0000	1.2
@@ -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-att-remover/claws-mail-att-remover-1.0.10.ebuild,v 1.1 2008/12/22 14:07:31 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-att-remover/claws-mail-att-remover-1.0.10.ebuild,v 1.2 2009/01/25 14:50:32 ranger Exp $
 
 inherit eutils
 
@@ -12,7 +12,7 @@
 SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ppc64 ~x86"
 IUSE=""
 RDEPEND=">=mail-client/claws-mail-3.7.0"
 DEPEND="${RDEPEND}






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

* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-att-remover: ChangeLog claws-mail-att-remover-1.0.10.ebuild
@ 2009-01-25 16:25 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2009-01-25 16:25 UTC (permalink / raw
  To: gentoo-commits

maekke      09/01/25 16:25:40

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

Revision  Changes    Path
1.27                 mail-client/claws-mail-att-remover/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-att-remover/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	25 Jan 2009 14:50:32 -0000	1.26
+++ ChangeLog	25 Jan 2009 16:25:40 -0000	1.27
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/claws-mail-att-remover
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-att-remover/ChangeLog,v 1.26 2009/01/25 14:50:32 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-att-remover/ChangeLog,v 1.27 2009/01/25 16:25:40 maekke Exp $
+
+  25 Jan 2009; Markus Meier <maekke@gentoo.org>
+  claws-mail-att-remover-1.0.10.ebuild:
+  amd64/x86 stable, bug #256165
 
   25 Jan 2009; Brent Baude <ranger@gentoo.org>
   claws-mail-att-remover-1.0.10.ebuild:



1.3                  mail-client/claws-mail-att-remover/claws-mail-att-remover-1.0.10.ebuild

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

Index: claws-mail-att-remover-1.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-att-remover/claws-mail-att-remover-1.0.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- claws-mail-att-remover-1.0.10.ebuild	25 Jan 2009 14:50:32 -0000	1.2
+++ claws-mail-att-remover-1.0.10.ebuild	25 Jan 2009 16:25:40 -0000	1.3
@@ -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-att-remover/claws-mail-att-remover-1.0.10.ebuild,v 1.2 2009/01/25 14:50:32 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-att-remover/claws-mail-att-remover-1.0.10.ebuild,v 1.3 2009/01/25 16:25:40 maekke Exp $
 
 inherit eutils
 
@@ -12,7 +12,7 @@
 SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ppc64 x86"
 IUSE=""
 RDEPEND=">=mail-client/claws-mail-3.7.0"
 DEPEND="${RDEPEND}






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

* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-att-remover: ChangeLog claws-mail-att-remover-1.0.10.ebuild
@ 2010-06-20 11:34 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-06-20 11:34 UTC (permalink / raw
  To: gentoo-commits

fauli       10/06/20 11:34:34

  Modified:             ChangeLog
  Removed:              claws-mail-att-remover-1.0.10.ebuild
  Log:
  clean up
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.35                 mail-client/claws-mail-att-remover/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-att-remover/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	12 Jun 2010 07:58:37 -0000	1.34
+++ ChangeLog	20 Jun 2010 11:34:33 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for mail-client/claws-mail-att-remover
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-att-remover/ChangeLog,v 1.34 2010/06/12 07:58:37 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-att-remover/ChangeLog,v 1.35 2010/06/20 11:34:33 fauli Exp $
+
+  20 Jun 2010; <fauli@gentoo.org> -claws-mail-att-remover-1.0.10.ebuild:
+  clean up
 
 *claws-mail-att-remover-1.0.12 (12 Jun 2010)
 






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

end of thread, other threads:[~2010-06-20 11:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-25 16:25 [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-att-remover: ChangeLog claws-mail-att-remover-1.0.10.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-20 11:34 Christian Faulhammer (fauli)
2009-01-25 14:50 Brent Baude (ranger)
2008-12-22 14:07 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