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 B43C11382C5 for ; Mon, 4 Jan 2021 21:34:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA4AAE0992; Mon, 4 Jan 2021 21:34:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BCE03E0992 for ; Mon, 4 Jan 2021 21:34:13 +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 D142933BECE for ; Mon, 4 Jan 2021 21:34:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A60B332 for ; Mon, 4 Jan 2021 21:34:11 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1609796036.3bb73fda28be146e580c49e9f7c6d03af020e1ab.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/blt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/blt/blt-2.5.3-r1.ebuild dev-tcltk/blt/blt-2.5.3.ebuild X-VCS-Directories: dev-tcltk/blt/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 3bb73fda28be146e580c49e9f7c6d03af020e1ab X-VCS-Branch: master Date: Mon, 4 Jan 2021 21:34:11 +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: 02de8f68-e733-4557-817f-f483a9de4be2 X-Archives-Hash: f8dcaa7455fdb50f855e35fc1a53f630 commit: 3bb73fda28be146e580c49e9f7c6d03af020e1ab Author: Alfredo Tupone gentoo org> AuthorDate: Mon Jan 4 21:33:56 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Jan 4 21:33:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bb73fda dev-tcltk/blt: Add subslot Closes: https://bugs.gentoo.org/763576 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> dev-tcltk/blt/{blt-2.5.3.ebuild => blt-2.5.3-r1.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-tcltk/blt/blt-2.5.3.ebuild b/dev-tcltk/blt/blt-2.5.3-r1.ebuild similarity index 98% rename from dev-tcltk/blt/blt-2.5.3.ebuild rename to dev-tcltk/blt/blt-2.5.3-r1.ebuild index 06eab0d5fb8..f7087b1b9de 100644 --- a/dev-tcltk/blt/blt-2.5.3.ebuild +++ b/dev-tcltk/blt/blt-2.5.3-r1.ebuild @@ -4,6 +4,7 @@ EAPI=7 MYP=${PN}$(ver_cut 1-2) +SHVER=$(ver_rs 1 '' $(ver_cut 1-2)) inherit autotools flag-o-matic multilib toolchain-funcs @@ -13,7 +14,7 @@ SRC_URI="mirror://sourceforge/wize/${PN}-src-${PV}.zip https://dev.gentoo.org/~tupone/distfiles/${P}-debian-patches.tar.gz" IUSE="jpeg static-libs X" -SLOT="0" +SLOT="0/${SHVER}" LICENSE="BSD" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" @@ -126,8 +127,6 @@ src_install() { done # fix for linking against shared lib with -lBLT or -lBLTlite - SHVER=$(ver_cut 1-2) - SHVER=$(ver_rs 1 '' ${SHVER}) dosym libBLT${SHVER}$(get_libname) /usr/$(get_libdir)/libBLT$(get_libname) dosym libBLTlite${SHVER}$(get_libname) /usr/$(get_libdir)/libBLTlite$(get_libname)