public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/im-chooser/, app-i18n/im-chooser/files/
Date: Sun, 23 Jul 2017 14:10:43 +0000 (UTC)	[thread overview]
Message-ID: <1500819013.76aec0851fe9ab285fa9c36587f88adb8c5fd0a3.hattya@gentoo> (raw)

commit:     76aec0851fe9ab285fa9c36587f88adb8c5fd0a3
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 23 14:08:41 2017 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Jul 23 14:10:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76aec085

app-i18n/im-chooser: drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/im-chooser/Manifest                       |  1 -
 .../files/im-chooser-1.5.1-imchooserui.patch       | 21 -----------
 app-i18n/im-chooser/im-chooser-1.6.2.ebuild        | 41 ----------------------
 3 files changed, 63 deletions(-)

diff --git a/app-i18n/im-chooser/Manifest b/app-i18n/im-chooser/Manifest
index 22d2f06778f..bd4951f9046 100644
--- a/app-i18n/im-chooser/Manifest
+++ b/app-i18n/im-chooser/Manifest
@@ -1,2 +1 @@
-DIST im-chooser-1.6.2.tar.bz2 515776 SHA256 0df444df86a60ff2534eea58c51a5e8bcc343c13a6b3d87356d9c5da3e4867b1 SHA512 86ed483ccdeb045f2b96df443ffbccb4d66bd11dac215e52d10eabb983fbbcecc848b074f7771c76bab311db04ec982865f2cce27d6274144068361aa04f42b9 WHIRLPOOL 3280243d859cd53ddf5d3cd64c7acbbc74718e751c0ca756315a2a3966b7db9215cb5d174cc5bcf25c5ecee653cd6c6019ddbdf62b4906d470710e8455d7b2cf
 DIST im-chooser-1.7.0.tar.bz2 509630 SHA256 5b5f4eff3f57b2b85b679d2079d56db507342ba4db189b3881bd75bf42fe125c SHA512 2a01488062b5a4dc1e4cd0815dda5a6bcef205dc50ed75d58836c5b46e3f86be79aac70eb5d6753e5f569ccc05015dd6d8de59029e94dc407cc613160d3ac61c WHIRLPOOL f80472e6c373ae29425e4bf6988088b2917ec1ecf936ac996ed0ae540d4a79fb39c5313c1f09c141e26a83444130993e981c2654c5de0c123e0fb3dbdece6d57

diff --git a/app-i18n/im-chooser/files/im-chooser-1.5.1-imchooserui.patch b/app-i18n/im-chooser/files/im-chooser-1.5.1-imchooserui.patch
deleted file mode 100644
index 9e5a9f48d57..00000000000
--- a/app-i18n/im-chooser/files/im-chooser-1.5.1-imchooserui.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/libimchooseui/imchooseui.c b/libimchooseui/imchooseui.c
-index f135aff..dd5881a 100644
---- a/libimchooseui/imchooseui.c
-+++ b/libimchooseui/imchooseui.c
-@@ -41,14 +41,14 @@ static void     _imchoose_ui_switch_im_finish   (GObject      *source_object,
-                                                  GAsyncResult *res,
-                                                  gpointer      user_data);
- 
--typedef struct _IMChooseUIPrivate {
-+struct _IMChooseUIPrivate {
- 	IMSettingsClient *client;
- 	gchar            *default_im;
- 	gchar            *initial_im;
- 	gchar            *current_im;
- 	guint             note_type;
- 	gboolean          clicked:1;
--} IMChooseUIPrivate;
-+};
- enum {
- 	POS_ICON = 0,
- 	POS_LABEL,

diff --git a/app-i18n/im-chooser/im-chooser-1.6.2.ebuild b/app-i18n/im-chooser/im-chooser-1.6.2.ebuild
deleted file mode 100644
index 55d1712ecd2..00000000000
--- a/app-i18n/im-chooser/im-chooser-1.6.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit gnome2 eutils
-
-DESCRIPTION="Desktop Input Method configuration tool"
-HOMEPAGE="https://fedorahosted.org/im-chooser/"
-SRC_URI="https://fedorahosted.org/releases/i/m/im-chooser/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnome"
-
-RDEPEND=">=app-i18n/imsettings-1.3.0
-	>=dev-libs/glib-2.16:2
-	>=x11-libs/gtk+-2.16:2
-	gnome? ( >=gnome-base/gnome-control-center-2.29:2 )"
-#	|| (
-#		(
-#			>=dev-libs/glib:3
-#			>=x11-libs/gtk+:3
-#			gnome? ( gnome-base/gnome-control-center:3 )
-#		)
-#		(
-#			>=dev-libs/glib-2.16:2
-#			>=x11-libs/gtk+-2.16:2
-#			gnome? ( >=gnome-base/gnome-control-center-2.29:2 )
-#		)
-#	)
-DEPEND="${RDEPEND}
-	dev-util/intltool
-	virtual/pkgconfig"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-1.5.1-imchooserui.patch
-	gnome2_src_prepare
-}


                 reply	other threads:[~2017-07-23 14:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1500819013.76aec0851fe9ab285fa9c36587f88adb8c5fd0a3.hattya@gentoo \
    --to=hattya@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