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 557081580B2 for ; Tue, 31 Aug 2021 20:03:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D4B5E0A04; Tue, 31 Aug 2021 20:03:21 +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 40094E0A04 for ; Tue, 31 Aug 2021 20:03:21 +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 3B003340861 for ; Tue, 31 Aug 2021 20:03:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D4988E for ; Tue, 31 Aug 2021 20:03:18 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1630440183.97c332a60171838d92968ce3ca127ed9db0ca8b6.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-libs/sope/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnustep-libs/sope/Manifest gnustep-libs/sope/sope-5.2.0.ebuild X-VCS-Directories: gnustep-libs/sope/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 97c332a60171838d92968ce3ca127ed9db0ca8b6 X-VCS-Branch: master Date: Tue, 31 Aug 2021 20:03:18 +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: d836e727-4946-44f8-985c-d838bd5e8178 X-Archives-Hash: 92d8c5ca3fcf5ab4b71d222f0a94a0ce commit: 97c332a60171838d92968ce3ca127ed9db0ca8b6 Author: Bernard Cafarelli gentoo org> AuthorDate: Tue Aug 31 20:00:01 2021 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Tue Aug 31 20:03:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c332a6 gnustep-libs/sope: 5.2.0 bump Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Bernard Cafarelli gentoo.org> gnustep-libs/sope/Manifest | 1 + gnustep-libs/sope/sope-5.2.0.ebuild | 54 +++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) diff --git a/gnustep-libs/sope/Manifest b/gnustep-libs/sope/Manifest index 7aa01206c9f..2a97890f3d2 100644 --- a/gnustep-libs/sope/Manifest +++ b/gnustep-libs/sope/Manifest @@ -1 +1,2 @@ DIST sope-5.1.1.tar.gz 2217045 BLAKE2B 0c4e3c0740c46d2da5cf5ea16e63ab01c930ab9a45dfec617d0a2ff05032f87d909e4471144031922f8635f22aa9bebc313a32eb7afa23341b9a70f63ba93b9e SHA512 17cbf131e6e0d25e296543eea1f6514c6ac0c40db7cd446abbe79c927211d17a31e3f46bdaaad5d6d86f8b52c701544004d645c2d827ce471db5a68750cc0525 +DIST sope-5.2.0.tar.gz 2217669 BLAKE2B ffa3bead59e5481f80e5064b00ad4cb6355e3377cf022928dad7dd5d3912bc2368a6f2fe04bf99062db9905dca0411b7f7be7a01df1af865cbb18653af504ee4 SHA512 06f887ac4e5a80227f52aa0694e385f8b22790b22adc913b6f571abcf35111cdbdaea96add70408dbce3c74b0671c1c73cc23fadcf6db41aa8db06951284d890 diff --git a/gnustep-libs/sope/sope-5.2.0.ebuild b/gnustep-libs/sope/sope-5.2.0.ebuild new file mode 100644 index 00000000000..7feec1b8304 --- /dev/null +++ b/gnustep-libs/sope/sope-5.2.0.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit gnustep-2 vcs-snapshot + +DESCRIPTION="A set of frameworks forming a complete Web application server environment" +HOMEPAGE="http://www.sogo.nu/" +SRC_URI="https://github.com/inverse-inc/sope/archive/SOPE-${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="gnutls ldap mysql postgres +ssl +xml" + +RDEPEND=" + sys-libs/zlib + ldap? ( net-nds/openldap ) + gnutls? ( net-libs/gnutls:= ) + !gnutls? ( + dev-libs/openssl:0= + ) + mysql? ( dev-db/mysql-connector-c:= ) + postgres? ( dev-db/postgresql:= ) + xml? ( dev-libs/libxml2:2 ) +" +DEPEND="${RDEPEND}" + +src_configure() { + local ssl_provider + if use ssl ; then + if use gnutls ; then + ssl_provider=gnutls + else + ssl_provider=ssl + fi + else + ssl_provider=none + fi + + egnustep_env + + # Non-standard configure script + ./configure \ + --disable-strip \ + $(use_enable debug) \ + $(use_enable ldap openldap) \ + $(use_enable mysql) \ + $(use_enable postgres postgresql) \ + $(use_enable xml) \ + --with-ssl="${ssl_provider}" \ + --with-gnustep || die "configure failed" +}