public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/flexi-streams/
@ 2015-12-15 22:21 José María Alonso
  0 siblings, 0 replies; 15+ messages in thread
From: José María Alonso @ 2015-12-15 22:21 UTC (permalink / raw
  To: gentoo-commits

commit:     9653d4d64b577b06f1b7c50edb22abdd9f4168f9
Author:     José María Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 15 22:24:20 2015 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Dec 15 22:24:20 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9653d4d6

dev-lisp/flexi-streams: add from lisp overlay

Package-Manager: portage-2.2.20.1

 dev-lisp/flexi-streams/Manifest                    |  1 +
 dev-lisp/flexi-streams/flexi-streams-1.0.15.ebuild | 28 ++++++++++++++++++++++
 dev-lisp/flexi-streams/metadata.xml                | 12 ++++++++++
 3 files changed, 41 insertions(+)

diff --git a/dev-lisp/flexi-streams/Manifest b/dev-lisp/flexi-streams/Manifest
new file mode 100644
index 0000000..3a09bbe
--- /dev/null
+++ b/dev-lisp/flexi-streams/Manifest
@@ -0,0 +1 @@
+DIST v1.0.15.tar.gz 135550 SHA256 1c9d8020cfd2bf0344e5baf1dff8b01aa7cefcdc5bc3765d029bd2e723d00251 SHA512 103e6c53f8c0ffd6d218e08e49fd49c21f420c1221912121dba1218d4631b6869357002fb1a18444e58283e2d6e59ae3f43d5a23c06c506538d69f4a178b3973 WHIRLPOOL d8a88f21b26079f86d5deb55cfeae0bc4c7f34d853e4b2a887eeb829f38e5be8d8902dea675caa7d373503f25c798b2492d6a1212fb58ea15e352e1c3c9b90fa

diff --git a/dev-lisp/flexi-streams/flexi-streams-1.0.15.ebuild b/dev-lisp/flexi-streams/flexi-streams-1.0.15.ebuild
new file mode 100644
index 0000000..54995d5
--- /dev/null
+++ b/dev-lisp/flexi-streams/flexi-streams-1.0.15.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit common-lisp-3
+
+MY_V="v${PV}"
+
+DESCRIPTION="Flexible bivalent streams for Common Lisp"
+HOMEPAGE="http://weitz.de/flexi-streams/
+		http://www.cliki.net/flexi-streams/"
+SRC_URI="https://github.com/edicl/${PN}/archive/${MY_V}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}
+		>=dev-lisp/trivial-gray-streams-20060925"
+
+src_install() {
+	common-lisp-install-sources *.lisp
+	common-lisp-install-asdf
+	dohtml doc/index.html
+}

diff --git a/dev-lisp/flexi-streams/metadata.xml b/dev-lisp/flexi-streams/metadata.xml
new file mode 100644
index 0000000..417d4b8
--- /dev/null
+++ b/dev-lisp/flexi-streams/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>common-lisp</herd>
+	<longdescription lang="en">
+		FLEXI-STREAMS implements "virtual" bivalent streams that can be
+		layered atop real binary or bivalent streams and that can be used
+		to read and write character data in various single- or multi-octet
+		encodings which can be changed on the fly. It also supplies
+		in-memory binary streams which are similar to string streams. 
+	</longdescription>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/flexi-streams/
@ 2016-09-11 15:58 Ulrich Müller
  0 siblings, 0 replies; 15+ messages in thread
From: Ulrich Müller @ 2016-09-11 15:58 UTC (permalink / raw
  To: gentoo-commits

commit:     d0690a6e77270f35a981a2eddcc0ca6fdad1bba9
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 15:57:23 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 15:57:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0690a6e

dev-lisp/flexi-streams: Add SRC_URI arrow.

Non-maintainer commit with permission from nimiux.

Package-Manager: portage-2.3.0

 dev-lisp/flexi-streams/Manifest                    | 2 +-
 dev-lisp/flexi-streams/flexi-streams-1.0.15.ebuild | 6 ++----
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/flexi-streams/Manifest b/dev-lisp/flexi-streams/Manifest
index 3a09bbe..30ec1d3 100644
--- a/dev-lisp/flexi-streams/Manifest
+++ b/dev-lisp/flexi-streams/Manifest
@@ -1 +1 @@
-DIST v1.0.15.tar.gz 135550 SHA256 1c9d8020cfd2bf0344e5baf1dff8b01aa7cefcdc5bc3765d029bd2e723d00251 SHA512 103e6c53f8c0ffd6d218e08e49fd49c21f420c1221912121dba1218d4631b6869357002fb1a18444e58283e2d6e59ae3f43d5a23c06c506538d69f4a178b3973 WHIRLPOOL d8a88f21b26079f86d5deb55cfeae0bc4c7f34d853e4b2a887eeb829f38e5be8d8902dea675caa7d373503f25c798b2492d6a1212fb58ea15e352e1c3c9b90fa
+DIST flexi-streams-1.0.15.tar.gz 135550 SHA256 1c9d8020cfd2bf0344e5baf1dff8b01aa7cefcdc5bc3765d029bd2e723d00251 SHA512 103e6c53f8c0ffd6d218e08e49fd49c21f420c1221912121dba1218d4631b6869357002fb1a18444e58283e2d6e59ae3f43d5a23c06c506538d69f4a178b3973 WHIRLPOOL d8a88f21b26079f86d5deb55cfeae0bc4c7f34d853e4b2a887eeb829f38e5be8d8902dea675caa7d373503f25c798b2492d6a1212fb58ea15e352e1c3c9b90fa

diff --git a/dev-lisp/flexi-streams/flexi-streams-1.0.15.ebuild b/dev-lisp/flexi-streams/flexi-streams-1.0.15.ebuild
index 54995d5..2968cb8 100644
--- a/dev-lisp/flexi-streams/flexi-streams-1.0.15.ebuild
+++ b/dev-lisp/flexi-streams/flexi-streams-1.0.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,12 +6,10 @@ EAPI=5
 
 inherit common-lisp-3
 
-MY_V="v${PV}"
-
 DESCRIPTION="Flexible bivalent streams for Common Lisp"
 HOMEPAGE="http://weitz.de/flexi-streams/
 		http://www.cliki.net/flexi-streams/"
-SRC_URI="https://github.com/edicl/${PN}/archive/${MY_V}.tar.gz"
+SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/flexi-streams/
@ 2017-04-05 15:33 José María Alonso
  0 siblings, 0 replies; 15+ messages in thread
From: José María Alonso @ 2017-04-05 15:33 UTC (permalink / raw
  To: gentoo-commits

commit:     9874f1a0376b39a24487a43c4aaa2eef338b02b7
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 15:32:54 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 15:32:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9874f1a0

dev-lisp/flexi-streams: Bumps version to 1.0.16

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-lisp/flexi-streams/Manifest                    |  1 +
 dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild | 25 ++++++++++++++++++++++
 dev-lisp/flexi-streams/metadata.xml                |  9 ++++++++
 3 files changed, 35 insertions(+)

diff --git a/dev-lisp/flexi-streams/Manifest b/dev-lisp/flexi-streams/Manifest
index 30ec1d3d884..524f4af1fac 100644
--- a/dev-lisp/flexi-streams/Manifest
+++ b/dev-lisp/flexi-streams/Manifest
@@ -1 +1,2 @@
 DIST flexi-streams-1.0.15.tar.gz 135550 SHA256 1c9d8020cfd2bf0344e5baf1dff8b01aa7cefcdc5bc3765d029bd2e723d00251 SHA512 103e6c53f8c0ffd6d218e08e49fd49c21f420c1221912121dba1218d4631b6869357002fb1a18444e58283e2d6e59ae3f43d5a23c06c506538d69f4a178b3973 WHIRLPOOL d8a88f21b26079f86d5deb55cfeae0bc4c7f34d853e4b2a887eeb829f38e5be8d8902dea675caa7d373503f25c798b2492d6a1212fb58ea15e352e1c3c9b90fa
+DIST flexi-streams-1.0.16.tar.gz 135698 SHA256 bcaaa51d4f8e176f3a532d54c9bf7b6f031b2a18761e0fa9888395dc799660b9 SHA512 66b7c5231616c7a6095a52d6c679717795c9308e33487536a5e1b7f0d25f26aacd2579a76c351f8e16a967a0611456cbc97b3824f4d9cf4875b8e48b0c4f7c78 WHIRLPOOL 0e5bfdc0b2fb00de56cf0cd3d7feac06ce68c0476969249a5c1fec03918da81c2596d4af2d3aa945e7ccaf1464543fb7aa2d23abd187b2f6fa5dba24fc266178

diff --git a/dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild b/dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild
new file mode 100644
index 00000000000..722cdce44ef
--- /dev/null
+++ b/dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit common-lisp-3
+
+DESCRIPTION="Flexible bivalent streams for Common Lisp"
+HOMEPAGE="http://weitz.de/flexi-streams/
+		http://www.cliki.net/flexi-streams/"
+SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}
+		>=dev-lisp/trivial-gray-streams-20060925"
+
+src_install() {
+	common-lisp-install-sources *.lisp
+	common-lisp-install-asdf
+	dodoc doc/index.html
+}

diff --git a/dev-lisp/flexi-streams/metadata.xml b/dev-lisp/flexi-streams/metadata.xml
index 1afc5a80b59..245d1e7eb09 100644
--- a/dev-lisp/flexi-streams/metadata.xml
+++ b/dev-lisp/flexi-streams/metadata.xml
@@ -12,6 +12,15 @@
 		encodings which can be changed on the fly. It also supplies
 		in-memory binary streams which are similar to string streams. 
 	</longdescription>
+	<longdescription lang="es">
+		FLEXI-STREAMS implementa flujos de datos bivalentes "virtuales"
+    que se pueden superponer a flujos de datos binarios reales o
+    bivalentes y que pueden ser utilizados para leer y escribir datos
+    en caracteres en distintas codificaciones sencillas o multi-octeto
+    que a su vez se pueden cambiar al vuelo. También proporciona flujos
+    de datos en memoria que son similares a los flujos de datos de
+    cadenas de caracteres.
+	</longdescription>
 	<upstream>
 		<remote-id type="github">edicl/flexi-streams</remote-id>
 	</upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/flexi-streams/
@ 2017-04-05 15:34 José María Alonso
  0 siblings, 0 replies; 15+ messages in thread
From: José María Alonso @ 2017-04-05 15:34 UTC (permalink / raw
  To: gentoo-commits

commit:     825da08f016abb4f2e5e6139b95bebe9afb73395
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 15:34:37 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 15:34:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=825da08f

dev-lisp/flexi-streams: Drops old version

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-lisp/flexi-streams/Manifest                    |  1 -
 dev-lisp/flexi-streams/flexi-streams-1.0.15.ebuild | 25 ----------------------
 2 files changed, 26 deletions(-)

diff --git a/dev-lisp/flexi-streams/Manifest b/dev-lisp/flexi-streams/Manifest
index 524f4af1fac..2116397fa22 100644
--- a/dev-lisp/flexi-streams/Manifest
+++ b/dev-lisp/flexi-streams/Manifest
@@ -1,2 +1 @@
-DIST flexi-streams-1.0.15.tar.gz 135550 SHA256 1c9d8020cfd2bf0344e5baf1dff8b01aa7cefcdc5bc3765d029bd2e723d00251 SHA512 103e6c53f8c0ffd6d218e08e49fd49c21f420c1221912121dba1218d4631b6869357002fb1a18444e58283e2d6e59ae3f43d5a23c06c506538d69f4a178b3973 WHIRLPOOL d8a88f21b26079f86d5deb55cfeae0bc4c7f34d853e4b2a887eeb829f38e5be8d8902dea675caa7d373503f25c798b2492d6a1212fb58ea15e352e1c3c9b90fa
 DIST flexi-streams-1.0.16.tar.gz 135698 SHA256 bcaaa51d4f8e176f3a532d54c9bf7b6f031b2a18761e0fa9888395dc799660b9 SHA512 66b7c5231616c7a6095a52d6c679717795c9308e33487536a5e1b7f0d25f26aacd2579a76c351f8e16a967a0611456cbc97b3824f4d9cf4875b8e48b0c4f7c78 WHIRLPOOL 0e5bfdc0b2fb00de56cf0cd3d7feac06ce68c0476969249a5c1fec03918da81c2596d4af2d3aa945e7ccaf1464543fb7aa2d23abd187b2f6fa5dba24fc266178

diff --git a/dev-lisp/flexi-streams/flexi-streams-1.0.15.ebuild b/dev-lisp/flexi-streams/flexi-streams-1.0.15.ebuild
deleted file mode 100644
index 81fa860f287..00000000000
--- a/dev-lisp/flexi-streams/flexi-streams-1.0.15.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit common-lisp-3
-
-DESCRIPTION="Flexible bivalent streams for Common Lisp"
-HOMEPAGE="http://weitz.de/flexi-streams/
-		http://www.cliki.net/flexi-streams/"
-SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-		>=dev-lisp/trivial-gray-streams-20060925"
-
-src_install() {
-	common-lisp-install-sources *.lisp
-	common-lisp-install-asdf
-	dohtml doc/index.html
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/flexi-streams/
@ 2017-09-27 19:08 José María Alonso
  0 siblings, 0 replies; 15+ messages in thread
From: José María Alonso @ 2017-09-27 19:08 UTC (permalink / raw
  To: gentoo-commits

commit:     b43753bfa99087a18b95f928347e5c2c2de45f37
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 27 19:08:38 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Sep 27 19:08:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b43753bf

dev-lisp/flexi-streams: Stable on amd64 and x86

Gentoo-Bug: 629378

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild b/dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild
index 722cdce44ef..f9d5b59764d 100644
--- a/dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild
+++ b/dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE=""
 
 RDEPEND="!dev-lisp/cl-${PN}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/flexi-streams/
@ 2017-09-29 22:56 Thomas Deutschmann
  0 siblings, 0 replies; 15+ messages in thread
From: Thomas Deutschmann @ 2017-09-29 22:56 UTC (permalink / raw
  To: gentoo-commits

commit:     6902d64eaf2927eb10b47c02888196a329bf733f
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 29 22:54:51 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Sep 29 22:55:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6902d64e

Revert "dev-lisp/flexi-streams: Stable on amd64 and x86"

This reverts commit b43753bfa99087a18b95f928347e5c2c2de45f37.

 dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild b/dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild
index f9d5b59764d..722cdce44ef 100644
--- a/dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild
+++ b/dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND="!dev-lisp/cl-${PN}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/flexi-streams/
@ 2017-10-03 14:05 José María Alonso
  0 siblings, 0 replies; 15+ messages in thread
From: José María Alonso @ 2017-10-03 14:05 UTC (permalink / raw
  To: gentoo-commits

commit:     1fa2859ca25d38a02e4d40f8239cb3bfc8c0f6cf
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  3 14:05:28 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Oct  3 14:05:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fa2859c

dev-lisp/flexi-streams: Stable for amd64/x86 wrt bug #629378

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild b/dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild
index 722cdce44ef..f9d5b59764d 100644
--- a/dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild
+++ b/dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE=""
 
 RDEPEND="!dev-lisp/cl-${PN}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/flexi-streams/
@ 2018-06-06 20:49 José María Alonso
  0 siblings, 0 replies; 15+ messages in thread
From: José María Alonso @ 2018-06-06 20:49 UTC (permalink / raw
  To: gentoo-commits

commit:     db9a672133e4243b7bc799342e534f8e1dc254a0
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  6 20:47:58 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Jun  6 20:47:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db9a6721

dev-lisp/flexi-streams: Bump version to 1.0.17

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-lisp/flexi-streams/Manifest                    |  1 +
 dev-lisp/flexi-streams/flexi-streams-1.0.17.ebuild | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-lisp/flexi-streams/Manifest b/dev-lisp/flexi-streams/Manifest
index a4a7a31ac0d..0c149de3b03 100644
--- a/dev-lisp/flexi-streams/Manifest
+++ b/dev-lisp/flexi-streams/Manifest
@@ -1 +1,2 @@
 DIST flexi-streams-1.0.16.tar.gz 135698 BLAKE2B 9d6d5b064f10d27ce60d5a8a6792b7c36e63d393f64c98148bfd9addd36483e1e4d9e2b699c0ae151c55d88e01bd86fea3197e082b001face2c44206229c3e21 SHA512 66b7c5231616c7a6095a52d6c679717795c9308e33487536a5e1b7f0d25f26aacd2579a76c351f8e16a967a0611456cbc97b3824f4d9cf4875b8e48b0c4f7c78
+DIST flexi-streams-1.0.17.tar.gz 135883 BLAKE2B 96670bffc8b53196d2138bff6bdcaaae74d3a9318bb637cb52914de0905be86d3d5ce40ed3f5f87deec75cbad609d339fc0656f8542ee05edae5c9c342430a90 SHA512 58a19214f74e00948dd5c15453cb68a65ad600a78fd7b637018914446a3953f68efa5e229b3d27e93464d8f273e82aa71d0fafe9b2ace77e40d23c5aea756d49

diff --git a/dev-lisp/flexi-streams/flexi-streams-1.0.17.ebuild b/dev-lisp/flexi-streams/flexi-streams-1.0.17.ebuild
new file mode 100644
index 00000000000..672410b9b41
--- /dev/null
+++ b/dev-lisp/flexi-streams/flexi-streams-1.0.17.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit common-lisp-3
+
+DESCRIPTION="Flexible bivalent streams for Common Lisp"
+HOMEPAGE="http://weitz.de/flexi-streams/
+		http://www.cliki.net/flexi-streams/"
+SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}
+		>=dev-lisp/trivial-gray-streams-20060925"
+
+src_install() {
+	common-lisp-install-sources *.lisp
+	common-lisp-install-asdf
+	dodoc docs/index.html
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/flexi-streams/
@ 2023-12-20 15:21 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2023-12-20 15:21 UTC (permalink / raw
  To: gentoo-commits

commit:     5c45adca91f178757c73c7b9cd7b1e950a133fb3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 15:20:57 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 15:20:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c45adca

dev-lisp/flexi-streams: Stabilize 1.0.17 amd64, #920381

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-lisp/flexi-streams/flexi-streams-1.0.17.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/flexi-streams/flexi-streams-1.0.17.ebuild b/dev-lisp/flexi-streams/flexi-streams-1.0.17.ebuild
index 672410b9b419..9e7ea9b8c40e 100644
--- a/dev-lisp/flexi-streams/flexi-streams-1.0.17.ebuild
+++ b/dev-lisp/flexi-streams/flexi-streams-1.0.17.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND="!dev-lisp/cl-${PN}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/flexi-streams/
@ 2023-12-20 16:08 Michał Górny
  0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2023-12-20 16:08 UTC (permalink / raw
  To: gentoo-commits

commit:     9623d995c7a76e649efff5e5214c348aac067726
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 16:07:51 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 16:08:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9623d995

dev-lisp/flexi-streams: Stabilize 1.0.17 x86, #920381

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-lisp/flexi-streams/flexi-streams-1.0.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/flexi-streams/flexi-streams-1.0.17.ebuild b/dev-lisp/flexi-streams/flexi-streams-1.0.17.ebuild
index 9e7ea9b8c40e..4af4c8bf3e96 100644
--- a/dev-lisp/flexi-streams/flexi-streams-1.0.17.ebuild
+++ b/dev-lisp/flexi-streams/flexi-streams-1.0.17.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE=""
 
 RDEPEND="!dev-lisp/cl-${PN}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/flexi-streams/
@ 2023-12-20 19:45 Maciej Barć
  0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2023-12-20 19:45 UTC (permalink / raw
  To: gentoo-commits

commit:     ed15a3659f8c2ea22790b7409966a019c555b134
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Wed Dec 20 12:47:21 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 19:45:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed15a365

dev-lisp/flexi-streams: add 1.0.19

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34383
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-lisp/flexi-streams/Manifest                    |  1 +
 dev-lisp/flexi-streams/flexi-streams-1.0.19.ebuild | 42 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-lisp/flexi-streams/Manifest b/dev-lisp/flexi-streams/Manifest
index 0c149de3b037..2c10e3f67e50 100644
--- a/dev-lisp/flexi-streams/Manifest
+++ b/dev-lisp/flexi-streams/Manifest
@@ -1,2 +1,3 @@
 DIST flexi-streams-1.0.16.tar.gz 135698 BLAKE2B 9d6d5b064f10d27ce60d5a8a6792b7c36e63d393f64c98148bfd9addd36483e1e4d9e2b699c0ae151c55d88e01bd86fea3197e082b001face2c44206229c3e21 SHA512 66b7c5231616c7a6095a52d6c679717795c9308e33487536a5e1b7f0d25f26aacd2579a76c351f8e16a967a0611456cbc97b3824f4d9cf4875b8e48b0c4f7c78
 DIST flexi-streams-1.0.17.tar.gz 135883 BLAKE2B 96670bffc8b53196d2138bff6bdcaaae74d3a9318bb637cb52914de0905be86d3d5ce40ed3f5f87deec75cbad609d339fc0656f8542ee05edae5c9c342430a90 SHA512 58a19214f74e00948dd5c15453cb68a65ad600a78fd7b637018914446a3953f68efa5e229b3d27e93464d8f273e82aa71d0fafe9b2ace77e40d23c5aea756d49
+DIST flexi-streams-1.0.19.tar.gz 393330 BLAKE2B 755f835ea7fe7edf0fd4ff317463a7ed86289aad428b4bbf461808900a9656711279de362a48c32d5ea8cb9933743b92c28729ad866950200d5d65bd7fab83c1 SHA512 03288868f86ce8c3c4ed63fb5f5f9d809bc0772834ef603793c861d09ad7ffb900c14021f1f1621111e7bd4ee3f0b0653985449391ee250d0f43385abbfdfdfa

diff --git a/dev-lisp/flexi-streams/flexi-streams-1.0.19.ebuild b/dev-lisp/flexi-streams/flexi-streams-1.0.19.ebuild
new file mode 100644
index 000000000000..6bac229dee34
--- /dev/null
+++ b/dev-lisp/flexi-streams/flexi-streams-1.0.19.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit common-lisp-3
+
+DESCRIPTION="Flexible bivalent streams for Common Lisp"
+HOMEPAGE="
+	http://weitz.de/flexi-streams/
+	http://www.cliki.net/flexi-streams/
+"
+SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	>=dev-lisp/trivial-gray-streams-20060925
+"
+BDEPEND="
+	test? (
+		${RDEPEND}
+	)
+"
+
+src_test() {
+	local -x CL_SOURCE_REGISTRY="${S}:${CLSYSTEMROOT}"
+	common-lisp-export-impl-args $(common-lisp-find-lisp-impl)
+
+	${CL_BINARY} ${CL_EVAL} "(asdf:test-system :flexi-streams)" || die
+}
+
+src_install() {
+	common-lisp-install-sources *.lisp
+	common-lisp-install-asdf
+	dodoc docs/index.html
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/flexi-streams/
@ 2024-04-20 23:48 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2024-04-20 23:48 UTC (permalink / raw
  To: gentoo-commits

commit:     ca34beae48fa45118e4c752f7f9af91f77fac0d6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 23:48:22 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 20 23:48:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca34beae

dev-lisp/flexi-streams: Stabilize 1.0.19 amd64, #930217

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-lisp/flexi-streams/flexi-streams-1.0.19.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/flexi-streams/flexi-streams-1.0.19.ebuild b/dev-lisp/flexi-streams/flexi-streams-1.0.19.ebuild
index 6bac229dee34..9c676913bfca 100644
--- a/dev-lisp/flexi-streams/flexi-streams-1.0.19.ebuild
+++ b/dev-lisp/flexi-streams/flexi-streams-1.0.19.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 
 IUSE="test"
 RESTRICT="!test? ( test )"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/flexi-streams/
@ 2024-04-24 17:28 Arthur Zamarin
  0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2024-04-24 17:28 UTC (permalink / raw
  To: gentoo-commits

commit:     291fd1bc787d83d08af6a5237e5719bd902479eb
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 24 17:28:27 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 24 17:28:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291fd1bc

dev-lisp/flexi-streams: Stabilize 1.0.19 x86, #930217

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-lisp/flexi-streams/flexi-streams-1.0.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/flexi-streams/flexi-streams-1.0.19.ebuild b/dev-lisp/flexi-streams/flexi-streams-1.0.19.ebuild
index 9c676913bfca..ba7bb2f4e2d4 100644
--- a/dev-lisp/flexi-streams/flexi-streams-1.0.19.ebuild
+++ b/dev-lisp/flexi-streams/flexi-streams-1.0.19.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 
 IUSE="test"
 RESTRICT="!test? ( test )"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/flexi-streams/
@ 2024-04-24 17:30 Arthur Zamarin
  0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2024-04-24 17:30 UTC (permalink / raw
  To: gentoo-commits

commit:     016158d49536bf00b48e5cd8b281f1f4f2e14dd0
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 24 17:30:32 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 24 17:30:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016158d4

dev-lisp/flexi-streams: drop 1.0.16, 1.0.17, EAPI6--

Closes: https://bugs.gentoo.org/930217
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-lisp/flexi-streams/Manifest                    |  2 --
 dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild | 25 ----------------------
 dev-lisp/flexi-streams/flexi-streams-1.0.17.ebuild | 25 ----------------------
 3 files changed, 52 deletions(-)

diff --git a/dev-lisp/flexi-streams/Manifest b/dev-lisp/flexi-streams/Manifest
index 2c10e3f67e50..7db7cf6b772c 100644
--- a/dev-lisp/flexi-streams/Manifest
+++ b/dev-lisp/flexi-streams/Manifest
@@ -1,3 +1 @@
-DIST flexi-streams-1.0.16.tar.gz 135698 BLAKE2B 9d6d5b064f10d27ce60d5a8a6792b7c36e63d393f64c98148bfd9addd36483e1e4d9e2b699c0ae151c55d88e01bd86fea3197e082b001face2c44206229c3e21 SHA512 66b7c5231616c7a6095a52d6c679717795c9308e33487536a5e1b7f0d25f26aacd2579a76c351f8e16a967a0611456cbc97b3824f4d9cf4875b8e48b0c4f7c78
-DIST flexi-streams-1.0.17.tar.gz 135883 BLAKE2B 96670bffc8b53196d2138bff6bdcaaae74d3a9318bb637cb52914de0905be86d3d5ce40ed3f5f87deec75cbad609d339fc0656f8542ee05edae5c9c342430a90 SHA512 58a19214f74e00948dd5c15453cb68a65ad600a78fd7b637018914446a3953f68efa5e229b3d27e93464d8f273e82aa71d0fafe9b2ace77e40d23c5aea756d49
 DIST flexi-streams-1.0.19.tar.gz 393330 BLAKE2B 755f835ea7fe7edf0fd4ff317463a7ed86289aad428b4bbf461808900a9656711279de362a48c32d5ea8cb9933743b92c28729ad866950200d5d65bd7fab83c1 SHA512 03288868f86ce8c3c4ed63fb5f5f9d809bc0772834ef603793c861d09ad7ffb900c14021f1f1621111e7bd4ee3f0b0653985449391ee250d0f43385abbfdfdfa

diff --git a/dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild b/dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild
deleted file mode 100644
index f9d5b59764d1..000000000000
--- a/dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="Flexible bivalent streams for Common Lisp"
-HOMEPAGE="http://weitz.de/flexi-streams/
-		http://www.cliki.net/flexi-streams/"
-SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-		>=dev-lisp/trivial-gray-streams-20060925"
-
-src_install() {
-	common-lisp-install-sources *.lisp
-	common-lisp-install-asdf
-	dodoc doc/index.html
-}

diff --git a/dev-lisp/flexi-streams/flexi-streams-1.0.17.ebuild b/dev-lisp/flexi-streams/flexi-streams-1.0.17.ebuild
deleted file mode 100644
index 4af4c8bf3e96..000000000000
--- a/dev-lisp/flexi-streams/flexi-streams-1.0.17.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="Flexible bivalent streams for Common Lisp"
-HOMEPAGE="http://weitz.de/flexi-streams/
-		http://www.cliki.net/flexi-streams/"
-SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-		>=dev-lisp/trivial-gray-streams-20060925"
-
-src_install() {
-	common-lisp-install-sources *.lisp
-	common-lisp-install-asdf
-	dodoc docs/index.html
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/flexi-streams/
@ 2024-06-25 16:42 Jakov Smolić
  0 siblings, 0 replies; 15+ messages in thread
From: Jakov Smolić @ 2024-06-25 16:42 UTC (permalink / raw
  To: gentoo-commits

commit:     3fcfa2f65ea0a758b6cb5481e1e40969cd719cd0
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 16:42:16 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 16:42:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fcfa2f6

dev-lisp/flexi-streams: Keyword 1.0.19 riscv, #893500

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-lisp/flexi-streams/flexi-streams-1.0.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/flexi-streams/flexi-streams-1.0.19.ebuild b/dev-lisp/flexi-streams/flexi-streams-1.0.19.ebuild
index ba7bb2f4e2d4..3b609b6664d5 100644
--- a/dev-lisp/flexi-streams/flexi-streams-1.0.19.ebuild
+++ b/dev-lisp/flexi-streams/flexi-streams-1.0.19.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ppc ~riscv ~sparc x86"
 
 IUSE="test"
 RESTRICT="!test? ( test )"


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

end of thread, other threads:[~2024-06-25 16:42 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-05 15:33 [gentoo-commits] repo/gentoo:master commit in: dev-lisp/flexi-streams/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2024-06-25 16:42 Jakov Smolić
2024-04-24 17:30 Arthur Zamarin
2024-04-24 17:28 Arthur Zamarin
2024-04-20 23:48 Sam James
2023-12-20 19:45 Maciej Barć
2023-12-20 16:08 Michał Górny
2023-12-20 15:21 Sam James
2018-06-06 20:49 José María Alonso
2017-10-03 14:05 José María Alonso
2017-09-29 22:56 Thomas Deutschmann
2017-09-27 19:08 José María Alonso
2017-04-05 15:34 José María Alonso
2016-09-11 15:58 Ulrich Müller
2015-12-15 22:21 José María Alonso

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