Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/librime/
Date: Fri, 28 Jun 2019 18:10:33
Message-Id: 1561745363.916bbc9b47aed145c0d0edfcbe1d82e50e02ff74.floppym@gentoo
1 commit: 916bbc9b47aed145c0d0edfcbe1d82e50e02ff74
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Fri Jun 28 17:13:00 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 28 18:09:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=916bbc9b
7
8 app-i18n/librime: Delete broken "static-libs" USE flag.
9
10 Fixes: https://bugs.gentoo.org/686924
11 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
12 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
13
14 app-i18n/librime/librime-1.2.9.ebuild | 5 ++---
15 app-i18n/librime/librime-1.3.1.ebuild | 5 ++---
16 app-i18n/librime/librime-1.4.0.ebuild | 5 ++---
17 3 files changed, 6 insertions(+), 9 deletions(-)
18
19 diff --git a/app-i18n/librime/librime-1.2.9.ebuild b/app-i18n/librime/librime-1.2.9.ebuild
20 index 0cee02a76e8..3a095f77948 100644
21 --- a/app-i18n/librime/librime-1.2.9.ebuild
22 +++ b/app-i18n/librime/librime-1.2.9.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 2012-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI="6"
29 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/rime/${PN}/archive/rime-${PV}.tar.gz -> ${P}.tar.gz"
30 LICENSE="GPL-3"
31 SLOT="0/1"
32 KEYWORDS="amd64 ppc ppc64 x86"
33 -IUSE="static-libs test"
34 +IUSE="test"
35
36 RDEPEND="app-i18n/opencc:=
37 dev-cpp/glog:=
38 @@ -26,7 +26,6 @@ DEPEND="${RDEPEND}
39
40 src_configure() {
41 local mycmakeargs=(
42 - -DBUILD_STATIC=$(usex static-libs)
43 -DBUILD_TEST=$(usex test)
44 -DBOOST_USE_CXX11=ON
45 -DLIB_INSTALL_DIR="${EPREFIX}"/usr/$(get_libdir)
46
47 diff --git a/app-i18n/librime/librime-1.3.1.ebuild b/app-i18n/librime/librime-1.3.1.ebuild
48 index c0422746cca..6adbfbf2ddc 100644
49 --- a/app-i18n/librime/librime-1.3.1.ebuild
50 +++ b/app-i18n/librime/librime-1.3.1.ebuild
51 @@ -1,4 +1,4 @@
52 -# Copyright 1999-2018 Gentoo Foundation
53 +# Copyright 2012-2019 Gentoo Authors
54 # Distributed under the terms of the GNU General Public License v2
55
56 EAPI="6"
57 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/rime/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
58 LICENSE="GPL-3"
59 SLOT="0/1"
60 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
61 -IUSE="static-libs test"
62 +IUSE="test"
63
64 RDEPEND="app-i18n/opencc:=
65 dev-cpp/glog:=
66 @@ -28,7 +28,6 @@ DOCS=( {CHANGELOG,README}.md )
67
68 src_configure() {
69 local mycmakeargs=(
70 - -DBUILD_STATIC=$(usex static-libs)
71 -DBUILD_TEST=$(usex test)
72 -DBOOST_USE_CXX11=ON
73 -DLIB_INSTALL_DIR="${EPREFIX}"/usr/$(get_libdir)
74
75 diff --git a/app-i18n/librime/librime-1.4.0.ebuild b/app-i18n/librime/librime-1.4.0.ebuild
76 index 17878776ea8..0b7c3762df2 100644
77 --- a/app-i18n/librime/librime-1.4.0.ebuild
78 +++ b/app-i18n/librime/librime-1.4.0.ebuild
79 @@ -1,4 +1,4 @@
80 -# Copyright 1999-2019 Gentoo Authors
81 +# Copyright 2012-2019 Gentoo Authors
82 # Distributed under the terms of the GNU General Public License v2
83
84 EAPI=6
85 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/rime/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
86 LICENSE="GPL-3"
87 SLOT="0/1"
88 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
89 -IUSE="static-libs test"
90 +IUSE="test"
91
92 RDEPEND="app-i18n/opencc:=
93 dev-cpp/glog:=
94 @@ -28,7 +28,6 @@ DOCS=( {CHANGELOG,README}.md )
95
96 src_configure() {
97 local mycmakeargs=(
98 - -DBUILD_STATIC=$(usex static-libs)
99 -DBUILD_TEST=$(usex test)
100 -DBOOST_USE_CXX11=ON
101 -DLIB_INSTALL_DIR="${EPREFIX}"/usr/$(get_libdir)