From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5C422138350 for ; Thu, 30 Apr 2020 18:38:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8E00E0A76; Thu, 30 Apr 2020 18:37:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4B59E0A76 for ; Thu, 30 Apr 2020 18:37:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8396B34EE69 for ; Thu, 30 Apr 2020 18:37:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0876B207 for ; Thu, 30 Apr 2020 18:37:21 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1588270738.0d606e678da5c0f8cca1c9f98a9b1d870bfdca7e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/tomoe/tomoe-0.6.0-r5.ebuild X-VCS-Directories: app-i18n/tomoe/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0d606e678da5c0f8cca1c9f98a9b1d870bfdca7e X-VCS-Branch: master Date: Thu, 30 Apr 2020 18:37:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 74b631fa-d8ed-4ea8-bd65-5db998dd1d80 X-Archives-Hash: 9ce7f43d09fa6e76330076a257358bca commit: 0d606e678da5c0f8cca1c9f98a9b1d870bfdca7e Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 30 10:54:29 2020 +0000 Commit: Andreas Sturmlechner gentoo 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 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 -}