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 D85C01382C5 for ; Fri, 1 Jan 2021 00:53:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 306BB2BC00E; Fri, 1 Jan 2021 00:53:57 +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 17F1A2BC00C for ; Fri, 1 Jan 2021 00:53:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0410A340E86 for ; Fri, 1 Jan 2021 00:53:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A3E748E for ; Fri, 1 Jan 2021 00:53:53 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1609462333.41bf8e6d8ecbaa6220cfde946ece63e2a4b68cd4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/liblouis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/liblouis/Manifest dev-libs/liblouis/liblouis-3.10.0.ebuild X-VCS-Directories: dev-libs/liblouis/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 41bf8e6d8ecbaa6220cfde946ece63e2a4b68cd4 X-VCS-Branch: master Date: Fri, 1 Jan 2021 00:53:53 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8163e17e-db9b-4c73-87e9-67c120cbfdba X-Archives-Hash: 25526d159b4b80a780a19992abb8c96c commit: 41bf8e6d8ecbaa6220cfde946ece63e2a4b68cd4 Author: Michał Górny gentoo org> AuthorDate: Fri Jan 1 00:52:13 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 1 00:52:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41bf8e6d dev-libs/liblouis: Remove old (py3.6) Signed-off-by: Michał Górny gentoo.org> dev-libs/liblouis/Manifest | 1 - dev-libs/liblouis/liblouis-3.10.0.ebuild | 71 -------------------------------- 2 files changed, 72 deletions(-) diff --git a/dev-libs/liblouis/Manifest b/dev-libs/liblouis/Manifest index e8d3c656cf3..f9119f8e990 100644 --- a/dev-libs/liblouis/Manifest +++ b/dev-libs/liblouis/Manifest @@ -1,2 +1 @@ -DIST liblouis-3.10.0.tar.gz 13335626 BLAKE2B a4c7f81f15c202c0e1030119f805e218dd51852af57065c441241f4e182828036372750231726802adbb835a7af05ccbf029316da376f3f89dd62ae9d833f838 SHA512 e05d42ba352b1336b10ecd3d320c2bed33250cd636767ecd77837530577c537de4f4e806ddaf1ed7e8b9ec766c84adf6ab045595235c1020f2bb31ba791f3833 DIST liblouis-3.13.0.tar.gz 14683684 BLAKE2B 9596fac30ee8512498826ea11c3fe4d9dfba6706166938852242533f1fadde9ca8e363ea1364ebb4266b366ee49863d84ad757f8634d90e48dd8c562c31e9e8d SHA512 68f0205dc55a106c5707f959c1c0d3c121dfe62f263a664e6bec0780bee65cce2fb5d7033ae1c8312d1d79f7ccaf650af71906e8651b60f11219758e41051b61 diff --git a/dev-libs/liblouis/liblouis-3.10.0.ebuild b/dev-libs/liblouis/liblouis-3.10.0.ebuild deleted file mode 100644 index 4aa44666916..00000000000 --- a/dev-libs/liblouis/liblouis-3.10.0.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_6 ) -PYTHON_REQ_USE='wide-unicode(+)' -DISTUTILS_OPTIONAL=1 -inherit autotools distutils-r1 - -DESCRIPTION="An open-source braille translator and back-translator" -HOMEPAGE="https://github.com/liblouis/liblouis" -SRC_URI="https://github.com/liblouis/liblouis/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~sparc x86" -IUSE="python" -BDEPEND="sys-apps/help2man" -RDEPEND="python? ( ${PYTHON_DEPS} )" -DEPEND="${RDEPEND}" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -src_prepare() { - default - - if use python; then - pushd python > /dev/null - distutils-r1_src_prepare - popd > /dev/null - fi - eautoreconf -} - -src_configure() { - econf \ - --enable-ucs4 \ - --disable-static -} - -src_compile() { - default - - if use python; then - pushd python > /dev/null - # setup.py imports liblouis to get the version number, - # and this causes the shared library to be dlopened - # at build-time. Hack around it with LD_PRELOAD. - # Thanks ArchLinux. - LD_PRELOAD+=':../liblouis/.libs/liblouis.so' - distutils-r1_src_compile - popd > /dev/null - fi -} - -src_install() { - emake DESTDIR="${D}" install - - if use python; then - pushd python > /dev/null - LD_PRELOAD+=':../liblouis/.libs/liblouis.so' \ - distutils-r1_src_install - popd > /dev/null - fi - - DOCS=( README AUTHORS NEWS ChangeLog doc/liblouis.txt ) - HTML_DOCS=( doc/liblouis.html ) - einstalldocs - - find "${ED}" -name '*.la' -delete || die -}