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 478EE158083 for ; Tue, 10 Sep 2024 20:49:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DD27E29D5; Tue, 10 Sep 2024 20:49:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01B4FE29D5 for ; Tue, 10 Sep 2024 20:49:04 +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 3561C342F8D for ; Tue, 10 Sep 2024 20:49:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7619E16D8 for ; Tue, 10 Sep 2024 20:49:02 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1726001305.82734fb53d7f7ae396be3b147d6cfe7e832b5b52.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/dbus-c++/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/dbus-c++/dbus-c++-0.9.0-r4.ebuild X-VCS-Directories: dev-libs/dbus-c++/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 82734fb53d7f7ae396be3b147d6cfe7e832b5b52 X-VCS-Branch: master Date: Tue, 10 Sep 2024 20:49:02 +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: dd1558b0-b6aa-4271-a912-73a1e83b512e X-Archives-Hash: 8e3d93185ae658aae5208875a0090224 commit: 82734fb53d7f7ae396be3b147d6cfe7e832b5b52 Author: Petr Vaněk gentoo org> AuthorDate: Tue Sep 10 20:42:50 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Tue Sep 10 20:48:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82734fb5 dev-libs/dbus-c++: drop 0.9.0-r4 Signed-off-by: Petr Vaněk gentoo.org> dev-libs/dbus-c++/dbus-c++-0.9.0-r4.ebuild | 62 ------------------------------ 1 file changed, 62 deletions(-) diff --git a/dev-libs/dbus-c++/dbus-c++-0.9.0-r4.ebuild b/dev-libs/dbus-c++/dbus-c++-0.9.0-r4.ebuild deleted file mode 100644 index 24adb05a6cde..000000000000 --- a/dev-libs/dbus-c++/dbus-c++-0.9.0-r4.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit multilib-minimal - -DESCRIPTION="Provides a C++ API for D-BUS" -HOMEPAGE="https://sourceforge.net/projects/dbus-cplusplus/" -SRC_URI="https://downloads.sourceforge.net/dbus-cplusplus/lib${P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86" -IUSE="doc ecore glib test" -RESTRICT="!test? ( test )" - -RDEPEND=" - sys-apps/dbus[${MULTILIB_USEDEP}] - ecore? ( dev-libs/efl ) - glib? ( dev-libs/glib:2[${MULTILIB_USEDEP}] )" -DEPEND="${RDEPEND} - dev-util/cppunit[${MULTILIB_USEDEP}]" -BDEPEND=" - virtual/pkgconfig - doc? ( app-text/doxygen )" - -S="${WORKDIR}/lib${P}" - -PATCHES=( - "${FILESDIR}"/${P}-gcc-4.7.patch #424707 - "${FILESDIR}"/${PN}-gcc7.patch #622790 -) - -multilib_src_configure() { - # TODO : add ecore multilib support if/when it is multilibified - ECONF_SOURCE="${S}" econf \ - --disable-examples \ - --disable-static \ - $(multilib_native_use_enable doc doxygen-docs) \ - $(multilib_native_use_enable ecore) \ - $(use_enable glib) \ - $(use_enable test tests) \ - PTHREAD_LIBS=-lpthread - # ACX_PTHREAD sets PTHREAD_CFLAGS but not PTHREAD_LIBS for some reason... - - if multilib_is_native_abi; then - # docs don't like out-of-source builds - local d - for d in img html; do - ln -s "${S}"/doc/${d} "${BUILD_DIR}"/doc/${d} || die - done - fi -} - -multilib_src_install_all() { - use doc && HTML_DOCS=( doc/html/. ) - einstalldocs - - # no static archives - find "${ED}" -name '*.la' -delete || die -}