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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 29F26158087 for ; Sun, 9 Jan 2022 19:11:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E54B2BC039; Sun, 9 Jan 2022 19:11:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0BD812BC036 for ; Sun, 9 Jan 2022 19:11:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8084342AB4 for ; Sun, 9 Jan 2022 19:11:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B80B239 for ; Sun, 9 Jan 2022 19:11:20 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1641755467.80ef3604cac64727db2e1380797fc3c60d0529ca.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/wvstreams/files/, net-libs/wvstreams/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/wvstreams/files/wvstreams-99999-openssl-ldflags.patch net-libs/wvstreams/files/wvstreams-99999-soname.patch net-libs/wvstreams/wvstreams-99999.ebuild X-VCS-Directories: net-libs/wvstreams/ net-libs/wvstreams/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 80ef3604cac64727db2e1380797fc3c60d0529ca X-VCS-Branch: master Date: Sun, 9 Jan 2022 19:11:20 +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: 06c08a46-e4e7-4649-bcff-d7d6eb397e6d X-Archives-Hash: 620a65d00f38e8d9e3873108328053c6 commit: 80ef3604cac64727db2e1380797fc3c60d0529ca Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 9 18:00:09 2022 +0000 Commit: Andreas Sturmlechner gentoo 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 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=" - =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 -}