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 7F3DF138332 for ; Sat, 6 Jan 2018 21:32:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AE7BE0953; Sat, 6 Jan 2018 21:32:00 +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 4B010E0953 for ; Sat, 6 Jan 2018 21:32:00 +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 AFE97335C42 for ; Sat, 6 Jan 2018 21:31:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 747E11A1 for ; Sat, 6 Jan 2018 21:31:57 +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: <1515274300.77befa889cef7160816d08f8de1120b077304877.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libical/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libical/libical-3.0.1.ebuild dev-libs/libical/metadata.xml X-VCS-Directories: dev-libs/libical/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 77befa889cef7160816d08f8de1120b077304877 X-VCS-Branch: master Date: Sat, 6 Jan 2018 21:31:57 +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: a9f50f96-9fdd-4554-968e-ec0301a8cf55 X-Archives-Hash: 62e94b9d1b36bed98c3a16c47b3d24fb commit: 77befa889cef7160816d08f8de1120b077304877 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 6 20:19:22 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 6 21:31:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77befa88 dev-libs/libical: Drop USE=glib,introspection until useful Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-libs/libical/libical-3.0.1.ebuild | 24 ++++++++++++++---------- dev-libs/libical/metadata.xml | 3 --- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/dev-libs/libical/libical-3.0.1.ebuild b/dev-libs/libical/libical-3.0.1.ebuild index d34fc5db5a0..4ad4a28d615 100644 --- a/dev-libs/libical/libical-3.0.1.ebuild +++ b/dev-libs/libical/libical-3.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,16 +13,17 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( MPL-1.0 LGPL-2.1 )" SLOT="0/3" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="berkdb doc examples glib introspection static-libs test" - +IUSE="berkdb doc examples static-libs test" + +# TODO: disabled until useful +# glib? ( +# dev-libs/glib:2 +# dev-libs/libxml2:2 +# ) +# introspection? ( dev-libs/gobject-introspection:= ) COMMON_DEPEND=" dev-libs/icu:= berkdb? ( sys-libs/db:= ) - glib? ( - dev-libs/glib:2 - dev-libs/libxml2:2 - ) - introspection? ( dev-libs/gobject-introspection:= ) " DEPEND="${COMMON_DEPEND} dev-lang/perl @@ -53,11 +54,14 @@ src_prepare() { src_configure() { local mycmakeargs=( + -DICAL_GLIB=OFF + -DGOBJECT_INTROSPECTION=OFF $(cmake-utils_use_find_package berkdb BDB) - -DICAL_GLIB=$(usex glib) - -DGOBJECT_INTROSPECTION=$(usex introspection) -DSHARED_ONLY=$(usex !static-libs) ) +# TODO: disabled until useful +# -DICAL_GLIB=$(usex glib) +# -DGOBJECT_INTROSPECTION=$(usex introspection) cmake-utils_src_configure } diff --git a/dev-libs/libical/metadata.xml b/dev-libs/libical/metadata.xml index 3bd1d015105..cec5a07e526 100644 --- a/dev-libs/libical/metadata.xml +++ b/dev-libs/libical/metadata.xml @@ -5,7 +5,4 @@ libical/libical - - Enable dev-libs/glib GObject interface support -