commit:     ee8536965528e05170bc029697c5d557aea70df2
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 19:12:43 2016 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 19:12:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee853696

app-i18n/im-freewnn: Drop old

Package-Manager: portage-2.2.26

 app-i18n/im-freewnn/im-freewnn-0.0.2-r1.ebuild | 52 --------------------------
 1 file changed, 52 deletions(-)

diff --git a/app-i18n/im-freewnn/im-freewnn-0.0.2-r1.ebuild 
b/app-i18n/im-freewnn/im-freewnn-0.0.2-r1.ebuild
deleted file mode 100644
index ff6a98f..0000000
--- a/app-i18n/im-freewnn/im-freewnn-0.0.2-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="1"
-
-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
-       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_unpack() {
-       unpack ${A}
-       cd "${S}"
-       epatch "${FILESDIR}/${PN}-wnnrc-gentoo.diff"
-       # bug #298744
-       epatch "${FILESDIR}/${P}-as-needed.patch"
-       epatch "${FILESDIR}/${P}-implicit-declaration.patch"
-       eautoreconf
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die
-       dodoc AUTHORS ChangeLog NEWS README
-}
-
-pkg_postinst() {
-       gnome2_query_immodules_gtk2
-}
-
-pkg_postrm() {
-       gnome2_query_immodules_gtk2
-}

Reply via email to