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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 03115158086 for ; Sun, 26 Dec 2021 17:54:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2704A2BC036; Sun, 26 Dec 2021 17:54:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 186272BC036 for ; Sun, 26 Dec 2021 17:54:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8BC98342F5B for ; Sun, 26 Dec 2021 17:54:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2860B1BD for ; Sun, 26 Dec 2021 17:54: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: <1640541230.0f32f5a6082345647731b65639840f3be1a3722b.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gtkada/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/gtkada/gtkada-22.0.0.ebuild dev-ada/gtkada/metadata.xml X-VCS-Directories: dev-ada/gtkada/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 0f32f5a6082345647731b65639840f3be1a3722b X-VCS-Branch: master Date: Sun, 26 Dec 2021 17:54: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: bd04a6ab-d3cf-4be5-8e37-e1b732e55e36 X-Archives-Hash: 77a245b16701398160f92eb5382550ab commit: 0f32f5a6082345647731b65639840f3be1a3722b Author: Alfredo Tupone gentoo org> AuthorDate: Sun Dec 26 17:53:50 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Dec 26 17:53:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f32f5a6 dev-ada/gtkada: add static-pic generation Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alfredo Tupone gentoo.org> dev-ada/gtkada/gtkada-22.0.0.ebuild | 5 +++-- dev-ada/gtkada/metadata.xml | 5 ++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/dev-ada/gtkada/gtkada-22.0.0.ebuild b/dev-ada/gtkada/gtkada-22.0.0.ebuild index 439153321466..8a1efe2e0af3 100644 --- a/dev-ada/gtkada/gtkada-22.0.0.ebuild +++ b/dev-ada/gtkada/gtkada-22.0.0.ebuild @@ -12,9 +12,9 @@ SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" -IUSE="+shared static-libs" +IUSE="+shared static-libs static-pic" RDEPEND="${ADA_DEPS} dev-libs/atk @@ -45,6 +45,7 @@ src_configure() { econf \ $(use_enable static-libs static) \ $(use_enable shared) \ + $(use_enable static-pic) \ --without-GL } diff --git a/dev-ada/gtkada/metadata.xml b/dev-ada/gtkada/metadata.xml index ed2a0cec8e00..bd7b67c76052 100644 --- a/dev-ada/gtkada/metadata.xml +++ b/dev-ada/gtkada/metadata.xml @@ -6,8 +6,11 @@ Build gtkada as shared library + Build static library with pic code - GtkAda is an Ada graphical toolkit based on Gtk+, providing the complete set of Gtk+ widgets using the Object-Oriented features of this language. GtkAda supports the latest 3.14 stable releases. + GtkAda is an Ada graphical toolkit based on Gtk+, providing the + complete set of Gtk+ widgets using the Object-Oriented features of + this language. GtkAda supports the latest 3.14 stable releases.