summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2017-11-28 18:19:49 +0100
committerMike Gilbert <floppym@gentoo.org>2017-11-28 13:36:30 -0500
commitee7ebb20353425fe25018acb6a6c3b78632b9d53 (patch)
tree19b99cd48e1bc0d0c339180f5b40bbc21a453c2e /app-i18n/librime/librime-0.9.9.ebuild
parentapp-i18n/libpinyin: Delete old versions (<2.1.0). (diff)
downloadgentoo-ee7ebb20353425fe25018acb6a6c3b78632b9d53.tar.gz
gentoo-ee7ebb20353425fe25018acb6a6c3b78632b9d53.tar.bz2
gentoo-ee7ebb20353425fe25018acb6a6c3b78632b9d53.zip
app-i18n/librime: Delete old versions (<1.2.9).
Diffstat (limited to 'app-i18n/librime/librime-0.9.9.ebuild')
-rw-r--r--app-i18n/librime/librime-0.9.9.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/app-i18n/librime/librime-0.9.9.ebuild b/app-i18n/librime/librime-0.9.9.ebuild
deleted file mode 100644
index c1693bf1f7e3..000000000000
--- a/app-i18n/librime/librime-0.9.9.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils multilib
-
-DESCRIPTION="Rime Input Method Engine library"
-HOMEPAGE="http://rime.im/"
-SRC_URI="https://rimeime.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="static-libs test"
-
-RDEPEND="app-i18n/opencc:=
- dev-cpp/glog
- >=dev-cpp/yaml-cpp-0.5.0
- dev-db/kyotocabinet
- >=dev-libs/boost-1.46.0[threads(+)]
- sys-libs/zlib
- x11-proto/xproto"
-DEPEND="${RDEPEND}
- test? ( dev-cpp/gtest )"
-
-S="${WORKDIR}/${PN}"
-
-PATCHES=(
- "${FILESDIR}/${PN}-test.patch"
- "${FILESDIR}/${PN}-dictionary.patch"
-)
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_build static-libs STATIC)
- -DBUILD_DATA=OFF
- $(cmake-utils_use_build test TEST)
- -DLIB_INSTALL_DIR=/usr/$(get_libdir)
- )
- cmake-utils_src_configure
-}