public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/wmakerconf: ChangeLog wmakerconf-2.12.ebuild
@ 2010-06-06 12:26 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-06-06 12:26 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/06/06 12:26:27

  Modified:             ChangeLog
  Added:                wmakerconf-2.12.ebuild
  Log:
  Version bump wrt #237199 by Dustin Polke.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.34                 x11-misc/wmakerconf/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmakerconf/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmakerconf/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmakerconf/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	6 May 2008 13:44:09 -0000	1.33
+++ ChangeLog	6 Jun 2010 12:26:27 -0000	1.34
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/wmakerconf
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.33 2008/05/06 13:44:09 drac Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.34 2010/06/06 12:26:27 ssuominen Exp $
+
+*wmakerconf-2.12 (06 Jun 2010)
+
+  06 Jun 2010; Samuli Suominen <ssuominen@gentoo.org>
+  +wmakerconf-2.12.ebuild:
+  Version bump wrt #237199 by Dustin Polke.
 
   06 May 2008; Samuli Suominen <drac@gentoo.org> wmakerconf-2.11.ebuild:
   Move pkgconfig to DEPEND wrt #217278.



1.1                  x11-misc/wmakerconf/wmakerconf-2.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12.ebuild?rev=1.1&content-type=text/plain

Index: wmakerconf-2.12.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12.ebuild,v 1.1 2010/06/06 12:26:27 ssuominen Exp $

EAPI=2

DESCRIPTION="X based config tool for the windowmaker X windowmanager."
HOMEPAGE="http://wmakerconf.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P/-/_}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="imlib nls perl"

RDEPEND="x11-libs/gtk+:2
	>=x11-wm/windowmaker-0.90.0
	imlib? ( media-libs/imlib )
	perl? ( dev-lang/perl
		dev-perl/HTML-Parser
		dev-perl/libwww-perl
		www-client/lynx
		net-misc/wget )"
DEPEND="${RDEPEND}
	nls? ( sys-devel/gettext )
	dev-util/pkgconfig"

src_configure() {
	local myconf
	use imlib || myconf="--disable-imlibtest"

	econf \
		$(use_enable perl upgrade) \
		$(use_enable nls) \
		${myconf}
}

src_install() {
	emake DESTDIR="${D}" gnulocaledir="${D}/usr/share/locale" install || die
	dodoc AUTHORS ChangeLog MANUAL NEWS README TODO
	doman man/*.1

	rm -f "${D}"/usr/share/${PN}/{AUTHORS,README,COPYING,NEWS,MANUAL,ABOUT-NLS,NLS-TEAM1,ChangeLog}
}






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/wmakerconf: ChangeLog wmakerconf-2.12.ebuild
@ 2010-08-20 10:29 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-08-20 10:29 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/08/20 10:29:12

  Modified:             ChangeLog wmakerconf-2.12.ebuild
  Log:
  Stable on amd64 wrt bug #330525
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 x11-misc/wmakerconf/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmakerconf/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmakerconf/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmakerconf/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	6 Jun 2010 12:26:27 -0000	1.34
+++ ChangeLog	20 Aug 2010 10:29:12 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/wmakerconf
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.34 2010/06/06 12:26:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.35 2010/08/20 10:29:12 hwoarang Exp $
+
+  20 Aug 2010; Markos Chandras <hwoarang@gentoo.org> wmakerconf-2.12.ebuild:
+  Stable on amd64 wrt bug #330525
 
 *wmakerconf-2.12 (06 Jun 2010)
 



1.2                  x11-misc/wmakerconf/wmakerconf-2.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12.ebuild?r1=1.1&r2=1.2

Index: wmakerconf-2.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wmakerconf-2.12.ebuild	6 Jun 2010 12:26:27 -0000	1.1
+++ wmakerconf-2.12.ebuild	20 Aug 2010 10:29:12 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12.ebuild,v 1.1 2010/06/06 12:26:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12.ebuild,v 1.2 2010/08/20 10:29:12 hwoarang Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 IUSE="imlib nls perl"
 
 RDEPEND="x11-libs/gtk+:2






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/wmakerconf: ChangeLog wmakerconf-2.12.ebuild
@ 2010-08-24 11:54 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-08-24 11:54 UTC (permalink / raw
  To: gentoo-commits

fauli       10/08/24 11:54:07

  Modified:             ChangeLog wmakerconf-2.12.ebuild
  Log:
  stable x86, bug 330525
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.36                 x11-misc/wmakerconf/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmakerconf/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmakerconf/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmakerconf/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	20 Aug 2010 10:29:12 -0000	1.35
+++ ChangeLog	24 Aug 2010 11:54:07 -0000	1.36
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/wmakerconf
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.35 2010/08/20 10:29:12 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.36 2010/08/24 11:54:07 fauli Exp $
+
+  24 Aug 2010; Christian Faulhammer <fauli@gentoo.org>
+  wmakerconf-2.12.ebuild:
+  stable x86, bug 330525
 
   20 Aug 2010; Markos Chandras <hwoarang@gentoo.org> wmakerconf-2.12.ebuild:
   Stable on amd64 wrt bug #330525



1.3                  x11-misc/wmakerconf/wmakerconf-2.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12.ebuild?r1=1.2&r2=1.3

Index: wmakerconf-2.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wmakerconf-2.12.ebuild	20 Aug 2010 10:29:12 -0000	1.2
+++ wmakerconf-2.12.ebuild	24 Aug 2010 11:54:07 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12.ebuild,v 1.2 2010/08/20 10:29:12 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12.ebuild,v 1.3 2010/08/24 11:54:07 fauli Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE="imlib nls perl"
 
 RDEPEND="x11-libs/gtk+:2






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/wmakerconf: ChangeLog wmakerconf-2.12.ebuild
@ 2011-01-13 18:16 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 5+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-01-13 18:16 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/01/13 18:16:58

  Modified:             ChangeLog wmakerconf-2.12.ebuild
  Log:
  mark ~ppc64 wrt #330525
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.37                 x11-misc/wmakerconf/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmakerconf/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmakerconf/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmakerconf/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	24 Aug 2010 11:54:07 -0000	1.36
+++ ChangeLog	13 Jan 2011 18:16:57 -0000	1.37
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/wmakerconf
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.36 2010/08/24 11:54:07 fauli Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.37 2011/01/13 18:16:57 xarthisius Exp $
+
+  13 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org>
+  wmakerconf-2.12.ebuild:
+  mark ~ppc64 wrt #330525
 
   24 Aug 2010; Christian Faulhammer <fauli@gentoo.org>
   wmakerconf-2.12.ebuild:



1.4                  x11-misc/wmakerconf/wmakerconf-2.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12.ebuild?r1=1.3&r2=1.4

Index: wmakerconf-2.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wmakerconf-2.12.ebuild	24 Aug 2010 11:54:07 -0000	1.3
+++ wmakerconf-2.12.ebuild	13 Jan 2011 18:16:57 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12.ebuild,v 1.3 2010/08/24 11:54:07 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12.ebuild,v 1.4 2011/01/13 18:16:57 xarthisius Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
 IUSE="imlib nls perl"
 
 RDEPEND="x11-libs/gtk+:2






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/wmakerconf: ChangeLog wmakerconf-2.12.ebuild
@ 2011-03-22 19:31 Jonathan Callen (abcd)
  0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Callen (abcd) @ 2011-03-22 19:31 UTC (permalink / raw
  To: gentoo-commits

abcd        11/03/22 19:31:10

  Modified:             ChangeLog wmakerconf-2.12.ebuild
  Log:
  Bump to EAPI=3, merge prefix changes, add ~x86-linux/~amd64-linux
  
  (Portage version: 2.2.0_alpha27_p2/cvs/Linux i686)

Revision  Changes    Path
1.38                 x11-misc/wmakerconf/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmakerconf/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmakerconf/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmakerconf/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	13 Jan 2011 18:16:57 -0000	1.37
+++ ChangeLog	22 Mar 2011 19:31:10 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/wmakerconf
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.37 2011/01/13 18:16:57 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.38 2011/03/22 19:31:10 abcd Exp $
+
+  22 Mar 2011; Jonathan Callen <abcd@gentoo.org> wmakerconf-2.12.ebuild:
+  Bump to EAPI=3, merge prefix changes, add ~x86-linux/~amd64-linux
 
   13 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org>
   wmakerconf-2.12.ebuild:



1.5                  x11-misc/wmakerconf/wmakerconf-2.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12.ebuild?r1=1.4&r2=1.5

Index: wmakerconf-2.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wmakerconf-2.12.ebuild	13 Jan 2011 18:16:57 -0000	1.4
+++ wmakerconf-2.12.ebuild	22 Mar 2011 19:31:10 -0000	1.5
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12.ebuild,v 1.4 2011/01/13 18:16:57 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12.ebuild,v 1.5 2011/03/22 19:31:10 abcd Exp $
 
-EAPI=2
+EAPI=3
 
 DESCRIPTION="X based config tool for the windowmaker X windowmanager."
 HOMEPAGE="http://wmakerconf.sourceforge.net/"
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="imlib nls perl"
 
 RDEPEND="x11-libs/gtk+:2
@@ -36,9 +36,9 @@
 }
 
 src_install() {
-	emake DESTDIR="${D}" gnulocaledir="${D}/usr/share/locale" install || die
+	emake DESTDIR="${D}" gnulocaledir="${ED}/usr/share/locale" install || die
 	dodoc AUTHORS ChangeLog MANUAL NEWS README TODO
 	doman man/*.1
 
-	rm -f "${D}"/usr/share/${PN}/{AUTHORS,README,COPYING,NEWS,MANUAL,ABOUT-NLS,NLS-TEAM1,ChangeLog}
+	rm -f "${ED}"/usr/share/${PN}/{AUTHORS,README,COPYING,NEWS,MANUAL,ABOUT-NLS,NLS-TEAM1,ChangeLog}
 }






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

end of thread, other threads:[~2011-03-22 19:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-13 18:16 [gentoo-commits] gentoo-x86 commit in x11-misc/wmakerconf: ChangeLog wmakerconf-2.12.ebuild Kacper Kowalik (xarthisius)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-22 19:31 Jonathan Callen (abcd)
2010-08-24 11:54 Christian Faulhammer (fauli)
2010-08-20 10:29 Markos Chandras (hwoarang)
2010-06-06 12:26 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox