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-table/
Date: Sun,  9 Oct 2016 07:56:06 +0000 (UTC)	[thread overview]
Message-ID: <1475999732.ebda583342ab00191e6847c42be211ea0db2f4c3.pacho@gentoo> (raw)

commit:     ebda583342ab00191e6847c42be211ea0db2f4c3
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  9 07:53:33 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 07:55:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebda5833

app-i18n/ibus-table: Drop old

Package-Manager: portage-2.3.1

 app-i18n/ibus-table/Manifest                       |  2 -
 .../ibus-table/ibus-table-1.3.0.20100621.ebuild    | 54 ---------------------
 .../ibus-table/ibus-table-1.3.9.20110827-r1.ebuild | 54 ---------------------
 app-i18n/ibus-table/ibus-table-1.5.0.ebuild        | 56 ----------------------
 4 files changed, 166 deletions(-)

diff --git a/app-i18n/ibus-table/Manifest b/app-i18n/ibus-table/Manifest
index 4880258..15bb4a2 100644
--- a/app-i18n/ibus-table/Manifest
+++ b/app-i18n/ibus-table/Manifest
@@ -1,4 +1,2 @@
 DIST ibus-table-1.2.0.20100111.tar.gz 419886 SHA256 0ae9e4628059978bbfd51af89fed66ce2ee0841f40e2b6ecd2cd1e10f7368044 SHA512 201baeaa74c5488783c2a99f3192a258113324e18fc9e8e8214be74c433b1ed6fc87faeda7f987df16a707b8733c9855322ec5c4404738d9fdfec53a3aec254a WHIRLPOOL acaf643cd315cadb3bd033a20a83474da51a68d24ca155c61b9ab9185eeb7937226c28f069d12eedcc89edf86d550fb929f29e4ba0ee39ca90a2431e005df8d3
-DIST ibus-table-1.3.0.20100621.tar.gz 421845 SHA256 c2c9604082bd3c50e76c2cd8494855485845147a6b9fe05d4fa1c4a2f6fd3324 SHA512 25192988b1194fc210545f967c4b5888cb790d12505c04cfbce54cacc013ad0e058de961b2321e837f50b41e44d4b9b77d687b4abd3654bb012c349b7d4099ab WHIRLPOOL 563892f540d3ac373d7817c4cf56bcd211376c764ef2eef60354633559dc20a12ba8066e5c755eb45f4e5f71d7c0e8cfb282c57e68d7f1826b79134246d43bdf
-DIST ibus-table-1.3.9.20110827.tar.gz 428810 SHA256 99c5eee5175233d8ee5678d3a16ef3ed76c029eaeb9792d811345a02652f0401 SHA512 508197f2d862cd10c3818df032c014e03a9ba35cc4e16394dad448dc3efa8d0d53c361d8caadd6108ce222cca0841dfa4f0a76daae5edb1a51f31c7c6692205d WHIRLPOOL 78a2aeddbd4efbb83bde51f2ef6ec86edfa2f7c73139b208863985781c8b09b85de3659b1f51210cbe805d1cf9c0390892a04b62e1d848e5796e9bf1f6502ed7
 DIST ibus-table-1.5.0.tar.gz 432844 SHA256 6ba89c70c50773d43927769a2c608f71b282afbf3538188f65b9c89ebdc1a184 SHA512 2c52da1b4d6ae8aec29e97a8a413b388912cfcfd15860ba0e65c97b139b14f8a7d4087eb196d516abe731df03a2e4904666194414242da8cf1f3f0b54696248e WHIRLPOOL cec2ad28dd8fa936738e7e2ae1ffa3c0e96a6d5c6cf88c74a98ed0900c31464ba405c6e4449977936733dc28f3c7768f22bb216fca2a583f1679a7bcb596c39d

diff --git a/app-i18n/ibus-table/ibus-table-1.3.0.20100621.ebuild b/app-i18n/ibus-table/ibus-table-1.3.0.20100621.ebuild
deleted file mode 100644
index 80514b8..00000000
--- a/app-i18n/ibus-table/ibus-table-1.3.0.20100621.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="3"
-PYTHON_DEPEND="2:2.5"
-PYTHON_USE_WITH="sqlite"
-inherit python
-
-DESCRIPTION="The Table Engine for IBus Framework"
-HOMEPAGE="https://github.com/ibus/ibus/wiki"
-SRC_URI="https://ibus.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-RDEPEND=">=app-i18n/ibus-1.2
-	nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-	nls? ( >=sys-devel/gettext-0.16.1 )
-	virtual/pkgconfig"
-
-pkg_setup() {
-	python_set_active_version 2
-	python_pkg_setup
-}
-
-src_prepare() {
-	mv py-compile py-compile.orig || die
-	ln -s "$(type -P true)" py-compile || die
-	python_convert_shebangs 2 engine/tabcreatedb.py || die
-	sed -i -e "s/python/python2/" \
-		engine/ibus-table-createdb.in engine/ibus-engine-table.in || die
-}
-
-src_configure() {
-	econf $(use_enable nls) --disable-additional
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-
-	dodoc AUTHORS ChangeLog NEWS README || die
-}
-
-pkg_postinst() {
-	python_mod_optimize /usr/share/${PN}/engine
-}
-
-pkg_postrm() {
-	python_mod_cleanup /usr/share/${PN}/engine
-}

diff --git a/app-i18n/ibus-table/ibus-table-1.3.9.20110827-r1.ebuild b/app-i18n/ibus-table/ibus-table-1.3.9.20110827-r1.ebuild
deleted file mode 100644
index e01b8cb..00000000
--- a/app-i18n/ibus-table/ibus-table-1.3.9.20110827-r1.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="3"
-PYTHON_DEPEND="2:2.5"
-PYTHON_USE_WITH="sqlite"
-inherit python
-
-DESCRIPTION="The Table Engine for IBus Framework"
-HOMEPAGE="https://github.com/ibus/ibus/wiki"
-SRC_URI="https://ibus.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-RDEPEND=">=app-i18n/ibus-1.2
-	nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-	nls? ( >=sys-devel/gettext-0.16.1 )
-	virtual/pkgconfig"
-
-pkg_setup() {
-	python_set_active_version 2
-	python_pkg_setup
-}
-
-src_prepare() {
-	mv py-compile py-compile.orig || die
-	ln -s "$(type -P true)" py-compile || die
-	python_convert_shebangs 2 engine/tabcreatedb.py || die
-	sed -i -e "s/python/python2/" \
-		engine/ibus-table-createdb.in engine/ibus-engine-table.in || die
-}
-
-src_configure() {
-	econf $(use_enable nls) --disable-additional PYTHON="${EPREFIX}"/usr/bin/python2
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-
-	dodoc AUTHORS ChangeLog NEWS README || die
-}
-
-pkg_postinst() {
-	python_mod_optimize /usr/share/${PN}/engine
-}
-
-pkg_postrm() {
-	python_mod_cleanup /usr/share/${PN}/engine
-}

diff --git a/app-i18n/ibus-table/ibus-table-1.5.0.ebuild b/app-i18n/ibus-table/ibus-table-1.5.0.ebuild
deleted file mode 100644
index b6fba19..00000000
--- a/app-i18n/ibus-table/ibus-table-1.5.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_DEPEND="2:2.5"
-PYTHON_USE_WITH="sqlite"
-inherit eutils python
-
-DESCRIPTION="The Table Engine for IBus Framework"
-HOMEPAGE="https://github.com/ibus/ibus/wiki"
-SRC_URI="https://ibus.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-RDEPEND=">=app-i18n/ibus-1.2
-	nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-	nls? ( >=sys-devel/gettext-0.16.1 )
-	virtual/pkgconfig"
-
-pkg_setup() {
-	python_set_active_version 2
-	python_pkg_setup
-}
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-pycompile.patch
-
-	mv py-compile py-compile.orig || die
-	ln -s "$(type -P true)" py-compile || die
-	python_convert_shebangs 2 engine/tabcreatedb.py || die
-	sed -i -e "s/python/python2/" \
-		engine/ibus-table-createdb.in engine/ibus-engine-table.in || die
-}
-
-src_configure() {
-	econf $(use_enable nls) PYTHON="${EPREFIX}"/usr/bin/python2
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-
-	dodoc AUTHORS ChangeLog NEWS README
-}
-
-pkg_postinst() {
-	python_mod_optimize /usr/share/${PN}/engine
-}
-
-pkg_postrm() {
-	python_mod_cleanup /usr/share/${PN}/engine
-}


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

Thread overview: 83+ 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 --
2024-09-15  6:56 [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table/ Akinori Hattori
2024-08-31  9:04 Akinori Hattori
2024-08-10  6:07 Akinori Hattori
2024-08-10  6:07 Akinori Hattori
2024-06-28 12:29 Akinori Hattori
2024-05-29 13:13 Akinori Hattori
2023-12-28 12:43 Akinori Hattori
2023-12-28 12:43 Akinori Hattori
2023-11-11 12:34 Akinori Hattori
2023-10-16 13:43 Akinori Hattori
2023-10-16 13:43 Akinori Hattori
2023-09-27 13:56 Akinori Hattori
2023-09-27 13:56 Akinori Hattori
2023-09-15 14:22 Akinori Hattori
2023-09-15 14:22 Akinori Hattori
2023-09-15 14:22 Akinori Hattori
2023-08-22 13:08 Akinori Hattori
2023-08-17 14:13 Akinori Hattori
2023-08-17 14:13 Akinori Hattori
2023-08-17 14:13 Akinori Hattori
2023-04-16  2:02 Akinori Hattori
2023-03-17 13:18 Yixun Lan
2023-01-21  1:29 Akinori Hattori
2023-01-21  1:29 Akinori Hattori
2022-12-10  1:43 Akinori Hattori
2022-12-10  1:42 Akinori Hattori
2022-11-16 12:59 Akinori Hattori
2022-11-05  1:08 Akinori Hattori
2022-11-05  1:08 Akinori Hattori
2022-11-05  1:08 Akinori Hattori
2022-09-10  2:08 Akinori Hattori
2022-09-08 13:25 Akinori Hattori
2022-09-08 13:25 Akinori Hattori
2022-08-07 13:23 Akinori Hattori
2022-08-06  1:00 Akinori Hattori
2022-07-24  1:04 Akinori Hattori
2022-07-24  1:04 Akinori Hattori
2022-06-20 12:47 Akinori Hattori
2022-06-12 13:40 Akinori Hattori
2022-06-12 13:40 Akinori Hattori
2022-05-08  8:39 Akinori Hattori
2022-05-08  8:39 Akinori Hattori
2022-05-08  8:39 Akinori Hattori
2022-02-05 14:42 Akinori Hattori
2021-10-31  6:26 Arthur Zamarin
2021-10-15 13:56 Akinori Hattori
2021-10-15 13:56 Akinori Hattori
2021-08-26 13:53 Akinori Hattori
2021-08-26 13:53 Akinori Hattori
2021-08-26 13:53 Akinori Hattori
2021-07-29 14:47 Akinori Hattori
2021-07-29 14:47 Akinori Hattori
2021-07-29 14:47 Akinori Hattori
2021-06-30 13:41 Akinori Hattori
2021-06-30 13:41 Akinori Hattori
2021-05-26  6:51 Agostino Sarubbo
2021-05-26  6:49 Agostino Sarubbo
2021-03-03 14:06 Akinori Hattori
2021-03-03 14:06 Akinori Hattori
2021-03-03 14:06 Akinori Hattori
2020-09-11 14:08 Akinori Hattori
2020-08-28 13:11 Akinori Hattori
2020-08-19 14:40 Akinori Hattori
2020-08-19 14:40 Akinori Hattori
2020-08-19 14:40 Akinori Hattori
2020-08-19 14:40 Akinori Hattori
2020-08-19 14:40 Akinori Hattori
2020-08-19 14:40 Akinori Hattori
2020-08-19 14:40 Akinori Hattori
2020-02-09 16:11 Michał Górny
2018-09-04 12:21 Akinori Hattori
2018-08-29 13:11 Akinori Hattori
2018-08-29 13:11 Akinori Hattori
2018-08-29 13:11 Akinori Hattori
2018-08-29 13:11 Akinori Hattori
2017-08-16 14:00 Akinori Hattori
2017-08-16 13:49 Akinori Hattori
2017-08-16 13:49 Akinori Hattori
2017-08-16 13:49 Akinori Hattori
2016-10-16 10:04 Pacho Ramos
2016-10-16 10:04 Pacho Ramos
2015-09-01 18:48 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=1475999732.ebda583342ab00191e6847c42be211ea0db2f4c3.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