* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
@ 2016-10-09 7:56 Pacho Ramos
0 siblings, 0 replies; 28+ messages in thread
From: Pacho Ramos @ 2016-10-09 7:56 UTC (permalink / raw
To: gentoo-commits
commit: 05b9cf9e21834e7f2e90d464cd7ebfd5884c32c0
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 9 07:54:11 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct 9 07:55:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05b9cf9e
app-i18n/tomoe: Drop old
Package-Manager: portage-2.3.1
app-i18n/tomoe/tomoe-0.6.0-r1.ebuild | 88 ------------------------------------
1 file changed, 88 deletions(-)
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r1.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r1.ebuild
deleted file mode 100644
index b2c5cbc..00000000
--- a/app-i18n/tomoe/tomoe-0.6.0-r1.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-PYTHON_DEPEND="python? 2"
-inherit autotools eutils multilib python
-
-DESCRIPTION="Japanese handwriting recognition engine"
-HOMEPAGE="http://tomoe.sourceforge.jp/"
-SRC_URI="mirror://sourceforge/tomoe/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc hyperestraier mysql ruby python static-libs subversion"
-
-RDEPEND=">=dev-libs/glib-2.4
- ruby? ( dev-ruby/ruby-glib2 )
- hyperestraier? ( app-text/hyperestraier )
- subversion? (
- >=dev-libs/apr-1
- dev-vcs/subversion
- )
- mysql? ( dev-db/mysql )
- python? (
- dev-python/pygobject:2
- dev-python/pygtk:2
- )"
-# test? ( app-dicts/uconv )
-
-DEPEND="${DEPEND}
- dev-util/gtk-doc-am
- dev-util/intltool
- virtual/pkgconfig
- doc? ( dev-util/gtk-doc )"
-
-RESTRICT="test"
-
-pkg_setup() {
- if use python ; then
- python_set_active_version 2
- fi
-}
-
-src_prepare() {
- epatch \
- "${FILESDIR}/${P}-export-symbols.patch" \
- "${FILESDIR}/${P}-ldflags.patch" \
- "${FILESDIR}/${P}-glib232.patch"
-
- if ! use hyperestraier ; then
- sed -i -e "s/use_est=yes/use_est=no/" configure.ac || die
- fi
- if ! use mysql ; then
- sed -i -e "s/use_mysql=yes/use_mysql=no/" configure.ac || die
- fi
- if ! use subversion ; then
- sed -i -e "s/use_svn=yes/use_svn=no/" macros/svn.m4 || die
- fi
-
- eautoreconf
-}
-
-src_configure() {
- local myconf
-
- # --with-python b0rked
- use python || myconf="${myconf} --without-python"
-
- econf \
- $(use_enable doc gtk-doc) \
- $(use_with ruby) \
- $(use_enable static-libs static) \
- $(use_enable ruby dict-ruby) \
- ${myconf} || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
-
- find "${ED}/usr/$(get_libdir)/tomoe" \( -name '*.la' -o -name '*.a' \) -type f -delete || die
- if ! use static-libs ; then
- find "${ED}" -name '*.la' -type f -delete || die
- fi
-
- dodoc AUTHORS ChangeLog NEWS TODO || die
-}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
@ 2016-11-13 10:32 Hans de Graaff
0 siblings, 0 replies; 28+ messages in thread
From: Hans de Graaff @ 2016-11-13 10:32 UTC (permalink / raw
To: gentoo-commits
commit: c8cb4816c29b133c49bc5d954032c042e571f3c5
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 13 09:35:11 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Nov 13 10:31:14 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8cb4816
app-i18n/tomoe: drop to ~x86 due to bug 587024
Package-Manager: portage-2.3.0
app-i18n/tomoe/tomoe-0.6.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild
index 7617563..f9b8782 100644
--- a/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild
+++ b/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/tomoe/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~x86"
IUSE="doc hyperestraier mysql ruby python static-libs subversion"
RDEPEND=">=dev-libs/glib-2.4
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
@ 2017-08-05 14:47 Akinori Hattori
0 siblings, 0 replies; 28+ messages in thread
From: Akinori Hattori @ 2017-08-05 14:47 UTC (permalink / raw
To: gentoo-commits
commit: 231f4e431067c62ba7684fe80050e5a5e9d8d279
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 5 14:38:22 2017 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Aug 5 14:47:31 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=231f4e43
app-i18n/tomoe: update to EAPI 6
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-i18n/tomoe/metadata.xml | 23 +++++-----
app-i18n/tomoe/tomoe-0.6.0-r2.ebuild | 84 +++++++++++++-----------------------
2 files changed, 42 insertions(+), 65 deletions(-)
diff --git a/app-i18n/tomoe/metadata.xml b/app-i18n/tomoe/metadata.xml
index 4d49745ebe5..216815207e4 100644
--- a/app-i18n/tomoe/metadata.xml
+++ b/app-i18n/tomoe/metadata.xml
@@ -1,16 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>cjk@gentoo.org</email>
- <name>Cjk</name>
- </maintainer>
- <use>
- <flag name="hyperestraier">Enable support for
- <pkg>app-text/hyperestraier</pkg></flag>
- </use>
- <upstream>
- <remote-id type="sourceforge">tomoe</remote-id>
- <remote-id type="sourceforge-jp">tomoe</remote-id>
- </upstream>
+ <maintainer type="project">
+ <email>cjk@gentoo.org</email>
+ <name>Cjk</name>
+ </maintainer>
+ <use>
+ <flag name="hyperestraier">Enable support for <pkg>app-text/hyperestraier</pkg></flag>
+ </use>
+ <upstream>
+ <remote-id type="sourceforge">tomoe</remote-id>
+ <remote-id type="sourceforge-jp">tomoe</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild
index 94c10714110..b922e94e490 100644
--- a/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild
+++ b/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-
+EAPI="6"
PYTHON_COMPAT=( python2_7 )
-inherit autotools eutils multilib python-single-r1
+
+inherit autotools ltprune python-single-r1
DESCRIPTION="Japanese handwriting recognition engine"
HOMEPAGE="http://tomoe.sourceforge.jp/"
@@ -13,80 +13,58 @@ SRC_URI="mirror://sourceforge/tomoe/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ~x86"
-IUSE="doc hyperestraier mysql ruby python static-libs subversion"
+IUSE="hyperestraier mysql python ruby static-libs subversion"
+RESTRICT="test"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RDEPEND=">=dev-libs/glib-2.4
- ruby? ( dev-ruby/ruby-glib2 )
+RDEPEND="dev-libs/glib:2
hyperestraier? ( app-text/hyperestraier )
- subversion? (
- >=dev-libs/apr-1
- dev-vcs/subversion
- )
mysql? ( dev-db/mysql )
python? (
${PYTHON_DEPS}
dev-python/pygobject:2[${PYTHON_USEDEP}]
dev-python/pygtk:2[${PYTHON_USEDEP}]
- )"
-# test? ( app-dicts/uconv )
-
-DEPEND="${DEPEND}
+ )
+ ruby? ( dev-ruby/ruby-glib2 )
+ subversion? ( dev-vcs/subversion )"
+DEPEND="${RDEPEND}
dev-util/gtk-doc-am
dev-util/intltool
- virtual/pkgconfig
- doc? ( dev-util/gtk-doc )"
-
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
+ virtual/pkgconfig"
-RESTRICT="test"
+PATCHES=(
+ "${FILESDIR}"/${PN}-gentoo.patch
+ "${FILESDIR}"/${PN}-export-symbols.patch
+ "${FILESDIR}"/${PN}-glib-2.32.patch
+)
pkg_setup() {
- if use python ; then
- python-single-r1_pkg_setup
- fi
+ use python && python-single-r1_pkg_setup
}
src_prepare() {
- epatch \
- "${FILESDIR}/${PN}-gentoo.patch" \
- "${FILESDIR}/${PN}-export-symbols.patch" \
- "${FILESDIR}/${PN}-glib-2.32.patch"
+ sed -i \
+ -e "s/use_est=yes/use_est=$(usex hyperestraier)/" \
+ -e "s/use_mysql=yes/use_mysql=$(usex mysql)/" \
+ configure.ac
- if ! use hyperestraier ; then
- sed -i -e "s/use_est=yes/use_est=no/" configure.ac || die
- fi
- if ! use mysql ; then
- sed -i -e "s/use_mysql=yes/use_mysql=no/" configure.ac || die
- fi
- if ! use subversion ; then
- sed -i -e "s/use_svn=yes/use_svn=no/" macros/svn.m4 || die
- fi
+ sed -i "s/use_svn=yes/use_svn=$(usex subversion)/" macros/svn.m4
+ default
eautoreconf
}
src_configure() {
- local myconf
-
- # --with-python b0rked hard
- unset PYTHON
- use python || myconf="${myconf} --without-python"
-
econf \
- $(use_enable doc gtk-doc) \
- $(use_with ruby) \
- $(use_enable static-libs static) \
$(use_enable ruby dict-ruby) \
- ${myconf} || die
+ $(use_enable static-libs static) \
+ $(use_with python python "") \
+ $(use_with ruby) \
+ --with-svn-include="${EPREFIX}"/usr/include \
+ --with-svn-lib="${EPREFIX}"/usr/$(get_libdir)
}
src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
-
- find "${ED}/usr/$(get_libdir)/tomoe" \( -name '*.la' -o -name '*.a' \) -type f -delete || die
- if ! use static-libs ; then
- find "${ED}" -name '*.la' -type f -delete || die
- fi
-
- dodoc AUTHORS ChangeLog NEWS TODO || die
+ default
+ prune_libtool_files --modules
}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
@ 2017-08-05 14:47 Akinori Hattori
0 siblings, 0 replies; 28+ messages in thread
From: Akinori Hattori @ 2017-08-05 14:47 UTC (permalink / raw
To: gentoo-commits
commit: aa6765c3bbab20a795c088b52cf202694b0f8f9a
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 5 14:39:57 2017 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Aug 5 14:47:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa6765c3
app-i18n/tomoe: update HOMEPAGE
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-i18n/tomoe/tomoe-0.6.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild
index b922e94e490..ba57fe79cba 100644
--- a/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild
+++ b/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 )
inherit autotools ltprune python-single-r1
DESCRIPTION="Japanese handwriting recognition engine"
-HOMEPAGE="http://tomoe.sourceforge.jp/"
-SRC_URI="mirror://sourceforge/tomoe/${P}.tar.gz"
+HOMEPAGE="http://tomoe.osdn.jp/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
@ 2017-08-05 14:47 Akinori Hattori
0 siblings, 0 replies; 28+ messages in thread
From: Akinori Hattori @ 2017-08-05 14:47 UTC (permalink / raw
To: gentoo-commits
commit: 7353a9cb9c319bfbd76e1ff531a176261ee647ff
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 5 14:42:08 2017 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Aug 5 14:47:33 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7353a9cb
app-i18n/tomoe: depend on virtual/libmysqlclient
Gentoo-Bug: 508796
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-i18n/tomoe/tomoe-0.6.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild
index ba57fe79cba..6fe794e094e 100644
--- a/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild
+++ b/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild
@@ -19,7 +19,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="dev-libs/glib:2
hyperestraier? ( app-text/hyperestraier )
- mysql? ( dev-db/mysql )
+ mysql? ( virtual/libmysqlclient )
python? (
${PYTHON_DEPS}
dev-python/pygobject:2[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
@ 2017-08-12 13:44 Akinori Hattori
0 siblings, 0 replies; 28+ messages in thread
From: Akinori Hattori @ 2017-08-12 13:44 UTC (permalink / raw
To: gentoo-commits
commit: 6f22814a7ef379d1e82d202280a6756039deb5c8
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 13:43:07 2017 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 13:43:54 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f22814a
app-i18n/tomoe: add ruby24
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-i18n/tomoe/tomoe-0.6.0-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
index be597455715..ad56ff62bd1 100644
--- a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
+++ b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
@@ -3,7 +3,7 @@
EAPI="6"
PYTHON_COMPAT=( python2_7 )
-USE_RUBY="ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24"
inherit autotools ltprune python-single-r1 ruby-single
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
@ 2018-03-04 6:51 Thomas Deutschmann
0 siblings, 0 replies; 28+ messages in thread
From: Thomas Deutschmann @ 2018-03-04 6:51 UTC (permalink / raw
To: gentoo-commits
commit: 5b67fb3d4503ba7d83987775d5139840fceb97ff
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 4 06:14:23 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Mar 4 06:45:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b67fb3d
app-i18n/tomoe: x86 stable (bug #648912)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-i18n/tomoe/tomoe-0.6.0-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
index ad56ff62bd1..183479bb5c8 100644
--- a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
+++ b/app-i18n/tomoe/tomoe-0.6.0-r3.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"
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="hyperestraier mysql python ruby ${USE_RUBY//ruby/ruby_targets_ruby} static-libs subversion"
RESTRICT="test"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
@ 2018-03-05 14:31 Agostino Sarubbo
0 siblings, 0 replies; 28+ messages in thread
From: Agostino Sarubbo @ 2018-03-05 14:31 UTC (permalink / raw
To: gentoo-commits
commit: 90f0b562f5356a6761dbd465a34ebd20057145be
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 5 14:29:42 2018 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Mar 5 14:30:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f0b562
app-i18n/tomoe: amd64 stable wrt bug #648912
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"
app-i18n/tomoe/tomoe-0.6.0-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
index 183479bb5c8..dfa2430580e 100644
--- a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
+++ b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="hyperestraier mysql python ruby ${USE_RUBY//ruby/ruby_targets_ruby} static-libs subversion"
RESTRICT="test"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
@ 2018-04-03 16:40 Mike Gilbert
0 siblings, 0 replies; 28+ messages in thread
From: Mike Gilbert @ 2018-04-03 16:40 UTC (permalink / raw
To: gentoo-commits
commit: a7030a4c8d68d0f98cca41a84728cb19b3ed9090
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Tue Apr 3 02:08:31 2018 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Apr 3 16:38:38 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7030a4c
app-i18n/tomoe: Delete old version (0.6.0-r2).
Closes: https://bugs.gentoo.org/648746
app-i18n/tomoe/tomoe-0.6.0-r2.ebuild | 70 ------------------------------------
1 file changed, 70 deletions(-)
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild
deleted file mode 100644
index 6fe794e094e..00000000000
--- a/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools ltprune python-single-r1
-
-DESCRIPTION="Japanese handwriting recognition engine"
-HOMEPAGE="http://tomoe.osdn.jp/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="hyperestraier mysql python ruby static-libs subversion"
-RESTRICT="test"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="dev-libs/glib:2
- hyperestraier? ( app-text/hyperestraier )
- mysql? ( virtual/libmysqlclient )
- python? (
- ${PYTHON_DEPS}
- dev-python/pygobject:2[${PYTHON_USEDEP}]
- dev-python/pygtk:2[${PYTHON_USEDEP}]
- )
- ruby? ( dev-ruby/ruby-glib2 )
- subversion? ( dev-vcs/subversion )"
-DEPEND="${RDEPEND}
- dev-util/gtk-doc-am
- dev-util/intltool
- virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-gentoo.patch
- "${FILESDIR}"/${PN}-export-symbols.patch
- "${FILESDIR}"/${PN}-glib-2.32.patch
-)
-
-pkg_setup() {
- use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
- sed -i \
- -e "s/use_est=yes/use_est=$(usex hyperestraier)/" \
- -e "s/use_mysql=yes/use_mysql=$(usex mysql)/" \
- configure.ac
-
- sed -i "s/use_svn=yes/use_svn=$(usex subversion)/" macros/svn.m4
-
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable ruby dict-ruby) \
- $(use_enable static-libs static) \
- $(use_with python python "") \
- $(use_with ruby) \
- --with-svn-include="${EPREFIX}"/usr/include \
- --with-svn-lib="${EPREFIX}"/usr/$(get_libdir)
-}
-
-src_install() {
- default
- prune_libtool_files --modules
-}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
@ 2018-04-27 7:09 Hans de Graaff
0 siblings, 0 replies; 28+ messages in thread
From: Hans de Graaff @ 2018-04-27 7:09 UTC (permalink / raw
To: gentoo-commits
commit: f30703f984eeafbaa5bd11519f61381e3f5845e5
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 05:24:51 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Apr 27 07:08:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f30703f9
app-i18n/tomoe: drop ruby22
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-i18n/tomoe/tomoe-0.6.0-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
index dfa2430580e..249cf77a563 100644
--- a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
+++ b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
@@ -3,7 +3,7 @@
EAPI="6"
PYTHON_COMPAT=( python2_7 )
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24"
inherit autotools ltprune python-single-r1 ruby-single
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
@ 2019-02-06 13:50 Akinori Hattori
0 siblings, 0 replies; 28+ messages in thread
From: Akinori Hattori @ 2019-02-06 13:50 UTC (permalink / raw
To: gentoo-commits
commit: 8f24304bad2593a2134ca4bc16e3dc9272dd9c07
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 6 13:48:06 2019 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Wed Feb 6 13:50:19 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f24304b
app-i18n/tomoe: add missing dependency
Closes: https://bugs.gentoo.org/667342
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
app-i18n/tomoe/tomoe-0.6.0-r3.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
index 249cf77a563..dd833dbdab4 100644
--- a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
+++ b/app-i18n/tomoe/tomoe-0.6.0-r3.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"
@@ -43,6 +43,7 @@ RDEPEND="dev-libs/glib:2
)
subversion? ( dev-vcs/subversion )"
DEPEND="${RDEPEND}
+ dev-util/glib-utils
dev-util/gtk-doc-am
dev-util/intltool
virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
@ 2019-02-06 13:50 Akinori Hattori
0 siblings, 0 replies; 28+ messages in thread
From: Akinori Hattori @ 2019-02-06 13:50 UTC (permalink / raw
To: gentoo-commits
commit: b9be94d2cfbf8e900cfe74eb51a1b7db0a4cf0a3
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 6 13:49:47 2019 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Wed Feb 6 13:50:20 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9be94d2
app-i18n/tomoe: drop ltprune
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
app-i18n/tomoe/tomoe-0.6.0-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
index dd833dbdab4..bc94bf4f37b 100644
--- a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
+++ b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
PYTHON_COMPAT=( python2_7 )
USE_RUBY="ruby23 ruby24"
-inherit autotools ltprune python-single-r1 ruby-single
+inherit autotools python-single-r1 ruby-single
DESCRIPTION="Japanese handwriting recognition engine"
HOMEPAGE="http://tomoe.osdn.jp/"
@@ -90,5 +90,5 @@ src_configure() {
src_install() {
default
- prune_libtool_files --modules
+ find "${ED}" -name '*.la' -delete || die
}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
@ 2019-04-09 5:53 Hans de Graaff
0 siblings, 0 replies; 28+ messages in thread
From: Hans de Graaff @ 2019-04-09 5:53 UTC (permalink / raw
To: gentoo-commits
commit: da26404db53d9e6cb2b209cc538a43cd8c58bfa3
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 9 10:23:28 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Apr 9 05:52:48 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da26404d
app-i18n/tomoe: drop ruby23
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
app-i18n/tomoe/tomoe-0.6.0-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
index bc94bf4f37b..9a406e4444a 100644
--- a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
+++ b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
@@ -3,7 +3,7 @@
EAPI="6"
PYTHON_COMPAT=( python2_7 )
-USE_RUBY="ruby23 ruby24"
+USE_RUBY="ruby24"
inherit autotools python-single-r1 ruby-single
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
@ 2019-08-24 10:30 Thomas Deutschmann
0 siblings, 0 replies; 28+ messages in thread
From: Thomas Deutschmann @ 2019-08-24 10:30 UTC (permalink / raw
To: gentoo-commits
commit: 6fcfe54a0fe9f4b0acc369bb23f62664235b2a33
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 24 09:34:09 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Aug 24 10:29:58 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fcfe54a
app-i18n/tomoe: migrate to dev-db/mysql-connector-c
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
app-i18n/tomoe/tomoe-0.6.0-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
index 9a406e4444a..89645ad03b5 100644
--- a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
+++ b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
@@ -31,7 +31,7 @@ unset -f _ruby_set_globals
RDEPEND="dev-libs/glib:2
hyperestraier? ( app-text/hyperestraier )
- mysql? ( virtual/libmysqlclient )
+ mysql? ( dev-db/mysql-connector-c:= )
python? (
${PYTHON_DEPS}
dev-python/pygobject:2[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
@ 2019-08-28 11:17 Thomas Deutschmann
0 siblings, 0 replies; 28+ messages in thread
From: Thomas Deutschmann @ 2019-08-28 11:17 UTC (permalink / raw
To: gentoo-commits
commit: f583b929793529003b0ca35a0fe1222a22e55721
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 11:11:44 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 11:17:30 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f583b929
app-i18n/tomoe: rev bump to ease migration to dev-db/mysql-connector-c
Commit 6fcfe54a0fe9f4b0acc369bb23f62664235b2a33 replaced
virtual/libmysqlclient dependency with dev-db/mysql-connector-c atom
without a rev bump.
To avoid unecessary user interaction for users not using emerge's
--changed-deps=y because we are already pushing towards removal of
virtual/libmysqlclient (see commit 08b83d736f77fd5dffa9cd5f6b1b44771726ce94),
this commit will now force the re-installation through rev bump
to ease migration.
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
app-i18n/tomoe/{tomoe-0.6.0-r3.ebuild => tomoe-0.6.0-r4.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r4.ebuild
similarity index 100%
rename from app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
rename to app-i18n/tomoe/tomoe-0.6.0-r4.ebuild
^ permalink raw reply [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
@ 2020-02-09 16:11 Michał Górny
0 siblings, 0 replies; 28+ messages in thread
From: Michał Górny @ 2020-02-09 16:11 UTC (permalink / raw
To: gentoo-commits
commit: 8336f41b125800f81f9ebaf1bfeb2388d3af04f4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 09:36:22 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:10:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8336f41b
app-i18n/tomoe: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-i18n/tomoe/{tomoe-0.6.0-r4.ebuild => tomoe-0.6.0-r5.ebuild} | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r4.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r5.ebuild
similarity index 92%
rename from app-i18n/tomoe/tomoe-0.6.0-r4.ebuild
rename to app-i18n/tomoe/tomoe-0.6.0-r5.ebuild
index 89645ad03b5..059d1e78dd7 100644
--- a/app-i18n/tomoe/tomoe-0.6.0-r4.ebuild
+++ b/app-i18n/tomoe/tomoe-0.6.0-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -34,8 +34,10 @@ RDEPEND="dev-libs/glib:2
mysql? ( dev-db/mysql-connector-c:= )
python? (
${PYTHON_DEPS}
- dev-python/pygobject:2[${PYTHON_USEDEP}]
- dev-python/pygtk:2[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}]
+ dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}]
+ ')
)
ruby? (
${RUBY_DEPS}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
@ 2020-03-09 19:29 Mike Gilbert
0 siblings, 0 replies; 28+ messages in thread
From: Mike Gilbert @ 2020-03-09 19:29 UTC (permalink / raw
To: gentoo-commits
commit: f70cc29909da06b6d42ec3e3429de29fbdc93d87
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Mon Mar 9 17:39:59 2020 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Mar 9 19:26:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f70cc299
app-i18n/tomoe: Fix Ruby usage.
Closes: https://bugs.gentoo.org/703908
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
app-i18n/tomoe/tomoe-0.6.0-r5.ebuild | 28 +++++++++++-----------------
1 file changed, 11 insertions(+), 17 deletions(-)
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r5.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r5.ebuild
index 059d1e78dd7..b988c4806ff 100644
--- a/app-i18n/tomoe/tomoe-0.6.0-r5.ebuild
+++ b/app-i18n/tomoe/tomoe-0.6.0-r5.ebuild
@@ -3,9 +3,9 @@
EAPI="6"
PYTHON_COMPAT=( python2_7 )
-USE_RUBY="ruby24"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-inherit autotools python-single-r1 ruby-single
+inherit autotools python-single-r1 ruby-utils
DESCRIPTION="Japanese handwriting recognition engine"
HOMEPAGE="http://tomoe.osdn.jp/"
@@ -17,17 +17,7 @@ KEYWORDS="amd64 x86"
IUSE="hyperestraier mysql python ruby ${USE_RUBY//ruby/ruby_targets_ruby} static-libs subversion"
RESTRICT="test"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
- ruby? ( || ( ${USE_RUBY//ruby/ruby_targets_ruby} ) )"
-
-_ruby_set_globals() {
- local ruby
- for ruby in ${USE_RUBY}; do
- RUBY_USEDEP="${RUBY_USEDEP}ruby_targets_${ruby}?,"
- done
- RUBY_USEDEP="${RUBY_USEDEP%,}"
-}
-_ruby_set_globals
-unset -f _ruby_set_globals
+ ruby? ( ^^ ( ${USE_RUBY//ruby/ruby_targets_ruby} ) )"
RDEPEND="dev-libs/glib:2
hyperestraier? ( app-text/hyperestraier )
@@ -40,8 +30,12 @@ RDEPEND="dev-libs/glib:2
')
)
ruby? (
- ${RUBY_DEPS}
- dev-ruby/ruby-glib2[${RUBY_USEDEP}]
+ $(for ruby in ${USE_RUBY}; do
+ echo "ruby_targets_${ruby}? (
+ $(_ruby_implementation_depend "${ruby}")
+ dev-ruby/ruby-glib2[ruby_targets_${ruby}]
+ )"
+ done)
)
subversion? ( dev-vcs/subversion )"
DEPEND="${RDEPEND}
@@ -75,7 +69,7 @@ src_prepare() {
src_configure() {
local ruby
- for ruby in ${RUBY_TARGETS_PREFERENCE}; do
+ for ruby in ${USE_RUBY}; do
if use ruby_targets_${ruby}; then
break
fi
@@ -85,7 +79,7 @@ src_configure() {
$(use_enable ruby dict-ruby) \
$(use_enable static-libs static) \
$(use_with python python "") \
- $(use_with ruby ruby "$(type -p ${ruby})") \
+ $(use_with ruby ruby "$(type -P ${ruby})") \
--with-svn-include="${EPREFIX}"/usr/include \
--with-svn-lib="${EPREFIX}"/usr/$(get_libdir)
}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
@ 2020-03-09 19:29 Mike Gilbert
0 siblings, 0 replies; 28+ messages in thread
From: Mike Gilbert @ 2020-03-09 19:29 UTC (permalink / raw
To: gentoo-commits
commit: f1cf0280d354f0fad01102adbebdc1750b096e14
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Mon Mar 9 17:51:15 2020 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Mar 9 19:26:45 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1cf0280
app-i18n/tomoe: Drop support for Ruby 2.4.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
app-i18n/tomoe/tomoe-0.6.0-r5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r5.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r5.ebuild
index b988c4806ff..9f94b8adc0c 100644
--- a/app-i18n/tomoe/tomoe-0.6.0-r5.ebuild
+++ b/app-i18n/tomoe/tomoe-0.6.0-r5.ebuild
@@ -3,7 +3,7 @@
EAPI="6"
PYTHON_COMPAT=( python2_7 )
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27"
inherit autotools python-single-r1 ruby-utils
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
@ 2020-04-30 18:37 Andreas Sturmlechner
0 siblings, 0 replies; 28+ messages in thread
From: Andreas Sturmlechner @ 2020-04-30 18:37 UTC (permalink / raw
To: gentoo-commits
commit: 774258d29b58d5f98231effd89470d9c2df21d71
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 30 18:13:40 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 30 18:18:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=774258d2
app-i18n/tomoe: Drop USE static-libs
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-i18n/tomoe/tomoe-0.6.0-r6.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
index 4be2663f575..00b0c32111b 100644
--- a/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
+++ b/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="hyperestraier mysql ruby ${USE_RUBY//ruby/ruby_targets_ruby} static-libs subversion"
+IUSE="hyperestraier mysql ruby ${USE_RUBY//ruby/ruby_targets_ruby} subversion"
REQUIRED_USE="ruby? ( ^^ ( ${USE_RUBY//ruby/ruby_targets_ruby} ) )"
RESTRICT="test"
@@ -65,7 +65,7 @@ src_configure() {
econf \
$(use_enable ruby dict-ruby) \
- $(use_enable static-libs static) \
+ --disable-static \
--without-python \
$(use_with ruby ruby "$(type -P ${ruby})") \
--with-svn-include="${EPREFIX}"/usr/include \
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
@ 2020-04-30 18:37 Andreas Sturmlechner
0 siblings, 0 replies; 28+ messages in thread
From: Andreas Sturmlechner @ 2020-04-30 18:37 UTC (permalink / raw
To: gentoo-commits
commit: 838214d13e6868434543459f6ebc30c087a14388
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 30 10:54:10 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 30 18:18:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=838214d1
app-i18n/tomoe: Drop USE python
Bug: https://bugs.gentoo.org/695012
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-i18n/tomoe/tomoe-0.6.0-r6.ebuild | 78 ++++++++++++++++++++++++++++++++++++
1 file changed, 78 insertions(+)
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
new file mode 100644
index 00000000000..4be2663f575
--- /dev/null
+++ b/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+USE_RUBY="ruby25 ruby26 ruby27"
+inherit autotools ruby-utils
+
+DESCRIPTION="Japanese handwriting recognition engine"
+HOMEPAGE="http://tomoe.osdn.jp/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="hyperestraier mysql ruby ${USE_RUBY//ruby/ruby_targets_ruby} static-libs subversion"
+REQUIRED_USE="ruby? ( ^^ ( ${USE_RUBY//ruby/ruby_targets_ruby} ) )"
+
+RESTRICT="test"
+
+RDEPEND="dev-libs/glib:2
+ hyperestraier? ( app-text/hyperestraier )
+ mysql? ( dev-db/mysql-connector-c:= )
+ ruby? (
+ $(for ruby in ${USE_RUBY}; do
+ echo "ruby_targets_${ruby}? (
+ $(_ruby_implementation_depend "${ruby}")
+ dev-ruby/ruby-glib2[ruby_targets_${ruby}]
+ )"
+ done)
+ )
+ subversion? ( dev-vcs/subversion )"
+DEPEND="${RDEPEND}
+ dev-util/glib-utils
+ dev-util/gtk-doc-am
+ dev-util/intltool
+ virtual/pkgconfig"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-gentoo.patch
+ "${FILESDIR}"/${PN}-export-symbols.patch
+ "${FILESDIR}"/${PN}-glib-2.32.patch
+ "${FILESDIR}"/${PN}-ruby19.patch
+)
+
+src_prepare() {
+ sed -i \
+ -e "s/use_est=yes/use_est=$(usex hyperestraier)/" \
+ -e "s/use_mysql=yes/use_mysql=$(usex mysql)/" \
+ configure.ac
+
+ sed -i "s/use_svn=yes/use_svn=$(usex subversion)/" macros/svn.m4
+
+ default
+ eautoreconf
+}
+
+src_configure() {
+ local ruby
+ for ruby in ${USE_RUBY}; do
+ if use ruby_targets_${ruby}; then
+ break
+ fi
+ done
+
+ econf \
+ $(use_enable ruby dict-ruby) \
+ $(use_enable static-libs static) \
+ --without-python \
+ $(use_with ruby ruby "$(type -P ${ruby})") \
+ --with-svn-include="${EPREFIX}"/usr/include \
+ --with-svn-lib="${EPREFIX}"/usr/$(get_libdir)
+}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
@ 2020-04-30 18:37 Andreas Sturmlechner
0 siblings, 0 replies; 28+ messages in thread
From: Andreas Sturmlechner @ 2020-04-30 18:37 UTC (permalink / raw
To: gentoo-commits
commit: 0d606e678da5c0f8cca1c9f98a9b1d870bfdca7e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 30 10:54:29 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 30 18:18:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d606e67
app-i18n/tomoe: Drop 0.6.0-r5
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-i18n/tomoe/tomoe-0.6.0-r5.ebuild | 90 ------------------------------------
1 file changed, 90 deletions(-)
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r5.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r5.ebuild
deleted file mode 100644
index 9f94b8adc0c..00000000000
--- a/app-i18n/tomoe/tomoe-0.6.0-r5.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_COMPAT=( python2_7 )
-USE_RUBY="ruby25 ruby26 ruby27"
-
-inherit autotools python-single-r1 ruby-utils
-
-DESCRIPTION="Japanese handwriting recognition engine"
-HOMEPAGE="http://tomoe.osdn.jp/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="hyperestraier mysql python ruby ${USE_RUBY//ruby/ruby_targets_ruby} static-libs subversion"
-RESTRICT="test"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
- ruby? ( ^^ ( ${USE_RUBY//ruby/ruby_targets_ruby} ) )"
-
-RDEPEND="dev-libs/glib:2
- hyperestraier? ( app-text/hyperestraier )
- mysql? ( dev-db/mysql-connector-c:= )
- python? (
- ${PYTHON_DEPS}
- $(python_gen_cond_dep '
- dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}]
- dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}]
- ')
- )
- ruby? (
- $(for ruby in ${USE_RUBY}; do
- echo "ruby_targets_${ruby}? (
- $(_ruby_implementation_depend "${ruby}")
- dev-ruby/ruby-glib2[ruby_targets_${ruby}]
- )"
- done)
- )
- subversion? ( dev-vcs/subversion )"
-DEPEND="${RDEPEND}
- dev-util/glib-utils
- dev-util/gtk-doc-am
- dev-util/intltool
- virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-gentoo.patch
- "${FILESDIR}"/${PN}-export-symbols.patch
- "${FILESDIR}"/${PN}-glib-2.32.patch
- "${FILESDIR}"/${PN}-ruby19.patch
-)
-
-pkg_setup() {
- use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
- sed -i \
- -e "s/use_est=yes/use_est=$(usex hyperestraier)/" \
- -e "s/use_mysql=yes/use_mysql=$(usex mysql)/" \
- configure.ac
-
- sed -i "s/use_svn=yes/use_svn=$(usex subversion)/" macros/svn.m4
-
- default
- eautoreconf
-}
-
-src_configure() {
- local ruby
- for ruby in ${USE_RUBY}; do
- if use ruby_targets_${ruby}; then
- break
- fi
- done
-
- econf \
- $(use_enable ruby dict-ruby) \
- $(use_enable static-libs static) \
- $(use_with python python "") \
- $(use_with ruby ruby "$(type -P ${ruby})") \
- --with-svn-include="${EPREFIX}"/usr/include \
- --with-svn-lib="${EPREFIX}"/usr/$(get_libdir)
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
@ 2021-10-12 13:24 Akinori Hattori
0 siblings, 0 replies; 28+ messages in thread
From: Akinori Hattori @ 2021-10-12 13:24 UTC (permalink / raw
To: gentoo-commits
commit: 647d7acd1a1dfcb912e5cc16cd67162301aa540f
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 12 13:19:07 2021 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue Oct 12 13:19:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=647d7acd
app-i18n/tomoe: update to EAPI 7
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
app-i18n/tomoe/tomoe-0.6.0-r6.ebuild | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
index ad6822db39c..27f3f0c86a8 100644
--- a/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
+++ b/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2006-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
-
+EAPI="7"
USE_RUBY="ruby25 ruby26 ruby27"
+
inherit autotools ruby-utils
DESCRIPTION="Japanese handwriting recognition engine"
@@ -14,9 +14,8 @@ LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="hyperestraier mysql ruby ${USE_RUBY//ruby/ruby_targets_ruby} subversion"
-REQUIRED_USE="ruby? ( ^^ ( ${USE_RUBY//ruby/ruby_targets_ruby} ) )"
-
RESTRICT="test"
+REQUIRED_USE="ruby? ( ^^ ( ${USE_RUBY//ruby/ruby_targets_ruby} ) )"
RDEPEND="dev-libs/glib:2
hyperestraier? ( app-text/hyperestraier )
@@ -30,8 +29,8 @@ RDEPEND="dev-libs/glib:2
done)
)
subversion? ( dev-vcs/subversion )"
-DEPEND="${RDEPEND}
- dev-util/glib-utils
+DEPEND="${RDEPEND}"
+BDEPEND="dev-util/glib-utils
dev-util/gtk-doc-am
dev-util/intltool
virtual/pkgconfig"
@@ -66,9 +65,9 @@ src_configure() {
econf \
$(use_enable ruby dict-ruby) \
+ $(use_with ruby ruby "$(type -P ${ruby})") \
--disable-static \
--without-python \
- $(use_with ruby ruby "$(type -P ${ruby})") \
--with-svn-include="${EPREFIX}"/usr/include \
--with-svn-lib="${EPREFIX}"/usr/$(get_libdir)
}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
@ 2022-04-26 5:41 Sam James
0 siblings, 0 replies; 28+ messages in thread
From: Sam James @ 2022-04-26 5:41 UTC (permalink / raw
To: gentoo-commits
commit: 4d5e6731775abd3d6285e60aa67a178f99e5f814
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 05:35:53 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 05:35:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d5e6731
app-i18n/tomoe: drop ruby25
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-i18n/tomoe/tomoe-0.6.0-r6.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
index 27f3f0c86a8d..d269665dd5e9 100644
--- a/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
+++ b/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
-USE_RUBY="ruby25 ruby26 ruby27"
+USE_RUBY="ruby26 ruby27"
inherit autotools ruby-utils
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
@ 2022-08-27 8:03 Sam James
0 siblings, 0 replies; 28+ messages in thread
From: Sam James @ 2022-08-27 8:03 UTC (permalink / raw
To: gentoo-commits
commit: fd7796600fa6ed3b22a23724189bec28c5005761
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 27 08:02:56 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 27 08:03:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd779660
app-i18n/tomoe: drop removed ruby26
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-i18n/tomoe/tomoe-0.6.0-r6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
index d269665dd5e9..37076dc45b98 100644
--- a/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
+++ b/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
-USE_RUBY="ruby26 ruby27"
+USE_RUBY="ruby27"
inherit autotools ruby-utils
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
@ 2023-03-29 8:49 Hans de Graaff
0 siblings, 0 replies; 28+ messages in thread
From: Hans de Graaff @ 2023-03-29 8:49 UTC (permalink / raw
To: gentoo-commits
commit: 9f9b718b76e1f536c824c08201bcdf523823056c
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 29 07:05:13 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Mar 29 08:49:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f9b718b
app-i18n/tomoe: enable ruby30
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
app-i18n/tomoe/tomoe-0.6.0-r6.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
index 37076dc45b98..87145f55e427 100644
--- a/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
+++ b/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
-USE_RUBY="ruby27"
+USE_RUBY="ruby27 ruby30"
inherit autotools ruby-utils
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
@ 2023-03-30 9:15 Hans de Graaff
0 siblings, 0 replies; 28+ messages in thread
From: Hans de Graaff @ 2023-03-30 9:15 UTC (permalink / raw
To: gentoo-commits
commit: 48feda5380ded168924f8ae44d6128a310522df3
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 30 09:15:15 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Mar 30 09:15:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48feda53
app-i18n/tomoe: disable ruby27
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
app-i18n/tomoe/tomoe-0.6.0-r6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
index 87145f55e427..adc6799eafdb 100644
--- a/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
+++ b/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
-USE_RUBY="ruby27 ruby30"
+USE_RUBY="ruby30"
inherit autotools ruby-utils
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
@ 2023-04-13 3:03 Sam James
0 siblings, 0 replies; 28+ messages in thread
From: Sam James @ 2023-04-13 3:03 UTC (permalink / raw
To: gentoo-commits
commit: 00b3a4eafe21ca76acfd35d28178868f79e76b31
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 12 11:40:00 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 13 03:01:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00b3a4ea
app-i18n/tomoe: enable ruby31, ruby32
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-i18n/tomoe/{tomoe-0.6.0-r6.ebuild => tomoe-0.6.0-r7.ebuild} | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r7.ebuild
similarity index 95%
rename from app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
rename to app-i18n/tomoe/tomoe-0.6.0-r7.ebuild
index adc6799eafdb..de9b2be61967 100644
--- a/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
+++ b/app-i18n/tomoe/tomoe-0.6.0-r7.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
-USE_RUBY="ruby30"
+EAPI=7
+
+USE_RUBY="ruby30 ruby31 ruby32"
inherit autotools ruby-utils
@@ -24,7 +25,7 @@ RDEPEND="dev-libs/glib:2
$(for ruby in ${USE_RUBY}; do
echo "ruby_targets_${ruby}? (
$(_ruby_implementation_depend "${ruby}")
- dev-ruby/ruby-glib2[ruby_targets_${ruby}]
+ dev-ruby/ruby-glib2[ruby_targets_${ruby}(-)]
)"
done)
)
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
@ 2024-11-08 14:22 Hans de Graaff
0 siblings, 0 replies; 28+ messages in thread
From: Hans de Graaff @ 2024-11-08 14:22 UTC (permalink / raw
To: gentoo-commits
commit: 6403b08b39b241d9ffa853d68ca8ec0c1c60bc49
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 8 14:21:43 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Nov 8 14:22:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6403b08b
app-i18n/tomoe: enable ruby33
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
app-i18n/tomoe/tomoe-0.6.0-r7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r7.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r7.ebuild
index 9c30888d458c..97b192512a00 100644
--- a/app-i18n/tomoe/tomoe-0.6.0-r7.ebuild
+++ b/app-i18n/tomoe/tomoe-0.6.0-r7.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-USE_RUBY="ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
inherit autotools ruby-utils
^ permalink raw reply related [flat|nested] 28+ messages in thread
end of thread, other threads:[~2024-11-08 14:22 UTC | newest]
Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-05 14:31 [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/ Agostino Sarubbo
-- strict thread matches above, loose matches on Subject: below --
2024-11-08 14:22 Hans de Graaff
2023-04-13 3:03 Sam James
2023-03-30 9:15 Hans de Graaff
2023-03-29 8:49 Hans de Graaff
2022-08-27 8:03 Sam James
2022-04-26 5:41 Sam James
2021-10-12 13:24 Akinori Hattori
2020-04-30 18:37 Andreas Sturmlechner
2020-04-30 18:37 Andreas Sturmlechner
2020-04-30 18:37 Andreas Sturmlechner
2020-03-09 19:29 Mike Gilbert
2020-03-09 19:29 Mike Gilbert
2020-02-09 16:11 Michał Górny
2019-08-28 11:17 Thomas Deutschmann
2019-08-24 10:30 Thomas Deutschmann
2019-04-09 5:53 Hans de Graaff
2019-02-06 13:50 Akinori Hattori
2019-02-06 13:50 Akinori Hattori
2018-04-27 7:09 Hans de Graaff
2018-04-03 16:40 Mike Gilbert
2018-03-04 6:51 Thomas Deutschmann
2017-08-12 13:44 Akinori Hattori
2017-08-05 14:47 Akinori Hattori
2017-08-05 14:47 Akinori Hattori
2017-08-05 14:47 Akinori Hattori
2016-11-13 10:32 Hans de Graaff
2016-10-09 7:56 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox