public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/wvstreams/files/, net-libs/wvstreams/
Date: Sun,  9 Jan 2022 19:11:20 +0000 (UTC)	[thread overview]
Message-ID: <1641755467.80ef3604cac64727db2e1380797fc3c60d0529ca.asturm@gentoo> (raw)

commit:     80ef3604cac64727db2e1380797fc3c60d0529ca
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  9 18:00:09 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan  9 19:11:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80ef3604

net-libs/wvstreams: Drop hopelessly outdated 9999 ebuild

A single commit was made in 2018 and nothing after that.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../files/wvstreams-99999-openssl-ldflags.patch    | 10 ---
 .../wvstreams/files/wvstreams-99999-soname.patch   | 11 ---
 net-libs/wvstreams/wvstreams-99999.ebuild          | 93 ----------------------
 3 files changed, 114 deletions(-)

diff --git a/net-libs/wvstreams/files/wvstreams-99999-openssl-ldflags.patch b/net-libs/wvstreams/files/wvstreams-99999-openssl-ldflags.patch
deleted file mode 100644
index 0bf2bc4a7b02..000000000000
--- a/net-libs/wvstreams/files/wvstreams-99999-openssl-ldflags.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/config.ac
-+++ b/config.ac
-@@ -444,7 +444,6 @@
- if test "$with_openssl" != "no"; then
-     if test "$with_openssl" != ""; then
-         WV_APPEND(CPPFLAGS, [-I$with_openssl/include])
--        WV_APPEND(LDFLAGS, [-L$with_openssl])
-     fi
-     AC_CHECK_HEADERS(openssl/ssl.h,, [with_openssl=no],
-                      [#define OPENSSL_NO_KRB5])

diff --git a/net-libs/wvstreams/files/wvstreams-99999-soname.patch b/net-libs/wvstreams/files/wvstreams-99999-soname.patch
deleted file mode 100644
index 9dd0d8ab8260..000000000000
--- a/net-libs/wvstreams/files/wvstreams-99999-soname.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/default.so.do
-+++ b/default.so.do
-@@ -47,7 +47,7 @@
-     redo-ifchange "$OUT/$2.a"
-     ln -s $2.a "$sofile"
- else
--    $CXX -o "$sofile" -shared \
-+    $CXX -o "$sofile" -shared -Wl,-soname,$sofile \
-         $zdefs \
-         $LDFLAGS \
-         $obj $libdep $libs

diff --git a/net-libs/wvstreams/wvstreams-99999.ebuild b/net-libs/wvstreams/wvstreams-99999.ebuild
deleted file mode 100644
index 11e465328157..000000000000
--- a/net-libs/wvstreams/wvstreams-99999.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-AT_NOELIBTOOLIZE=yes
-inherit autotools flag-o-matic git-r3 multiprocessing toolchain-funcs out-of-source
-
-DESCRIPTION="A network programming library in C++"
-HOMEPAGE="https://github.com/apenwarr/wvstreams"
-EGIT_REPO_URI="https://github.com/apenwarr/wvstreams"
-
-LICENSE="GPL-2"
-SLOT="0/5.0"
-KEYWORDS=""
-IUSE="+dbus debug doc pam static-libs +zlib"
-
-RDEPEND="
-	<dev-libs/openssl-1.1:0=
-	sys-libs/readline:0=
-	sys-libs/zlib
-	virtual/libcrypt:=
-	dbus? ( >=sys-apps/dbus-1.4.20 )
-	pam? ( sys-libs/pam )
-"
-DEPEND="
-	${RDEPEND}
-	dev-util/redo
-	virtual/pkgconfig
-	doc? ( app-doc/doxygen )
-"
-PATCHES=(
-	"${FILESDIR}"/${PN}-99999-openssl-ldflags.patch
-	"${FILESDIR}"/${PN}-99999-soname.patch
-)
-
-src_prepare() {
-	sed -i -e 's|-pre||g' config.ac || die
-
-	default
-
-	ln -s config.ac configure.ac || die
-	eautoreconf
-}
-
-my_src_configure() {
-	append-flags -fno-strict-aliasing
-	append-flags -fno-tree-dce -fno-optimize-sibling-calls #421375
-
-	tc-export AR CC CXX
-
-	econf \
-		$(use_enable debug) \
-		$(use_with dbus) \
-		$(use_with pam) \
-		$(use_with zlib) \
-		--cache-file="${BUILD_DIR}"/config.cache \
-		--disable-optimization \
-		--localstatedir=/var \
-		--without-qt \
-		--without-valgrind
-}
-
-my_src_compile() {
-	redo -j$(makeopts_jobs) || die
-
-	if use doc; then
-		doxygen "${S}"/Doxyfile || die
-	fi
-}
-
-my_src_test() {
-	redo -j$(makeopts_jobs) test || die
-}
-
-my_src_install() {
-	DESTDIR="${D}" redo -j$(makeopts_jobs) install || die
-
-	local lib
-	for lib in $(find "${BUILD_DIR}" -name '*.so' -type l | grep -v libwvstatic); do
-		insinto /usr/$(get_libdir)/pkgconfig
-		doins "${BUILD_DIR}"/pkgconfig/$(basename ${lib/.so}).pc
-	done
-
-	if use doc; then
-		#the list of files is too big for dohtml -r Docs/doxy-html/*
-		docinto html
-		dodoc -r Docs/doxy-html/*
-	fi
-
-	if ! use static-libs; then
-		find "${D}/usr/$(get_libdir)" -name '*.a' -delete || die
-	fi
-}


             reply	other threads:[~2022-01-09 19:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-09 19:11 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-01-02  8:47 [gentoo-commits] repo/gentoo:master commit in: net-libs/wvstreams/files/, net-libs/wvstreams/ Jeroen Roovers
2019-08-29 17:05 Stefan Strogin
2018-12-18 13:49 Jeroen Roovers
2017-07-27 13:26 Jeroen Roovers
2017-07-26 19:10 Jeroen Roovers
2016-09-18 13:09 David Seifert

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=1641755467.80ef3604cac64727db2e1380797fc3c60d0529ca.asturm@gentoo \
    --to=asturm@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