public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-libs/sope/
Date: Sat, 15 Apr 2017 11:21:29 +0000 (UTC)	[thread overview]
Message-ID: <1492255278.9f73ed42cab828f901aa0d29b7aad3bb0b3c1719.xmw@gentoo> (raw)

commit:     9f73ed42cab828f901aa0d29b7aad3bb0b3c1719
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 15 11:20:38 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sat Apr 15 11:21:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f73ed42

gnustep-libs/sope: Remove old version.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 gnustep-libs/sope/Manifest          |  1 -
 gnustep-libs/sope/sope-3.2.1.ebuild | 62 -------------------------------------
 2 files changed, 63 deletions(-)

diff --git a/gnustep-libs/sope/Manifest b/gnustep-libs/sope/Manifest
index 1cc9d68b700..752b0da02e5 100644
--- a/gnustep-libs/sope/Manifest
+++ b/gnustep-libs/sope/Manifest
@@ -1,3 +1,2 @@
-DIST sope-3.2.1.tar.gz 2195142 SHA256 654b72d87207568808665603557b9e7d311b558eee4ae9229479eb9918362d4c SHA512 bf1ead8bc8759d7fd6acf8b7fbff91718070e6f6a1e4fff24b1c0b37128ebf9542e8158e80ca12e8e60770ac1207c5825b8e0032a175ef6f102392f5f8cd7e09 WHIRLPOOL 10949992319dc45eaeeaaa03090997767b2b3bf9f2001a6804e6beae8038b87a4c14d30ffb7754f027d77f8631dea1c6414462870ac4f690860710d92da3bd0e
 DIST sope-3.2.6a.tar.gz 2196322 SHA256 b01e2fdadfa8db81af462fd4622251de0547359af706bbe7b7cf958b0eed350a SHA512 b1f56f7fb61ee9b95cb5cfcc362cfe72312f9e90fe669904b2f341f42fb2f4299a2449437b6c23c1db316005dfa05ef8d163cadbc271f9821e64d7269afb73ef WHIRLPOOL c13825861ee8a49e03dfaef0cb3b6bc93015d287253753cf288348128831827ca99f59854f40b740180f7634a2a2c6af2cb8008a62afcb66954027bd71053139
 DIST sope-3.2.8.tar.gz 2196618 SHA256 f70cea6b07c73e2e448c8e382a12c50bfa8d2dc79908e2b3b3c08faab7756bba SHA512 cecb4bf3ae78afbb210a3295ff4bcbf7d3a547fec6378fcda976ff2bd1c5d805d57a6c30ec5eaf61bceb580982af4f0402ac0895ad3b7f4695cdb1ceb0160f50 WHIRLPOOL 522426e7f1c9cd5d920fe42588d10b405343f827cd4a948570824e77b03313618f38f507a2a3a938ea203c7a93fa2d84bd67a7eb827bdfa9a7f0f6658bf7a9e5

diff --git a/gnustep-libs/sope/sope-3.2.1.ebuild b/gnustep-libs/sope/sope-3.2.1.ebuild
deleted file mode 100644
index b922e118d98..00000000000
--- a/gnustep-libs/sope/sope-3.2.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils 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 libressl mysql postgres +ssl +xml"
-
-RDEPEND="
-	sys-libs/zlib
-	ldap? ( net-nds/openldap )
-	gnutls? ( net-libs/gnutls:= )
-	!gnutls? (
-		!libressl? ( dev-libs/openssl:0= )
-		libressl? ( dev-libs/libressl:= )
-	)
-	mysql? ( virtual/libmysqlclient:= )
-	postgres? ( dev-db/postgresql:= )
-	xml? ( dev-libs/libxml2:2 )
-"
-DEPEND="${RDEPEND}"
-
-pkg_pretend() {
-	if use ssl && use gnutls && use libressl ; then
-		ewarn "You have enabled both gnutls and libressl, but only"
-		ewarn "one provider can be active. Using gnutls!"
-	fi
-}
-
-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"
-}


             reply	other threads:[~2017-04-15 11:21 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-15 11:21 Michael Weber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-13 14:16 [gentoo-commits] repo/gentoo:master commit in: gnustep-libs/sope/ Bernard Cafarelli
2022-03-23  1:02 Sam James
2021-08-31 20:03 Bernard Cafarelli
2021-06-21 22:15 Bernard Cafarelli
2021-06-03 21:22 Bernard Cafarelli
2021-06-03 21:22 Bernard Cafarelli
2021-05-03  7:01 Mikle Kolyada
2020-07-29 17:44 Bernard Cafarelli
2019-12-22 17:48 Bernard Cafarelli
2019-12-10 12:22 Bernard Cafarelli
2019-09-24 12:56 Bernard Cafarelli
2019-09-23 16:39 Bernard Cafarelli
2019-08-28 11:17 Thomas Deutschmann
2019-08-24 10:30 Thomas Deutschmann
2019-04-03 21:29 Bernard Cafarelli
2017-07-25 12:04 Bernard Cafarelli
2017-07-17 12:21 Bernard Cafarelli
2017-05-31 12:30 Michael Weber
2017-04-15 11:21 Michael Weber
2017-02-05 20:24 Bernard Cafarelli
2016-11-07 13:11 Bernard Cafarelli
2016-11-02 12:51 Bernard Cafarelli
2016-03-09 13:39 Bernard Cafarelli
2016-02-17 13:45 Bernard Cafarelli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1492255278.9f73ed42cab828f901aa0d29b7aad3bb0b3c1719.xmw@gentoo \
    --to=xmw@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox