From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DBDDC1396D9 for ; Wed, 1 Nov 2017 20:54:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 443CF2BC128; Wed, 1 Nov 2017 20:54:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17AD32BC01D for ; Wed, 1 Nov 2017 20:54:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4038C341771 for ; Wed, 1 Nov 2017 20:54:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE664918F for ; Wed, 1 Nov 2017 20:54:30 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1509569655.b37dd966a4a1ff68ebc03fecbd4bc6ec654018fe.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/opencc/files/, app-i18n/opencc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/opencc/Manifest app-i18n/opencc/files/opencc-1.0.4-cmake-libdir.patch app-i18n/opencc/opencc-1.0.4.ebuild X-VCS-Directories: app-i18n/opencc/ app-i18n/opencc/files/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: b37dd966a4a1ff68ebc03fecbd4bc6ec654018fe X-VCS-Branch: master Date: Wed, 1 Nov 2017 20:54:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f9abcf30-ce25-47da-ab77-77886b8ceae5 X-Archives-Hash: 088db17dfebe0b9826247ae31c96a514 commit: b37dd966a4a1ff68ebc03fecbd4bc6ec654018fe Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Wed Nov 1 11:03:40 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Nov 1 20:54:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b37dd966 app-i18n/opencc: Delete old version (1.0.4). app-i18n/opencc/Manifest | 1 - .../opencc/files/opencc-1.0.4-cmake-libdir.patch | 13 --------- app-i18n/opencc/opencc-1.0.4.ebuild | 32 ---------------------- 3 files changed, 46 deletions(-) diff --git a/app-i18n/opencc/Manifest b/app-i18n/opencc/Manifest index 2a8ba3f00c2..9ec72207270 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 dc8859d8e28..00000000000 --- 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 139e1b4bf18..00000000000 --- 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 -}