From 76c8ef066cfbecba3dbc4f1e518a0367814da09a Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sun, 21 Feb 2021 21:52:22 +0100 Subject: x11-plugins/lurch: Drop old Signed-off-by: Sebastian Pipping 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(-) delete mode 100644 x11-plugins/lurch/lurch-0.6.8-r1.ebuild delete mode 100644 x11-plugins/lurch/lurch-0.6.8.ebuild (limited to 'x11-plugins') 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 67d6325288cf..000000000000 --- 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 cb4e4a97bace..000000000000 --- 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 -} -- cgit v1.2.3-65-gdbad