From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
Date: Sun, 9 Oct 2016 07:56:06 +0000 (UTC) [thread overview]
Message-ID: <1475999737.05b9cf9e21834e7f2e90d464cd7ebfd5884c32c0.pacho@gentoo> (raw)
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
-}
next reply other threads:[~2016-10-09 7:56 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-09 7:56 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-11-13 10:32 [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/ Hans de Graaff
2017-08-05 14:47 Akinori Hattori
2017-08-05 14:47 Akinori Hattori
2017-08-05 14:47 Akinori Hattori
2017-08-12 13:44 Akinori Hattori
2018-03-04 6:51 Thomas Deutschmann
2018-03-05 14:31 Agostino Sarubbo
2018-04-03 16:40 Mike Gilbert
2018-04-27 7:09 Hans de Graaff
2019-02-06 13:50 Akinori Hattori
2019-02-06 13:50 Akinori Hattori
2019-04-09 5:53 Hans de Graaff
2019-08-24 10:30 Thomas Deutschmann
2019-08-28 11:17 Thomas Deutschmann
2020-02-09 16:11 Michał Górny
2020-03-09 19:29 Mike Gilbert
2020-03-09 19:29 Mike Gilbert
2020-04-30 18:37 Andreas Sturmlechner
2020-04-30 18:37 Andreas Sturmlechner
2020-04-30 18:37 Andreas Sturmlechner
2021-10-12 13:24 Akinori Hattori
2022-04-26 5:41 Sam James
2022-08-27 8:03 Sam James
2023-03-29 8:49 Hans de Graaff
2023-03-30 9:15 Hans de Graaff
2023-04-13 3:03 Sam James
2024-11-08 14:22 Hans de Graaff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1475999737.05b9cf9e21834e7f2e90d464cd7ebfd5884c32c0.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox