commit: 45cae1f72442b770ae831ab2349f893a18562651 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org> AuthorDate: Tue Aug 22 10:48:24 2017 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Tue Aug 22 14:20:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45cae1f7
app-i18n/opencc: Minor cleanup. Drop unused eclasses, obsolete comments, unused cmake variable. app-i18n/opencc/opencc-1.0.5.ebuild | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/app-i18n/opencc/opencc-1.0.5.ebuild b/app-i18n/opencc/opencc-1.0.5.ebuild index bf1dbe79616..3e9033333de 100644 --- a/app-i18n/opencc/opencc-1.0.5.ebuild +++ b/app-i18n/opencc/opencc-1.0.5.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI="6" -inherit cmake-utils multilib eutils vcs-snapshot +inherit cmake-utils -DESCRIPTION="Libraries for conversion between Traditional and Simplified Chinese" +DESCRIPTION="Project for conversion between Traditional and Simplified Chinese" HOMEPAGE="https://github.com/BYVoid/OpenCC" SRC_URI="https://github.com/BYVoid/OpenCC/archive/ver.${PV}.tar.gz -> ${P}.tar.gz" @@ -17,18 +17,13 @@ IUSE="doc" DEPEND="doc? ( app-doc/doxygen )" RDEPEND="" -DOCS="AUTHORS NEWS.md README.md" - -#PATCHES=( -# "${FILESDIR}"/${PN}-1.0.4-cmake-libdir.patch -#) +DOCS=(AUTHORS NEWS.md README.md) src_configure() { local mycmakeargs=( -DBUILD_DOCUMENTATION=$(usex doc) -DBUILD_SHARED_LIBS=ON -DENABLE_GTEST=OFF - -DCMAKE_INSTALL_LIBDIR="${EPREFIX}"/usr/$(get_libdir) ) cmake-utils_src_configure
