public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ucspi-ssl/
Date: Sun, 17 Apr 2022 19:17:41 +0000 (UTC)	[thread overview]
Message-ID: <1650223027.97b4d9bfa637e35a99f0fef651aa861a5ba0bf65.sam@gentoo> (raw)

commit:     97b4d9bfa637e35a99f0fef651aa861a5ba0bf65
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 19:10:17 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 19:17:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b4d9bf

sys-apps/ucspi-ssl: drop 0.99e-r1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/ucspi-ssl/ucspi-ssl-0.99e-r1.ebuild | 63 ----------------------------
 1 file changed, 63 deletions(-)

diff --git a/sys-apps/ucspi-ssl/ucspi-ssl-0.99e-r1.ebuild b/sys-apps/ucspi-ssl/ucspi-ssl-0.99e-r1.ebuild
deleted file mode 100644
index a40eeae5407b..000000000000
--- a/sys-apps/ucspi-ssl/ucspi-ssl-0.99e-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit fixheadtails qmail
-
-DESCRIPTION="Command-line tools for building SSL client-server applications"
-HOMEPAGE="https://www.fehcom.de/ipnet/ucspi-ssl.html"
-SRC_URI="https://www.fehcom.de/ipnet/ucspi-ssl/${P}.tgz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~s390 sparc x86"
-IUSE="bindist perl"
-
-DEPEND="
-	dev-libs/openssl:0=[bindist(-)=]
-	perl? ( dev-lang/perl:= )"
-RDEPEND="${DEPEND}
-	sys-apps/ucspi-tcp"
-
-S="${WORKDIR}"/host/superscript.com/net/${P}
-
-PATCHES=( "${FILESDIR}"/${P}-fno-common.patch )
-
-src_prepare() {
-	ht_fix_all
-
-	sed -i -e 's:auto:gcc:' conf-cc || die
-	sed -i -e 's:-m64::' conf-ld || die
-	qmail_set_cc
-
-	echo "/usr/bin" > conf-tcpbin || die
-	echo "/usr/share/ca-certificates/" > conf-cadir || die
-	echo "${QMAIL_HOME}/control/dh1024.pem" > conf-dhfile || die
-	echo "/usr/" > src/home || die
-	sed -i -e 's:HOME/command:/usr/bin:' \
-		src/sslcat.sh src/sslconnect.sh src/https\@.sh || die
-
-	# workaround: SSL_TXT_ECDH is always set in openssl/ssl.h, even with openssl[bindist]
-	sed -i -e 's:SSL_TXT_ECDH:ENABLE_SSL_TXT_ECDH:' src/ucspissl.h src/ssl_params.c conf-ecdh || die
-	if use bindist; then
-		echo > conf-ecdh || die
-	fi
-	default
-}
-
-src_compile() {
-	cd src || die
-	emake sysdeps
-	emake uint32.h
-	emake
-}
-
-src_install() {
-	dodoc -r doc/.
-	doman man/*
-
-	cd src || die
-	dobin $(<../package/commands-base)
-	use perl && dobin $(<../package/commands-sslperl)
-}


             reply	other threads:[~2022-04-17 19:17 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-17 19:17 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-12-16  0:09 [gentoo-commits] repo/gentoo:master commit in: sys-apps/ucspi-ssl/ Sam James
2021-12-03  4:50 Sam James
2021-06-17 22:18 Thomas Deutschmann
2021-06-17 20:32 Thomas Deutschmann
2021-05-01 10:14 Mikle Kolyada
2020-10-06 15:00 Sam James
2020-08-05 14:06 Agostino Sarubbo
2020-08-05 14:01 Agostino Sarubbo
2020-08-03 16:34 Sergei Trofimovich
2020-08-02 12:04 Sergei Trofimovich
2020-08-02 11:48 Sergei Trofimovich
2020-07-19 10:43 Joonas Niilola
2019-05-21  0:29 Stefan Strogin
2018-11-14 16:29 Robin H. Johnson
2018-07-28  0:53 Mikle Kolyada
2017-04-08 21:32 Patrice Clement
2016-12-29 12:56 David Seifert
2016-12-21 13:58 Patrice Clement
2016-12-21 13:58 Patrice Clement
2016-12-21 13:58 Patrice Clement
2016-04-03 10:19 Ian Delaney

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=1650223027.97b4d9bfa637e35a99f0fef651aa861a5ba0bf65.sam@gentoo \
    --to=sam@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