public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-rpg/gwiz: gwiz-0.8.ebuild ChangeLog
@ 2011-07-27 17:56 Pacho Ramos (pacho)
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2011-07-27 17:56 UTC (permalink / raw
  To: gentoo-commits

pacho       11/07/27 17:56:13

  Modified:             gwiz-0.8.ebuild ChangeLog
  Log:
  Install a menu entry, bug #160221.
  
  (Portage version: 2.1.10.7/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 games-rpg/gwiz/gwiz-0.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild?r1=1.9&r2=1.10

Index: gwiz-0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gwiz-0.8.ebuild	11 Sep 2005 05:23:27 -0000	1.9
+++ gwiz-0.8.ebuild	27 Jul 2011 17:56:13 -0000	1.10
@@ -1,6 +1,8 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild,v 1.9 2005/09/11 05:23:27 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild,v 1.10 2011/07/27 17:56:13 pacho Exp $
+
+inherit eutils
 
 DESCRIPTION="clone of old-school Wizardry(tm) games by SirTech"
 HOMEPAGE="http://icculus.org/gwiz/"
@@ -22,5 +24,7 @@
 
 src_install() {
 	einstall || die
+	doicon pixmaps/gwiz_icon.xpm
+	make_desktop_entry gwiz Gwiz gwiz_icon.xpm
 	dodoc AUTHORS ChangeLog README doc/HOWTO-PLAY
 }



1.9                  games-rpg/gwiz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/gwiz/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/gwiz/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/gwiz/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-rpg/gwiz/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	11 Sep 2005 05:23:27 -0000	1.8
+++ ChangeLog	27 Jul 2011 17:56:13 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for games-rpg/gwiz
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/gwiz/ChangeLog,v 1.8 2005/09/11 05:23:27 agriffis Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/gwiz/ChangeLog,v 1.9 2011/07/27 17:56:13 pacho Exp $
+
+  27 Jul 2011; Pacho Ramos <pacho@gentoo.org> gwiz-0.8.ebuild:
+  Install a menu entry, bug #160221.
 
   10 Sep 2005; Aron Griffis <agriffis@gentoo.org> gwiz-0.8.ebuild:
   Mark 0.8 stable on alpha






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

* [gentoo-commits] gentoo-x86 commit in games-rpg/gwiz: gwiz-0.8.ebuild ChangeLog
@ 2013-02-13 21:08 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-02-13 21:08 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    13/02/13 21:08:32

  Modified:             gwiz-0.8.ebuild ChangeLog
  Log:
  EAPI=5; compile warning patch
  
  (Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.11                 games-rpg/gwiz/gwiz-0.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild?r1=1.10&r2=1.11

Index: gwiz-0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gwiz-0.8.ebuild	27 Jul 2011 17:56:13 -0000	1.10
+++ gwiz-0.8.ebuild	13 Feb 2013 21:08:32 -0000	1.11
@@ -1,8 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild,v 1.10 2011/07/27 17:56:13 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild,v 1.11 2013/02/13 21:08:32 mr_bones_ Exp $
 
-inherit eutils
+EAPI=5
+inherit eutils games
 
 DESCRIPTION="clone of old-school Wizardry(tm) games by SirTech"
 HOMEPAGE="http://icculus.org/gwiz/"
@@ -13,18 +14,16 @@
 LICENSE="GPL-2"
 IUSE=""
 
-DEPEND=">=media-libs/libsdl-1.2.3
-	>=media-libs/sdl-image-1.2.1-r1
+DEPEND=">=media-libs/libsdl-1.2.3[joystick,video]
+	>=media-libs/sdl-image-1.2.1-r1[png]
 	>=media-libs/sdl-ttf-2.0.4"
+RDEPEND="${DEPEND}"
 
-src_compile() {
-	econf || die
-	emake || die
-}
+PATCHES=( "${FILESDIR}"/${P}-buffer.patch )
 
 src_install() {
-	einstall || die
-	doicon pixmaps/gwiz_icon.xpm
-	make_desktop_entry gwiz Gwiz gwiz_icon.xpm
+	default
 	dodoc AUTHORS ChangeLog README doc/HOWTO-PLAY
+	newicon pixmaps/gwiz_icon.xpm ${PN}.xpm
+	make_desktop_entry gwiz Gwiz
 }



1.10                 games-rpg/gwiz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/gwiz/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/gwiz/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/gwiz/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-rpg/gwiz/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	27 Jul 2011 17:56:13 -0000	1.9
+++ ChangeLog	13 Feb 2013 21:08:32 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for games-rpg/gwiz
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/gwiz/ChangeLog,v 1.9 2011/07/27 17:56:13 pacho Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/gwiz/ChangeLog,v 1.10 2013/02/13 21:08:32 mr_bones_ Exp $
+
+  13 Feb 2013; Michael Sterrett <mr_bones_@gentoo.org>
+  +files/gwiz-0.8-buffer.patch, gwiz-0.8.ebuild:
+  EAPI=5; compile warning patch
 
   27 Jul 2011; Pacho Ramos <pacho@gentoo.org> gwiz-0.8.ebuild:
   Install a menu entry, bug #160221.





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

* [gentoo-commits] gentoo-x86 commit in games-rpg/gwiz: gwiz-0.8.ebuild ChangeLog
@ 2015-02-12  8:30 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-02-12  8:30 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/02/12 08:30:37

  Modified:             gwiz-0.8.ebuild ChangeLog
  Log:
  tidy
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.12                 games-rpg/gwiz/gwiz-0.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild?r1=1.11&r2=1.12

Index: gwiz-0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- gwiz-0.8.ebuild	13 Feb 2013 21:08:32 -0000	1.11
+++ gwiz-0.8.ebuild	12 Feb 2015 08:30:37 -0000	1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild,v 1.11 2013/02/13 21:08:32 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild,v 1.12 2015/02/12 08:30:37 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils games
@@ -17,13 +17,15 @@
 DEPEND=">=media-libs/libsdl-1.2.3[joystick,video]
 	>=media-libs/sdl-image-1.2.1-r1[png]
 	>=media-libs/sdl-ttf-2.0.4"
-RDEPEND="${DEPEND}"
+RDEPEND=${DEPEND}
 
-PATCHES=( "${FILESDIR}"/${P}-buffer.patch )
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-buffer.patch
+}
 
 src_install() {
-	default
-	dodoc AUTHORS ChangeLog README doc/HOWTO-PLAY
+	DOCS="AUTHORS ChangeLog README doc/HOWTO-PLAY" \
+		default
 	newicon pixmaps/gwiz_icon.xpm ${PN}.xpm
 	make_desktop_entry gwiz Gwiz
 }



1.11                 games-rpg/gwiz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/gwiz/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/gwiz/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/gwiz/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-rpg/gwiz/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	13 Feb 2013 21:08:32 -0000	1.10
+++ ChangeLog	12 Feb 2015 08:30:37 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for games-rpg/gwiz
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/gwiz/ChangeLog,v 1.10 2013/02/13 21:08:32 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/gwiz/ChangeLog,v 1.11 2015/02/12 08:30:37 mr_bones_ Exp $
+
+  12 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> gwiz-0.8.ebuild:
+  tidy
 
   13 Feb 2013; Michael Sterrett <mr_bones_@gentoo.org>
   +files/gwiz-0.8-buffer.patch, gwiz-0.8.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in games-rpg/gwiz: gwiz-0.8.ebuild ChangeLog
@ 2015-03-24 17:26 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-24 17:26 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/24 17:26:17

  Modified:             gwiz-0.8.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #543324
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.13                 games-rpg/gwiz/gwiz-0.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild?r1=1.12&r2=1.13

Index: gwiz-0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- gwiz-0.8.ebuild	12 Feb 2015 08:30:37 -0000	1.12
+++ gwiz-0.8.ebuild	24 Mar 2015 17:26:17 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild,v 1.12 2015/02/12 08:30:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild,v 1.13 2015/03/24 17:26:17 ago Exp $
 
 EAPI=5
 inherit eutils games
@@ -9,7 +9,7 @@
 HOMEPAGE="http://icculus.org/gwiz/"
 SRC_URI="http://icculus.org/gwiz/${P}.tar.bz2"
 
-KEYWORDS="alpha ~amd64 ppc x86"
+KEYWORDS="alpha amd64 ppc x86"
 SLOT="0"
 LICENSE="GPL-2"
 IUSE=""



1.12                 games-rpg/gwiz/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-rpg/gwiz/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	12 Feb 2015 08:30:37 -0000	1.11
+++ ChangeLog	24 Mar 2015 17:26:17 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for games-rpg/gwiz
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/gwiz/ChangeLog,v 1.11 2015/02/12 08:30:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/gwiz/ChangeLog,v 1.12 2015/03/24 17:26:17 ago Exp $
+
+  24 Mar 2015; Agostino Sarubbo <ago@gentoo.org> gwiz-0.8.ebuild:
+  Stable for amd64, wrt bug #543324
 
   12 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> gwiz-0.8.ebuild:
   tidy





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

* [gentoo-commits] gentoo-x86 commit in games-rpg/gwiz: gwiz-0.8.ebuild ChangeLog
@ 2015-03-31 16:04 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-03-31 16:04 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/03/31 16:04:04

  Modified:             gwiz-0.8.ebuild ChangeLog
  Log:
  alpha is unstable
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.14                 games-rpg/gwiz/gwiz-0.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild?r1=1.13&r2=1.14

Index: gwiz-0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- gwiz-0.8.ebuild	24 Mar 2015 17:26:17 -0000	1.13
+++ gwiz-0.8.ebuild	31 Mar 2015 16:04:04 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild,v 1.13 2015/03/24 17:26:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild,v 1.14 2015/03/31 16:04:04 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils games
@@ -9,7 +9,7 @@
 HOMEPAGE="http://icculus.org/gwiz/"
 SRC_URI="http://icculus.org/gwiz/${P}.tar.bz2"
 
-KEYWORDS="alpha amd64 ppc x86"
+KEYWORDS="~alpha amd64 ppc x86"
 SLOT="0"
 LICENSE="GPL-2"
 IUSE=""



1.13                 games-rpg/gwiz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/gwiz/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/gwiz/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/gwiz/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-rpg/gwiz/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	24 Mar 2015 17:26:17 -0000	1.12
+++ ChangeLog	31 Mar 2015 16:04:04 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for games-rpg/gwiz
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/gwiz/ChangeLog,v 1.12 2015/03/24 17:26:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/gwiz/ChangeLog,v 1.13 2015/03/31 16:04:04 mr_bones_ Exp $
+
+  31 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org> gwiz-0.8.ebuild:
+  alpha is unstable
 
   24 Mar 2015; Agostino Sarubbo <ago@gentoo.org> gwiz-0.8.ebuild:
   Stable for amd64, wrt bug #543324





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

end of thread, other threads:[~2015-03-31 16:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-13 21:08 [gentoo-commits] gentoo-x86 commit in games-rpg/gwiz: gwiz-0.8.ebuild ChangeLog Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-31 16:04 Michael Sterrett (mr_bones_)
2015-03-24 17:26 Agostino Sarubbo (ago)
2015-02-12  8:30 Michael Sterrett (mr_bones_)
2011-07-27 17:56 Pacho Ramos (pacho)

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