public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-rime/
Date: Mon, 28 Dec 2020 14:16:03 +0000 (UTC)	[thread overview]
Message-ID: <1609164930.9da0b992f402e5c7272be59f982f4a7df2b426ba.soap@gentoo> (raw)

commit:     9da0b992f402e5c7272be59f982f4a7df2b426ba
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Mon Dec 28 14:15:30 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 14:15:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9da0b992

app-i18n/ibus-rime: Cleanup old versions

Package-Manager: Portage-3.0.9, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-i18n/ibus-rime/Manifest               |  2 --
 app-i18n/ibus-rime/ibus-rime-1.2.ebuild   | 34 -------------------------------
 app-i18n/ibus-rime/ibus-rime-1.3.0.ebuild | 33 ------------------------------
 3 files changed, 69 deletions(-)

diff --git a/app-i18n/ibus-rime/Manifest b/app-i18n/ibus-rime/Manifest
index 7ed6b926e48..a548f02baa0 100644
--- a/app-i18n/ibus-rime/Manifest
+++ b/app-i18n/ibus-rime/Manifest
@@ -1,3 +1 @@
-DIST ibus-rime-1.2.tar.gz 33396 BLAKE2B 39930ea31d40e622cd69d6f5a218729f460161dd9681e49bc35a1eb9b3875b6f5acbdaf36f7cf8200440bc27ed84a2f23ec1578b19a1fe6abbbc54c7078be11c SHA512 e1851781a6d069a79d04890b5b0aa2a706e611c08df3fcb99f883eeedd4dc4eefcac207f35b5cf1d856a41f0153ec3fbb040b4e6f610727384baa19b52a64155
-DIST ibus-rime-1.3.0.tar.gz 33930 BLAKE2B 14e086382d89c990ca9f07401b68dbe26d58da061a3e8154232809ff29d766b630dcd06723bb0a8e18ebd089a640b7ab6787f8c70a6405dfa82472c1abfe5d4e SHA512 f0991184805bfe19931e297779179661f98bdfea952e310b2d8618550002cfa5bb08df05d1c5e31b535ad9959a919fdc98fa771a90d4d82b9c50e2f592cb7dfd
 DIST ibus-rime-1.4.0.tar.gz 34176 BLAKE2B 69d0392adc78b2b8935f2239c4567d001d3636d0e8ff59aca0b04b3189751a3edd0350eea9e2262b3ae3e639dbd9715c157e44727cc48ba9521801161a1508f4 SHA512 3fc24f4ce390e27d37e41775e4c075c7465cd3e90a9ab61d13ec47c2ca1c2afaafb322f327e18be573aa254a43b8cf6426415500a5d817b835bf4e0615ab9145

diff --git a/app-i18n/ibus-rime/ibus-rime-1.2.ebuild b/app-i18n/ibus-rime/ibus-rime-1.2.ebuild
deleted file mode 100644
index c8c71e6b73a..00000000000
--- a/app-i18n/ibus-rime/ibus-rime-1.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="Chinese Rime Input Method Engine for IBus"
-HOMEPAGE="https://rime.im/ https://github.com/rime/ibus-rime"
-SRC_URI="http://dl.bintray.com/lotem/rime/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-CDEPEND="app-i18n/ibus
-	app-i18n/librime
-	x11-libs/libnotify"
-RDEPEND="${CDEPEND}
-	app-i18n/rime-data"
-DEPEND="${CDEPEND}
-	dev-util/cmake
-	virtual/pkgconfig"
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
-	sed -i \
-		-e "/^libexecdir/s:/lib:/libexec:" \
-		-e "/^[[:space:]]*PREFIX/s:/usr:${EPREFIX}/usr:" \
-		-e "s/ make/ \$(MAKE)/" \
-		Makefile
-	sed -i "/exec>/s:/usr/lib:${EPREFIX}/usr/libexec:" rime.xml
-
-	default
-}

diff --git a/app-i18n/ibus-rime/ibus-rime-1.3.0.ebuild b/app-i18n/ibus-rime/ibus-rime-1.3.0.ebuild
deleted file mode 100644
index 5facdd65374..00000000000
--- a/app-i18n/ibus-rime/ibus-rime-1.3.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="Chinese Rime Input Method Engine for IBus"
-HOMEPAGE="https://rime.im/ https://github.com/rime/ibus-rime"
-SRC_URI="https://github.com/rime/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-CDEPEND="app-i18n/ibus
-	app-i18n/librime
-	x11-libs/libnotify"
-RDEPEND="${CDEPEND}
-	app-i18n/rime-data"
-DEPEND="${CDEPEND}
-	dev-util/cmake
-	virtual/pkgconfig"
-
-src_prepare() {
-	sed -i \
-		-e "/^libexecdir/s:/lib:/libexec:" \
-		-e "/^[[:space:]]*PREFIX/s:/usr:${EPREFIX}/usr:" \
-		-e "s/ make/ \$(MAKE)/" \
-		Makefile
-	sed -i "/exec>/s:/usr/lib:${EPREFIX}/usr/libexec:" rime.xml
-
-	default
-}


             reply	other threads:[~2020-12-28 14:16 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-28 14:16 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-14 13:03 [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-rime/ Yixun Lan
2023-12-24 10:57 WANG Xuerui
2023-03-02 18:11 Jakov Smolić
2021-02-26 22:50 Yixun Lan
2019-08-18  3:06 Aaron Bauman
2019-02-12  3:31 Yixun Lan
2018-09-04 12:48 Akinori Hattori
2018-07-27 14:00 Akinori Hattori
2018-07-27 14:00 Akinori Hattori
2018-07-27 14:00 Akinori Hattori
2018-07-27 14:00 Akinori Hattori
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=1609164930.9da0b992f402e5c7272be59f982f4a7df2b426ba.soap@gentoo \
    --to=soap@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