public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-irc/irssi-otr/
@ 2015-10-15 11:52 Michael Palimaka
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2015-10-15 11:52 UTC (permalink / raw
  To: gentoo-commits

commit:     59ff3d04dae1a5531ada5d2ece6fcd7cf76340bf
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 11:52:08 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 11:52:42 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59ff3d04

net-irc/irssi-otr: fix multilib-strict

Gentoo-bug: 549524

Package-Manager: portage-2.2.20.1

 net-irc/irssi-otr/irssi-otr-1.0.0-r1.ebuild | 37 +++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/net-irc/irssi-otr/irssi-otr-1.0.0-r1.ebuild b/net-irc/irssi-otr/irssi-otr-1.0.0-r1.ebuild
new file mode 100644
index 0000000..8c11220
--- /dev/null
+++ b/net-irc/irssi-otr/irssi-otr-1.0.0-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools-utils multilib
+
+DESCRIPTION="Off-The-Record messaging (OTR) for irssi"
+HOMEPAGE="https://github.com/cryptodotis/irssi-otr"
+SRC_URI="https://github.com/cryptodotis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+IUSE=""
+
+# please note >=libotr-4.1.0 is required due to critical bugfix
+# d748757e581b74e7298df155ad49174cb914102b, see README.md
+RDEPEND="
+	>=dev-libs/glib-2.22.0:2
+	>=dev-libs/libgcrypt-1.2.0:0
+	>=net-libs/libotr-4.1.0
+	>=net-irc/irssi-0.8.15[perl]"
+
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+AUTOTOOLS_AUTORECONF="yes"
+DOCS=( README.md )
+PATCHES=( "${FILESDIR}/${P}-cflags.patch" )
+
+src_prepare() {
+	autotools-utils_src_prepare
+
+	sed -i -e "s|/usr/lib/irssi/modules|/usr/$(get_libdir)/irssi/modules|" configure.ac || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-irc/irssi-otr/
@ 2015-10-16 11:02 Mikle Kolyada
  0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2015-10-16 11:02 UTC (permalink / raw
  To: gentoo-commits

commit:     bedd6149ef55e1b3deaad12c16d738946771065a
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 10:56:16 2015 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 11:00:07 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bedd6149

net-irc/irssi-otr: amd64/x86 stable wrt bug #530998

Package-Manager: portage-2.2.20.1

 net-irc/irssi-otr/irssi-otr-1.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/irssi-otr/irssi-otr-1.0.0-r1.ebuild b/net-irc/irssi-otr/irssi-otr-1.0.0-r1.ebuild
index 8c11220..eecc56c 100644
--- a/net-irc/irssi-otr/irssi-otr-1.0.0-r1.ebuild
+++ b/net-irc/irssi-otr/irssi-otr-1.0.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/cryptodotis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~sparc x86"
 IUSE=""
 
 # please note >=libotr-4.1.0 is required due to critical bugfix


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

* [gentoo-commits] repo/gentoo:master commit in: net-irc/irssi-otr/
@ 2015-10-16 13:56 Michael Palimaka
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2015-10-16 13:56 UTC (permalink / raw
  To: gentoo-commits

commit:     0fac2c9dbc987ad3c185cea525524bc960bb27fd
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 13:56:23 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 13:56:45 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fac2c9d

net-irc/irssi-otr: remove old

Package-Manager: portage-2.2.20.1

 net-irc/irssi-otr/Manifest                |  2 --
 net-irc/irssi-otr/irssi-otr-0.2.ebuild    | 40 ----------------------------
 net-irc/irssi-otr/irssi-otr-0.3-r1.ebuild | 43 -------------------------------
 net-irc/irssi-otr/irssi-otr-1.0.0.ebuild  | 31 ----------------------
 4 files changed, 116 deletions(-)

diff --git a/net-irc/irssi-otr/Manifest b/net-irc/irssi-otr/Manifest
index 734d76f..daf890f 100644
--- a/net-irc/irssi-otr/Manifest
+++ b/net-irc/irssi-otr/Manifest
@@ -1,3 +1 @@
-DIST irssi-otr-0.2.tar.gz 28618 SHA256 fbdf4375056cf5122e7aebd624364d1201f7c7473e1876f2c28dd009b7628c11 SHA512 03ddec87c5fea0e3ad60fafdcebd49340978f41dc8bf9fb5918d90aca61d1fa69634b2304b46b25822f00e3bd258e0953d8d9436384e5bfee036f36d512b08aa WHIRLPOOL d7ff7057feec54b7de48aa4d13710d3894eada1c0b5f80d324f8007b69e3e50f3e7f0976837bb129a7cf1837ff55d6960300677cf6c0d5e0673d57fff32115ec
-DIST irssi-otr-0.3.tar.gz 33514 SHA256 816cb13794c0efa33ee1618a4e926b3f1c3587c675ad3cc44b4f8de3b1b2c60e SHA512 3a3ad788b94887c6bedf6b172cd2267ac4d88fa4a78f7d2c5a8728ea9cb261339bbae1e975cbf44e5d1ec557865342cafc8beb716887ffd92742a9cd407e9f8f WHIRLPOOL ed0100ac58fa23a87b60fe5205bcd8469573df0432d9a4d9b40ddc2ba919db4a169b2cbc3410b8690f0b57e49f42e2c7f0dd46e66c8139f4c94528f6b30bf0f5
 DIST irssi-otr-1.0.0.tar.gz 39481 SHA256 bad09a2853ea6fb1a7af42c8f15868fd3ce45f973be90c78944ddf04f8ab517e SHA512 988e50b9df430511ae21a9128ffd27ad27efc102aaa10ec59992c6e642f38dd776396a0768021e3a0588d2a8c30e6316a7b0720d31a05ac21bb47055b0d8c488 WHIRLPOOL 998dc495fb600e635ba342162efc153483fe838d5466995ab248d3c1da358f0cf538d020280157ffffcbe27fbe91b504ed48d1ce28bb396515f560f1fe9197f4

diff --git a/net-irc/irssi-otr/irssi-otr-0.2.ebuild b/net-irc/irssi-otr/irssi-otr-0.2.ebuild
deleted file mode 100644
index ec098cc..0000000
--- a/net-irc/irssi-otr/irssi-otr-0.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=2
-
-inherit cmake-utils eutils
-
-DESCRIPTION="Off-The-Record messaging (OTR) for irssi"
-HOMEPAGE="http://irssi-otr.tuxfamily.org"
-
-# This should probably be exported by cmake-utils as a variable
-CMAKE_BINARY_DIR="${WORKDIR}"/${PN}_build
-mycmakeargs="-DDOCDIR=/usr/share/doc/${PF}"
-
-SRC_URI="ftp://download.tuxfamily.org/irssiotr/${PF}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~sparc x86"
-IUSE="debug"
-
-RDEPEND="<net-libs/libotr-4
-	dev-libs/glib
-	dev-libs/libgcrypt:0
-	dev-libs/libgpg-error
-	|| (
-		net-irc/irssi
-		net-irc/irssi-svn
-	)"
-
-DEPEND="${RDEPEND}
-	>=dev-util/cmake-2.4.7
-	virtual/pkgconfig
-	dev-lang/python"
-
-src_install() {
-	cmake-utils_src_install
-	rm "${D}"/usr/share/doc/${PF}/LICENSE
-	prepalldocs
-}

diff --git a/net-irc/irssi-otr/irssi-otr-0.3-r1.ebuild b/net-irc/irssi-otr/irssi-otr-0.3-r1.ebuild
deleted file mode 100644
index ad5d9dc..0000000
--- a/net-irc/irssi-otr/irssi-otr-0.3-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-inherit cmake-utils python-any-r1
-
-DESCRIPTION="Off-The-Record messaging (OTR) for irssi"
-HOMEPAGE="http://irssi-otr.tuxfamily.org"
-SRC_URI="ftp://download.tuxfamily.org/irssiotr/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~sparc ~x86"
-IUSE="debug"
-
-RDEPEND="<net-libs/libotr-4
-	dev-libs/glib:2
-	dev-libs/libgcrypt:0
-	dev-libs/libgpg-error
-	net-irc/irssi"
-
-DEPEND="${PYTHON_DEPS}
-	${RDEPEND}
-	virtual/pkgconfig"
-
-DOCS=( README )
-
-src_prepare() {
-	# do not install docs through buildsystem
-	sed -i -e '/README LICENSE/d' CMakeLists.txt || die 'sed on CMakeLists.txt failed'
-
-	cmake-utils_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DDOCDIR="/usr/share/doc/${PF}"
-	)
-	cmake-utils_src_configure
-}

diff --git a/net-irc/irssi-otr/irssi-otr-1.0.0.ebuild b/net-irc/irssi-otr/irssi-otr-1.0.0.ebuild
deleted file mode 100644
index e7d8763..0000000
--- a/net-irc/irssi-otr/irssi-otr-1.0.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools-utils
-
-DESCRIPTION="Off-The-Record messaging (OTR) for irssi"
-HOMEPAGE="https://github.com/cryptodotis/irssi-otr"
-SRC_URI="https://github.com/cryptodotis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~sparc x86"
-IUSE=""
-
-# please note >=libotr-4.1.0 is required due to critical bugfix
-# d748757e581b74e7298df155ad49174cb914102b, see README.md
-RDEPEND="
-	>=dev-libs/glib-2.22.0:2
-	>=dev-libs/libgcrypt-1.2.0:0
-	>=net-libs/libotr-4.1.0
-	>=net-irc/irssi-0.8.15[perl]"
-
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-AUTOTOOLS_AUTORECONF="yes"
-DOCS=( README.md )
-PATCHES=( "${FILESDIR}/${P}-cflags.patch" )


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

* [gentoo-commits] repo/gentoo:master commit in: net-irc/irssi-otr/
@ 2016-01-17 23:10 Patrice Clement
  0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2016-01-17 23:10 UTC (permalink / raw
  To: gentoo-commits

commit:     16e6aae461a0f48006ff46dda017ea156e4f000c
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 23:02:55 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 23:09:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e6aae4

net-irc/irssi-otr: Add myself to the maintainers list.

Package-Manager: portage-2.2.26
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 net-irc/irssi-otr/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/net-irc/irssi-otr/metadata.xml b/net-irc/irssi-otr/metadata.xml
index ff60bc4..52dfe67 100644
--- a/net-irc/irssi-otr/metadata.xml
+++ b/net-irc/irssi-otr/metadata.xml
@@ -5,4 +5,8 @@
 	<upstream>
 		<remote-id type="github">cryptodotis/irssi-otr</remote-id>
 	</upstream>
+	<maintainer>
+		<email>monsieurp@gentoo.org</email>
+		<name>Patrice Clement</name>
+	</maintainer>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: net-irc/irssi-otr/
@ 2018-04-26 22:00 Patrice Clement
  0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2018-04-26 22:00 UTC (permalink / raw
  To: gentoo-commits

commit:     54fb4ffe33eb8942b7f7ef2c93824684bfcf5349
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 26 21:59:54 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Apr 26 22:00:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54fb4ffe

net-irc/irssi-otr: stable for amd64.

Bug: https://bugs.gentoo.org/654066
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-irc/irssi-otr/irssi-otr-1.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-irc/irssi-otr/irssi-otr-1.0.2.ebuild b/net-irc/irssi-otr/irssi-otr-1.0.2.ebuild
index 6d49124e48a..ee7b3ae69ac 100644
--- a/net-irc/irssi-otr/irssi-otr-1.0.2.ebuild
+++ b/net-irc/irssi-otr/irssi-otr-1.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/cryptodotis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~sparc ~x86"
 
 RDEPEND="
 	dev-libs/glib:2


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

* [gentoo-commits] repo/gentoo:master commit in: net-irc/irssi-otr/
@ 2018-04-27 21:08 Sergei Trofimovich
  0 siblings, 0 replies; 8+ messages in thread
From: Sergei Trofimovich @ 2018-04-27 21:08 UTC (permalink / raw
  To: gentoo-commits

commit:     7f6491295725c9b602079af2afb6da2544f3cc3f
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Fri Apr 27 17:52:50 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Apr 27 21:08:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f649129

net-irc/irssi-otr: stable 1.0.2 for sparc

Bug: https://bugs.gentoo.org/654066
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 net-irc/irssi-otr/irssi-otr-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/irssi-otr/irssi-otr-1.0.2.ebuild b/net-irc/irssi-otr/irssi-otr-1.0.2.ebuild
index ee7b3ae69ac..d65ab2b75fb 100644
--- a/net-irc/irssi-otr/irssi-otr-1.0.2.ebuild
+++ b/net-irc/irssi-otr/irssi-otr-1.0.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/cryptodotis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~sparc ~x86"
+KEYWORDS="amd64 ~hppa sparc ~x86"
 
 RDEPEND="
 	dev-libs/glib:2


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

* [gentoo-commits] repo/gentoo:master commit in: net-irc/irssi-otr/
@ 2018-05-02 16:33 Thomas Deutschmann
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas Deutschmann @ 2018-05-02 16:33 UTC (permalink / raw
  To: gentoo-commits

commit:     02c5df6530edaa599a2d399bee1a73e3ae84ea85
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed May  2 16:21:05 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed May  2 16:32:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c5df65

net-irc/irssi-otr: x86 stable (bug #654066)

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 net-irc/irssi-otr/irssi-otr-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/irssi-otr/irssi-otr-1.0.2.ebuild b/net-irc/irssi-otr/irssi-otr-1.0.2.ebuild
index d65ab2b75fb..4edaa45a5fb 100644
--- a/net-irc/irssi-otr/irssi-otr-1.0.2.ebuild
+++ b/net-irc/irssi-otr/irssi-otr-1.0.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/cryptodotis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa sparc ~x86"
+KEYWORDS="amd64 ~hppa sparc x86"
 
 RDEPEND="
 	dev-libs/glib:2


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

* [gentoo-commits] repo/gentoo:master commit in: net-irc/irssi-otr/
@ 2019-03-09 11:48 Mikle Kolyada
  0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2019-03-09 11:48 UTC (permalink / raw
  To: gentoo-commits

commit:     424b14c84dcbbaff7f364df9863a34bf15750638
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  9 11:48:10 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Mar  9 11:48:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=424b14c8

net-irc/irssi-otr: block irssi-1.2* as it has built-in otr

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-irc/irssi-otr/irssi-otr-1.0.0-r1.ebuild | 3 ++-
 net-irc/irssi-otr/irssi-otr-1.0.2.ebuild    | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-irc/irssi-otr/irssi-otr-1.0.0-r1.ebuild b/net-irc/irssi-otr/irssi-otr-1.0.0-r1.ebuild
index acbe377b4c6..adc29addfcb 100644
--- a/net-irc/irssi-otr/irssi-otr-1.0.0-r1.ebuild
+++ b/net-irc/irssi-otr/irssi-otr-1.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,6 +17,7 @@ IUSE=""
 # please note >=libotr-4.1.0 is required due to critical bugfix
 # d748757e581b74e7298df155ad49174cb914102b, see README.md
 RDEPEND="
+	!=net-irc/irssi-1.2*
 	>=dev-libs/glib-2.22.0:2
 	>=dev-libs/libgcrypt-1.2.0:0
 	>=net-libs/libotr-4.1.0

diff --git a/net-irc/irssi-otr/irssi-otr-1.0.2.ebuild b/net-irc/irssi-otr/irssi-otr-1.0.2.ebuild
index f9338b3ea99..5a4cc0eb98d 100644
--- a/net-irc/irssi-otr/irssi-otr-1.0.2.ebuild
+++ b/net-irc/irssi-otr/irssi-otr-1.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,6 +14,7 @@ SLOT="0"
 KEYWORDS="amd64 hppa sparc x86"
 
 RDEPEND="
+	!=net-irc/irssi-1.2*
 	dev-libs/glib:2
 	>=dev-libs/libgcrypt-1.7.3
 	>=net-libs/libotr-4.1.0


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

end of thread, other threads:[~2019-03-09 11:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-16 11:02 [gentoo-commits] repo/gentoo:master commit in: net-irc/irssi-otr/ Mikle Kolyada
  -- strict thread matches above, loose matches on Subject: below --
2019-03-09 11:48 Mikle Kolyada
2018-05-02 16:33 Thomas Deutschmann
2018-04-27 21:08 Sergei Trofimovich
2018-04-26 22:00 Patrice Clement
2016-01-17 23:10 Patrice Clement
2015-10-16 13:56 Michael Palimaka
2015-10-15 11:52 Michael Palimaka

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