public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/im-freewnn/
Date: Sat, 21 Nov 2015 14:40:15 +0000 (UTC)	[thread overview]
Message-ID: <1448116805.b92ceb656447b395da33987df9fd03dc34a45a53.pacho@gentoo> (raw)

commit:     b92ceb656447b395da33987df9fd03dc34a45a53
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 21 14:37:16 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Nov 21 14:40:05 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b92ceb65

app-i18n/im-freewnn: Bump EAPI, fix RDEPEND, drop .la files

Package-Manager: portage-2.2.24

 app-i18n/im-freewnn/im-freewnn-0.0.2-r2.ebuild | 54 ++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)

diff --git a/app-i18n/im-freewnn/im-freewnn-0.0.2-r2.ebuild b/app-i18n/im-freewnn/im-freewnn-0.0.2-r2.ebuild
new file mode 100644
index 0000000..253d3c2
--- /dev/null
+++ b/app-i18n/im-freewnn/im-freewnn-0.0.2-r2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils gnome2-utils multilib
+
+DESCRIPTION="Japanese FreeWnn input method module for GTK+2"
+HOMEPAGE="http://bonobo.gnome.gr.jp/~nakai/immodule/"
+SRC_URI="http://bonobo.gnome.gr.jp/~nakai/immodule/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-libs/glib:2
+	x11-libs/pango
+	>=x11-libs/gtk+-2.4:2
+	>=app-i18n/freewnn-1.1.1_alpha21-r1
+"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+"
+
+pkg_setup() {
+	# An arch specific config directory is used on multilib systems
+	has_multilib_profile && GTK2_CONFDIR="/etc/gtk-2.0/${CHOST}"
+	GTK2_CONFDIR=${GTK2_CONFDIR:=/etc/gtk-2.0/}
+}
+
+src_prepare() {
+	epatch "${FILESDIR}/${PN}-wnnrc-gentoo.diff"
+	# bug #298744
+	epatch "${FILESDIR}/${P}-as-needed.patch"
+	epatch "${FILESDIR}/${P}-implicit-declaration.patch"
+
+	mv configure.in configure.ac || die
+	eautoreconf
+}
+
+src_install() {
+	default
+	prune_libtool_files --modules
+}
+
+pkg_postinst() {
+	gnome2_query_immodules_gtk2
+}
+
+pkg_postrm() {
+	gnome2_query_immodules_gtk2
+}


             reply	other threads:[~2015-11-21 14:40 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-21 14:40 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-12-14 14:12 [gentoo-commits] repo/gentoo:master commit in: app-i18n/im-freewnn/ Agostino Sarubbo
2015-12-24 22:12 Agostino Sarubbo
2015-12-26 10:36 Agostino Sarubbo
2016-01-17 19:14 Mikle Kolyada
2016-01-17 19:15 Mikle Kolyada
2017-07-23 12:59 Akinori Hattori
2021-04-21 18:53 Sam James
2021-04-22 12:18 Sam James
2021-04-22 12:18 Sam James
2024-06-08 12:01 David Seifert

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=1448116805.b92ceb656447b395da33987df9fd03dc34a45a53.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