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/librime/
Date: Sat,  7 Dec 2019 13:12:51 +0000 (UTC)	[thread overview]
Message-ID: <1575724357.7abc55c41fdd719dae744c67b01648ed8d4b7d31.soap@gentoo> (raw)

commit:     7abc55c41fdd719dae744c67b01648ed8d4b7d31
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  7 13:12:37 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Dec  7 13:12:37 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7abc55c4

app-i18n/librime: Remove old

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-i18n/librime/Manifest             |  2 --
 app-i18n/librime/librime-1.2.9.ebuild | 35 ---------------------------------
 app-i18n/librime/librime-1.3.1.ebuild | 37 -----------------------------------
 3 files changed, 74 deletions(-)

diff --git a/app-i18n/librime/Manifest b/app-i18n/librime/Manifest
index a54eae337fe..771ae28c844 100644
--- a/app-i18n/librime/Manifest
+++ b/app-i18n/librime/Manifest
@@ -1,4 +1,2 @@
-DIST librime-1.2.9.tar.gz 5516609 BLAKE2B 7b05fedb093f7595c7bf7f4893624b35b0cdde1816c9c99f9ed5d408c8fd21d34a361d16b94c43b3e5e23b10945f075711762f08ca30abee35849a332ecfee2d SHA512 2266ef96ad21ec5981b4ca5371d4e16eefed545ffbde07093ae0d0be070a64f9869baa09b6bdcee2522438e08c72a842a7e0b225a6ca1b661708a80cf3aba83a
-DIST librime-1.3.1.tar.gz 8598357 BLAKE2B cd6bc6b63a89f7f11e78ceaf92007c099be34ce38f26d611b67a3d8f868a27a0e4de7b94da44d8483618f37a0c2bcfd3a1bc1c1ecb4f81829f8e12fdd777e283 SHA512 b35d3635fd776ed9be32c0998e4aac441433bc9e624765a57582690108cccf5c3beaedad4f8f1682d99533384cd10996ee8c18fd5adcea70878d6a410124922e
 DIST librime-1.4.0.tar.gz 8609316 BLAKE2B cce58c398057ac82f076e3b9e9a25cd6410e738460bd58277a9e3ed6cd11e80922bbb30e8b42828cdd5dd83f6058794b4b32fedb359315186b018ca88161794d SHA512 da68983638c6f25d994060a607f2ccab8917a71dbf10b9c6f1140c87c9ef4124e29a1d0ef16bbd0edc9a3a22bd5845aa894888d678607db372750f300638f562
 DIST librime-1.5.3.tar.gz 2847083 BLAKE2B 4ffb2c5ddaf52f9c9227fa4ea019ef2965e61139f678798c08ef37dc52b863763651b63ed820caad0de1b06f48ab5c1a7a2682653340d2ae7f5f9eec3cec80b2 SHA512 4d7f6ec43bd5728f59f0b3581bcd8a46128651430b6873017d80659942b8f6aa1a2f25f439ba8fba461fe22acbf701c2da7a786104a2e4852a70a89cdc0452d3

diff --git a/app-i18n/librime/librime-1.2.9.ebuild b/app-i18n/librime/librime-1.2.9.ebuild
deleted file mode 100644
index da4b3ecb895..00000000000
--- a/app-i18n/librime/librime-1.2.9.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2012-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit cmake-utils vcs-snapshot
-
-DESCRIPTION="Rime Input Method Engine, the core library"
-HOMEPAGE="https://rime.im/ https://github.com/rime/librime"
-SRC_URI="https://github.com/rime/${PN}/archive/rime-${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0/1"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="app-i18n/opencc:=
-	dev-cpp/glog:=
-	dev-cpp/yaml-cpp:=
-	<dev-libs/boost-1.69:=[threads]
-	dev-libs/leveldb:=
-	dev-libs/marisa:="
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto
-	test? ( dev-cpp/gtest )"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_TEST=$(usex test)
-		-DBOOST_USE_CXX11=ON
-		-DLIB_INSTALL_DIR="${EPREFIX}"/usr/$(get_libdir)
-	)
-	cmake-utils_src_configure
-}

diff --git a/app-i18n/librime/librime-1.3.1.ebuild b/app-i18n/librime/librime-1.3.1.ebuild
deleted file mode 100644
index 247e65b63c5..00000000000
--- a/app-i18n/librime/librime-1.3.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2012-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit cmake-utils vcs-snapshot
-
-DESCRIPTION="Rime Input Method Engine, the core library"
-HOMEPAGE="https://rime.im/ https://github.com/rime/librime"
-SRC_URI="https://github.com/rime/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/1"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="app-i18n/opencc:=
-	dev-cpp/glog:=
-	dev-cpp/yaml-cpp:=
-	<dev-libs/boost-1.69:=[nls,threads]
-	dev-libs/leveldb:=
-	dev-libs/marisa:="
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto
-	test? ( dev-cpp/gtest )"
-
-DOCS=( {CHANGELOG,README}.md )
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_TEST=$(usex test)
-		-DBOOST_USE_CXX11=ON
-		-DLIB_INSTALL_DIR="${EPREFIX}"/usr/$(get_libdir)
-	)
-	cmake-utils_src_configure
-}


             reply	other threads:[~2019-12-07 13:12 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-07 13:12 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-18  1:54 [gentoo-commits] repo/gentoo:master commit in: app-i18n/librime/ Yixun Lan
2025-02-08  0:56 Yixun Lan
2025-02-08  0:54 Yixun Lan
2024-12-28 18:18 Arthur Zamarin
2024-12-28 18:03 Sam James
2024-12-28 18:03 Sam James
2024-12-28 18:03 Sam James
2024-12-28 17:52 Sam James
2024-12-02  7:15 Yixun Lan
2024-11-29  3:51 Sam James
2024-11-22 15:57 Joonas Niilola
2024-11-22 15:29 Sam James
2024-11-17  9:45 Yixun Lan
2024-07-21 17:41 Arthur Zamarin
2024-07-21 17:41 Arthur Zamarin
2024-01-29  6:38 WANG Xuerui
2024-01-11 11:23 Yixun Lan
2023-12-24 10:57 WANG Xuerui
2022-10-10  6:25 Jakov Smolić
2022-09-04 12:23 David Seifert
2022-02-28  0:40 Sam James
2022-02-28  0:07 Sam James
2021-09-06 21:34 Sam James
2021-09-06 21:34 Sam James
2021-06-04 19:51 Mike Gilbert
2021-06-03  2:19 Sam James
2021-02-26 22:50 Yixun Lan
2020-12-28  0:01 Mike Gilbert
2020-12-28  0:01 Mike Gilbert
2020-12-28  0:01 Mike Gilbert
2020-04-10  9:48 Sergei Trofimovich
2020-01-17 19:09 Mike Gilbert
2019-12-31 18:08 Aaron Bauman
2019-12-31  8:18 Agostino Sarubbo
2019-12-31  8:15 Agostino Sarubbo
2019-12-29 19:34 Mike Gilbert
2019-12-29 19:34 Mike Gilbert
2019-09-29  2:56 Mike Gilbert
2019-09-29  2:56 Mike Gilbert
2019-08-30 18:39 Sergei Trofimovich
2019-08-18  3:06 Aaron Bauman
2019-08-16 17:03 Mike Gilbert
2019-08-13 10:32 Agostino Sarubbo
2019-08-13 10:30 Agostino Sarubbo
2019-08-12  8:02 Agostino Sarubbo
2019-08-11 21:30 Thomas Deutschmann
2019-08-09 18:39 Mike Gilbert
2019-08-09 18:39 Mike Gilbert
2019-08-09 18:39 Mike Gilbert
2019-08-09 18:39 Mike Gilbert
2019-06-28 18:10 Mike Gilbert
2019-02-12  3:31 Yixun Lan
2018-07-27 13:31 Akinori Hattori
2018-07-27 13:31 Akinori Hattori
2017-11-18 10:13 Sergei Trofimovich
2017-11-18 10:03 Sergei Trofimovich
2017-11-01 20:54 Mike Gilbert
2017-10-23 17:24 Mike Gilbert
2017-10-23 17:24 Mike Gilbert
2017-10-23 17:24 Mike Gilbert
2017-10-23 17:24 Mike Gilbert
2017-10-23 17:24 Mike Gilbert
2017-08-22 14:21 Mike Gilbert
2016-07-20  5:16 Yixun Lan
2015-09-01 18:51 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=1575724357.7abc55c41fdd719dae744c67b01648ed8d4b7d31.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