diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2017-11-01 12:03:40 +0100 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-11-01 16:54:15 -0400 |
commit | b37dd966a4a1ff68ebc03fecbd4bc6ec654018fe (patch) | |
tree | 6ec550d4334797da8c881dc30512e9b2f749a57c /app-i18n/opencc | |
parent | app-i18n/fcitx: Update dependencies. (diff) | |
download | gentoo-b37dd966a4a1ff68ebc03fecbd4bc6ec654018fe.tar.gz gentoo-b37dd966a4a1ff68ebc03fecbd4bc6ec654018fe.tar.bz2 gentoo-b37dd966a4a1ff68ebc03fecbd4bc6ec654018fe.zip |
app-i18n/opencc: Delete old version (1.0.4).
Diffstat (limited to 'app-i18n/opencc')
-rw-r--r-- | app-i18n/opencc/Manifest | 1 | ||||
-rw-r--r-- | app-i18n/opencc/files/opencc-1.0.4-cmake-libdir.patch | 13 | ||||
-rw-r--r-- | app-i18n/opencc/opencc-1.0.4.ebuild | 32 |
3 files changed, 0 insertions, 46 deletions
diff --git a/app-i18n/opencc/Manifest b/app-i18n/opencc/Manifest index 2a8ba3f00c2f..9ec722072707 100644 --- a/app-i18n/opencc/Manifest +++ b/app-i18n/opencc/Manifest @@ -1,2 +1 @@ -DIST opencc-1.0.4.tar.gz 1597309 SHA256 0553b7461ebd379d118d45d7f40f8a6e272750115bdbc49267595a05ee3481ac SHA512 682cc621fddb6495f26675863faefe7c9f584d2c60676cee0a3ff2120828a09a5e71671f5537030c2cc874f55b7f22af70d9d376f17b83e30cb04dcd5f6bba8a WHIRLPOOL 964180d27db85df6ffb4310ea6cae7b6c294c163bce68d05a5a21e8e736be6c11b44f8a2a856481b47e14c8c1104d244fc294259cbfa2f3160912743ac933cd6 DIST opencc-1.0.5.tar.gz 1598354 SHA256 1ce1649ba280cfc88bb76e740be5f54b29a9c034400c97a3ae211c37d7030705 SHA512 3fbefbafe5c3c2491032158577ab97b5a3edf6ea98a03a7250deba082b72c3112ad4a3396d1a469936ec32e1d141f0a2236001c2891ac9c793add2b082596cc1 WHIRLPOOL eea817748d94c973f39c527d86359dd6710157b340ad906c85123129dee34f300d17dd9cc3d851d749c6651e9743ae0ff612009130de06c0ac97fd3fca409b9e diff --git a/app-i18n/opencc/files/opencc-1.0.4-cmake-libdir.patch b/app-i18n/opencc/files/opencc-1.0.4-cmake-libdir.patch deleted file mode 100644 index dc8859d8e28e..000000000000 --- a/app-i18n/opencc/files/opencc-1.0.4-cmake-libdir.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -83,6 +83,10 @@ - set (DIR_ETC ${SYSCONF_INSTALL_DIR}) - endif (DEFINED SYSCONF_INSTALL_DIR) - -+if (DEFINED CMAKE_INSTALL_LIBDIR) -+ set (DIR_LIBRARY ${CMAKE_INSTALL_LIBDIR}) -+endif (DEFINED CMAKE_INSTALL_LIBDIR) -+ - set (DIR_SHARE_OPENCC ${DIR_SHARE}opencc/) - set (DIR_SHARE_LOCALE ${DIR_SHARE}locale/) - diff --git a/app-i18n/opencc/opencc-1.0.4.ebuild b/app-i18n/opencc/opencc-1.0.4.ebuild deleted file mode 100644 index 139e1b4bf186..000000000000 --- a/app-i18n/opencc/opencc-1.0.4.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit cmake-utils vcs-snapshot - -DESCRIPTION="Libraries for conversion between Traditional and Simplified Chinese" -HOMEPAGE="https://github.com/BYVoid/OpenCC" -SRC_URI="https://github.com/BYVoid/${PN^^[oc]}/archive/ver.${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0/2" -KEYWORDS="amd64 hppa ppc ppc64 x86" -IUSE="doc test" - -DEPEND="doc? ( app-doc/doxygen )" - -DOCS="AUTHORS *.md" -PATCHES=( - "${FILESDIR}"/${P}-cmake-libdir.patch - "${FILESDIR}"/${PN}-test.patch -) - -src_configure() { - local mycmakeargs=( - -DBUILD_DOCUMENTATION=$(usex doc) - -DBUILD_SHARED_LIBS=ON - -DENABLE_GTEST=$(usex test) - ) - cmake-utils_src_configure -} |