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 0EF2513835B for ; Sun, 21 Feb 2021 20:54:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C4F4E08EC; Sun, 21 Feb 2021 20:54:55 +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 27219E08EC for ; Sun, 21 Feb 2021 20:54:55 +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 0E974340FB7 for ; Sun, 21 Feb 2021 20:54:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2B1F4EF for ; Sun, 21 Feb 2021 20:54:52 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1613940873.76c8ef066cfbecba3dbc4f1e518a0367814da09a.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/lurch/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/lurch/lurch-0.6.8-r1.ebuild x11-plugins/lurch/lurch-0.6.8.ebuild X-VCS-Directories: x11-plugins/lurch/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 76c8ef066cfbecba3dbc4f1e518a0367814da09a X-VCS-Branch: master Date: Sun, 21 Feb 2021 20:54:52 +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: bef5299a-75fd-484f-b954-c0a096ca2e89 X-Archives-Hash: 85e9c985044af07dec357e3ae212ab5c commit: 76c8ef066cfbecba3dbc4f1e518a0367814da09a Author: Sebastian Pipping gentoo org> AuthorDate: Sun Feb 21 20:52:22 2021 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sun Feb 21 20:54:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76c8ef06 x11-plugins/lurch: Drop old Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-3.0.14, Repoman-3.0.2 x11-plugins/lurch/lurch-0.6.8-r1.ebuild | 76 --------------------------------- x11-plugins/lurch/lurch-0.6.8.ebuild | 67 ----------------------------- 2 files changed, 143 deletions(-) diff --git a/x11-plugins/lurch/lurch-0.6.8-r1.ebuild b/x11-plugins/lurch/lurch-0.6.8-r1.ebuild deleted file mode 100644 index 67d6325288c..00000000000 --- a/x11-plugins/lurch/lurch-0.6.8-r1.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -CMAKE_MAKEFILE_GENERATOR=emake # since top-level Makefile expects a child Makefile - -inherit toolchain-funcs cmake-utils - -LIBOMEMO_PV=0.7.0 -DESCRIPTION="OMEMO encryption for libpurple (XEP-0384)" -HOMEPAGE="https://github.com/gkdr/lurch" -SRC_URI="https://github.com/gkdr/lurch/releases/download/v${PV}/lurch-${PV}-src.tar.gz -> ${P}.tar.gz - https://github.com/gkdr/libomemo/archive/v${LIBOMEMO_PV}.tar.gz -> libomemo-${LIBOMEMO_PV}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -# NOTE -# - We cannot unbundle net-libs/libsignal-protocol-c -# because upstream uses non-API/internal function -# session_builder_process_pre_key_signal_message -# - The build systems of axc (ex-libaxolotl) -# at https://github.com/gkdr/axc and libomemo -# at https://github.com/gkdr/libomemo build static -# libraries only (*.a) so it is not clear when or -# how to best unbundle them, either -RDEPEND=" - dev-db/sqlite - dev-libs/glib - dev-libs/libgcrypt:= - dev-libs/libxml2 - dev-libs/mxml - net-im/pidgin:= - " -DEPEND=" - ${RDEPEND} - virtual/pkgconfig - " - -CMAKE_USE_DIR="${S}"/lib/axc/lib/libsignal-protocol-c -BUILD_DIR="${CMAKE_USE_DIR}"/build - -src_prepare() { - # Upgrade outdated bundle of libomemo - rm -R lib/libomemo || die - mv "${WORKDIR}"/libomemo-${LIBOMEMO_PV} lib/libomemo || die - cmake-utils_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DBUILD_SHARED_LIBS=OFF # top-level Makefile expects .a file - -DCMAKE_C_FLAGS=-fPIC - ) - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile - - local makeargs=( - CC="$(tc-getCC)" - LIBGCRYPT_CONFIG="$(tc-getPROG LIBGCRYPT_CONFIG libgcrypt-config)" - PKG_CONFIG="$(tc-getPKG_CONFIG)" - XML2_CONFIG="$(tc-getPROG XML2_CONFIG xml2-config)" - - CMAKE=/bin/true # to stop Makefile from calling CMake, once more - ) - emake "${makeargs[@]}" -} - -src_install() { - default # use top-level Makefile, not cmake-utils_src_install -} diff --git a/x11-plugins/lurch/lurch-0.6.8.ebuild b/x11-plugins/lurch/lurch-0.6.8.ebuild deleted file mode 100644 index cb4e4a97bac..00000000000 --- a/x11-plugins/lurch/lurch-0.6.8.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -CMAKE_MAKEFILE_GENERATOR=emake # since top-level Makefile expects a child Makefile - -inherit toolchain-funcs cmake-utils - -DESCRIPTION="OMEMO encryption for libpurple (XEP-0384)" -HOMEPAGE="https://github.com/gkdr/lurch" -SRC_URI="https://github.com/gkdr/lurch/releases/download/v${PV}/lurch-${PV}-src.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -# NOTE -# - We cannot unbundle net-libs/libsignal-protocol-c -# because upstream uses non-API/internal function -# session_builder_process_pre_key_signal_message -# - The build systems of axc (ex-libaxolotl) -# at https://github.com/gkdr/axc and libomemo -# at https://github.com/gkdr/libomemo build static -# libraries only (*.a) so it is not clear when or -# how to best unbundle them, either -RDEPEND=" - dev-db/sqlite - dev-libs/glib - dev-libs/libgcrypt:= - dev-libs/libxml2 - dev-libs/mxml - net-im/pidgin:= - " -DEPEND=" - ${RDEPEND} - virtual/pkgconfig - " - -CMAKE_USE_DIR="${S}"/lib/axc/lib/libsignal-protocol-c -BUILD_DIR="${CMAKE_USE_DIR}"/build - -src_configure() { - local mycmakeargs=( - -DBUILD_SHARED_LIBS=OFF # top-level Makefile expects .a file - -DCMAKE_C_FLAGS=-fPIC - ) - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile - - local makeargs=( - CC="$(tc-getCC)" - LIBGCRYPT_CONFIG="$(tc-getPROG LIBGCRYPT_CONFIG libgcrypt-config)" - PKG_CONFIG="$(tc-getPKG_CONFIG)" - XML2_CONFIG="$(tc-getPROG XML2_CONFIG xml2-config)" - - CMAKE=/bin/true # to stop Makefile from calling CMake, once more - ) - emake "${makeargs[@]}" -} - -src_install() { - default # use top-level Makefile, not cmake-utils_src_install -}