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/ibus-hangul/
Date: Sun,  9 Oct 2016 07:56:05 +0000 (UTC)	[thread overview]
Message-ID: <1475999721.38699e31ed264f8a891f2f7f40164aff5df8c4c5.pacho@gentoo> (raw)

commit:     38699e31ed264f8a891f2f7f40164aff5df8c4c5
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  9 07:51:38 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 07:55:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38699e31

app-i18n/ibus-hangul: Drop old

Package-Manager: portage-2.3.1

 app-i18n/ibus-hangul/Manifest                    |  2 -
 app-i18n/ibus-hangul/ibus-hangul-1.4.0.ebuild    | 54 -----------------------
 app-i18n/ibus-hangul/ibus-hangul-1.4.1.ebuild    | 55 ------------------------
 app-i18n/ibus-hangul/ibus-hangul-1.4.2-r1.ebuild | 44 -------------------
 4 files changed, 155 deletions(-)

diff --git a/app-i18n/ibus-hangul/Manifest b/app-i18n/ibus-hangul/Manifest
index 6da25bf..16b0b59 100644
--- a/app-i18n/ibus-hangul/Manifest
+++ b/app-i18n/ibus-hangul/Manifest
@@ -1,4 +1,2 @@
-DIST ibus-hangul-1.4.0.tar.gz 439462 SHA256 a955ec0c9ea90ecd8e8d0fd2de1596a5ba1186463862c387d74a418d1707ca0a SHA512 a2ed7c5ec344d31a37fa3decc502d0b2d724f08c668e6072eade7aa5bdbaba0b5812daf5fb5503e6477d0b289f248894eb81f70729e2a87a40516b1d4d09a6de WHIRLPOOL 06c2eeb6d975c414cd3209500ef562e834c02e7e1c96915cc977a9ff9d8779128e978d52cc8f11940d6a9c23ef34f285d2be63b978f2fe6c3aaf253349e8b949
-DIST ibus-hangul-1.4.1.tar.gz 484065 SHA256 8b7cbc124850df9fb78cdcb38b138f10c648b5519d36a92107616606678b662d SHA512 80d893c33e06108e1477bab067d24e333c9fbfaa3f1a839d9070f2b78694ff80965d9dd23cded3a512f1ed71b60ea5e8390ef9f87d2b63858b09158f90d74b9f WHIRLPOOL 0ec6a6d357e2b6234ddd448c72fa04668381b4de0e82d892e83378f3f1d40a31f5a28c667b68045555cdc74ed441640acc81c91d051683f664ea754021ea526c
 DIST ibus-hangul-1.4.2.tar.gz 483967 SHA256 de79dff94028673f1a00b24f9af35f37f59c12b1737d171a24ac4d34fad20b89 SHA512 ba046d3d234db71043e5dd2fbc8d38443dff4d422e360a09b05dd4c411705967495195b71f8feb5986683c20984217934e3bfe45547b4e43b83aa3f33756963f WHIRLPOOL 046a9b67f6730ffbecd9be13b734fbfc87614dd0e4a72b4e5f866bc6149719e7f5a8b9300faad48470ba20432d3baebd5d7bb173e04885802686237f6c421805
 DIST ibus-hangul-1.5.0.tar.gz 505707 SHA256 a22d4030bb20f73914a9d8a28c71b823123a5d1902a30f8328111af50f4f1788 SHA512 a9bef9ad887d1b41555af12e7589a9c4c69ddf4f61890907d90cbab6b9bf4cb6df4739c54d34ee1b2507486a1cb568f826bb4641e9ccee8ccfa11ff2d7e962bb WHIRLPOOL fef54dd65cb6ecee1a703f93db9d46d08ce12fa15df00c59197bd4dea1bb1d00bec4e25d765ffe2e1cae7da796d16ceb04bd46657617d363e0933f6beebf55f0

diff --git a/app-i18n/ibus-hangul/ibus-hangul-1.4.0.ebuild b/app-i18n/ibus-hangul/ibus-hangul-1.4.0.ebuild
deleted file mode 100644
index 27d8b84..00000000
--- a/app-i18n/ibus-hangul/ibus-hangul-1.4.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-PYTHON_DEPEND="2:2.5"
-
-inherit python
-
-DESCRIPTION="The Hangul engine for IBus input platform"
-HOMEPAGE="https://github.com/ibus/ibus/wiki"
-SRC_URI="https://ibus.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="nls"
-
-RDEPEND=">=app-i18n/ibus-1.4
-	=dev-python/pygobject-2*
-	=dev-python/pygtk-2*
-	>=app-i18n/libhangul-0.1
-	nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	nls? (
-		dev-util/intltool
-		>=sys-devel/gettext-0.17
-		)"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-pkg_setup() {
-	python_set_active_version 2
-	python_pkg_setup
-}
-
-src_prepare() {
-	>py-compile
-	python_convert_shebangs 2 setup/ibus-setup-hangul.in
-}
-
-src_configure() {
-	econf $(use_enable nls)
-}
-
-pkg_postinst() {
-	python_mod_optimize /usr/share/${PN}
-}
-
-pkg_postrm() {
-	python_mod_cleanup /usr/share/${PN}
-}

diff --git a/app-i18n/ibus-hangul/ibus-hangul-1.4.1.ebuild b/app-i18n/ibus-hangul/ibus-hangul-1.4.1.ebuild
deleted file mode 100644
index c414634..00000000
--- a/app-i18n/ibus-hangul/ibus-hangul-1.4.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-PYTHON_DEPEND="2:2.5"
-
-inherit python
-
-DESCRIPTION="The Hangul engine for IBus input platform"
-HOMEPAGE="https://github.com/ibus/ibus/wiki"
-SRC_URI="https://ibus.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-RDEPEND=">=app-i18n/ibus-1.4
-	=dev-python/pygobject-2*
-	=dev-python/pygtk-2*
-	>=app-i18n/libhangul-0.1
-	nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	nls? (
-		dev-util/intltool
-		>=sys-devel/gettext-0.17
-		)"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-pkg_setup() {
-	python_set_active_version 2
-	python_pkg_setup
-}
-
-src_prepare() {
-	python_clean_py-compile_files
-	sed -ie "s:python:${EPYTHON}:" \
-		setup/ibus-setup-hangul.in || die
-}
-
-src_configure() {
-	econf $(use_enable nls)
-}
-
-pkg_postinst() {
-	python_mod_optimize /usr/share/${PN}
-}
-
-pkg_postrm() {
-	python_mod_cleanup /usr/share/${PN}
-}

diff --git a/app-i18n/ibus-hangul/ibus-hangul-1.4.2-r1.ebuild b/app-i18n/ibus-hangul/ibus-hangul-1.4.2-r1.ebuild
deleted file mode 100644
index 7040c96..00000000
--- a/app-i18n/ibus-hangul/ibus-hangul-1.4.2-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="The Hangul engine for IBus input platform"
-HOMEPAGE="https://github.com/ibus/ibus/wiki"
-SRC_URI="https://github.com/choehwanjin/ibus-hangul/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-RDEPEND=">=app-i18n/ibus-1.4[python,${PYTHON_USEDEP}]
-	=dev-python/pygobject-2*[${PYTHON_USEDEP}]
-	=dev-python/pygtk-2*[${PYTHON_USEDEP}]
-	>=app-i18n/libhangul-0.1
-	nls? ( virtual/libintl )
-	${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	nls? (
-		dev-util/intltool
-		>=sys-devel/gettext-0.17
-		)"
-
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_prepare() {
-	sed -ie "s:python:${EPYTHON}:" \
-		setup/ibus-setup-hangul.in || die
-}
-
-src_configure() {
-	econf $(use_enable nls)
-}


             reply	other threads:[~2016-10-09  7:56 UTC|newest]

Thread overview: 32+ 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 --
2025-02-08 10:17 [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-hangul/ Arthur Zamarin
2024-12-14 17:06 Sam James
2024-06-05  8:29 Yixun Lan
2023-03-17 13:18 Yixun Lan
2021-10-31  6:26 Arthur Zamarin
2021-10-20 14:26 Akinori Hattori
2021-10-20 14:26 Akinori Hattori
2021-06-01 11:44 Sam James
2020-09-03 13:58 Akinori Hattori
2020-09-03 13:58 Akinori Hattori
2020-05-18 14:51 Akinori Hattori
2020-05-18 14:51 Akinori Hattori
2020-05-18 14:51 Akinori Hattori
2020-05-18 14:51 Akinori Hattori
2020-05-18 14:51 Akinori Hattori
2020-05-18 14:51 Akinori Hattori
2020-05-18 14:51 Akinori Hattori
2020-02-29  2:40 Akinori Hattori
2020-02-09 16:11 Michał Górny
2019-09-29  2:56 Mike Gilbert
2019-09-08 10:55 Agostino Sarubbo
2019-09-07 21:07 Thomas Deutschmann
2018-09-04 12:45 Akinori Hattori
2018-08-29 12:38 Akinori Hattori
2018-08-28 13:27 Akinori Hattori
2018-08-28 13:27 Akinori Hattori
2018-08-28 13:27 Akinori Hattori
2016-10-16 10:04 Pacho Ramos
2016-10-16 10:04 Pacho Ramos
2016-05-15 10:44 Patrick Lauer
2015-09-01 18:46 Tobias Klausmann

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=1475999721.38699e31ed264f8a891f2f7f40164aff5df8c4c5.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