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 E7255139694 for ; Fri, 26 May 2017 20:30:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1932021C219; Fri, 26 May 2017 20:30:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E646E21C218 for ; Fri, 26 May 2017 20:30:53 +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 DE6CE34168E for ; Fri, 26 May 2017 20:30:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 888C17467 for ; Fri, 26 May 2017 20:30:51 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1495830639.f5476a845f8805882b609a311f1a0a007b47ff2a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libixion/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libixion/libixion-9999.ebuild X-VCS-Directories: dev-libs/libixion/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f5476a845f8805882b609a311f1a0a007b47ff2a X-VCS-Branch: master Date: Fri, 26 May 2017 20:30:51 +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: 2eea3fd7-43cd-4008-9093-d213533d7e43 X-Archives-Hash: a34b5784de130a44b702e241941f2967 commit: f5476a845f8805882b609a311f1a0a007b47ff2a Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri May 26 20:27:53 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri May 26 20:30:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5476a84 dev-libs/libixion: Bump subslot, drop eutils Package-Manager: Portage-2.3.5, Repoman-2.3.1 dev-libs/libixion/libixion-9999.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-libs/libixion/libixion-9999.ebuild b/dev-libs/libixion/libixion-9999.ebuild index 65a86fc5b02..cd31a4887aa 100644 --- a/dev-libs/libixion/libixion-9999.ebuild +++ b/dev-libs/libixion/libixion-9999.ebuild @@ -8,7 +8,7 @@ EGIT_REPO_URI="https://gitlab.com/ixion/ixion.git" PYTHON_COMPAT=( python{3_4,3_5,3_6} ) [[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools" -inherit eutils python-single-r1 ${GITECLASS} +inherit python-single-r1 ${GITECLASS} unset GITECLASS DESCRIPTION="General purpose formula parser & interpreter" @@ -16,7 +16,7 @@ HOMEPAGE="https://gitlab.com/ixion/ixion" [[ ${PV} == 9999 ]] || SRC_URI="http://kohei.us/files/ixion/src/${P}.tar.xz" LICENSE="MIT" -SLOT="0/0.12" # based on SONAME of libixion.so +SLOT="0/0.13" # based on SONAME of libixion.so [[ ${PV} == 9999 ]] || \ KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="debug python static-libs +threads" @@ -50,6 +50,5 @@ src_configure() { src_install() { default - - prune_libtool_files --all + find "${D}" -name '*.la' -delete || die }