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 886311382C5 for ; Sat, 30 Jan 2021 12:01:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD2E3E0AED; Sat, 30 Jan 2021 12:01:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 94969E0AED for ; Sat, 30 Jan 2021 12:01:12 +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 12C1B33BF53 for ; Sat, 30 Jan 2021 12:01:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A92C4C for ; Sat, 30 Jan 2021 12:01:09 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1612008061.2e3db79c156829f28a469af72a5bd290535cd83d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-libs/libclsync/files/, dev-libs/libclsync/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libclsync/Manifest dev-libs/libclsync/files/libclsync-pthreads.patch dev-libs/libclsync/libclsync-0.4.4-r1.ebuild dev-libs/libclsync/metadata.xml profiles/package.mask X-VCS-Directories: profiles/ dev-libs/libclsync/ dev-libs/libclsync/files/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2e3db79c156829f28a469af72a5bd290535cd83d X-VCS-Branch: master Date: Sat, 30 Jan 2021 12:01:09 +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: 40b3bf2d-451a-4f6f-baf4-1695f4744a56 X-Archives-Hash: d3f3660018f646aefc4bce08c5737753 commit: 2e3db79c156829f28a469af72a5bd290535cd83d Author: Michał Górny gentoo org> AuthorDate: Sat Jan 30 11:57:56 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 30 12:01:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e3db79c dev-libs/libclsync: Remove last-rited pkg Signed-off-by: Michał Górny gentoo.org> dev-libs/libclsync/Manifest | 1 - dev-libs/libclsync/files/libclsync-pthreads.patch | 13 ---- dev-libs/libclsync/libclsync-0.4.4-r1.ebuild | 75 ----------------------- dev-libs/libclsync/metadata.xml | 15 ----- profiles/package.mask | 1 - 5 files changed, 105 deletions(-) diff --git a/dev-libs/libclsync/Manifest b/dev-libs/libclsync/Manifest deleted file mode 100644 index 53ae0d386a1..00000000000 --- a/dev-libs/libclsync/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST clsync-0.4.4.tar.gz 268276 BLAKE2B 0027760cfdee5c4410c4cea45aae2def6498d812d2f50038993c39a33c6029722ec2dd2cfff20815a3ffd8834eb8c439059e5f1d2cc3d2cf98ecb22ed22f2322 SHA512 cdafbf43fdeafe9cb53c08e0514ef356fb5b4bbd8da2226263180e7441d222c76e6c73f847f484b3688a8672e4a85df0346c0236d8d0ed4506d209189af02dcd diff --git a/dev-libs/libclsync/files/libclsync-pthreads.patch b/dev-libs/libclsync/files/libclsync-pthreads.patch deleted file mode 100644 index 28a9fd8cd96..00000000000 --- a/dev-libs/libclsync/files/libclsync-pthreads.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/Makefile.am b/Makefile.am -index 246908d..8bea3a9 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -98,7 +98,7 @@ EXTRA_DIST = .doxygen .travis.sh .travis.yml NOTES SHORTHANDS freebsd debian gen - - if LIBCLSYNC - lib_LTLIBRARIES = libclsync.la --libclsync_la_SOURCES = malloc.c libclsync.c socket.c error.c -+libclsync_la_SOURCES = malloc.c libclsync.c socket.c error.c pthreadex.c - libclsync_la_LDFLAGS = -version-info 0:0:0 - endif - diff --git a/dev-libs/libclsync/libclsync-0.4.4-r1.ebuild b/dev-libs/libclsync/libclsync-0.4.4-r1.ebuild deleted file mode 100644 index 6d491e0caf8..00000000000 --- a/dev-libs/libclsync/libclsync-0.4.4-r1.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_PN=${PN#lib} -MY_P="${MY_PN}-${PV}" - -inherit autotools - -DESCRIPTION="Control and monitoring library for clsync" -HOMEPAGE="http://ut.mephi.ru/oss/clsync https://github.com/clsync/clsync" -SRC_URI="https://github.com/clsync/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug extra-debug extra-hardened hardened static-libs" -S="${WORKDIR}/${MY_P}" - -REQUIRED_USE=" - extra-debug? ( debug ) - extra-hardened? ( hardened ) -" - -BDEPEND="virtual/pkgconfig" -RDEPEND="~app-doc/clsync-docs-${PV}" - -PATCHES=( "${FILESDIR}/${PN}-pthreads.patch" ) - -src_prepare() { - eapply_user - eautoreconf -} - -src_configure() { - local harden_level=0 - use hardened && harden_level=1 - use extra-hardened && harden_level=2 - - local debug_level=0 - use debug && debug_level=1 - use extra-debug && debug_level=2 - - econf \ - --enable-socket-library \ - --disable-clsync \ - --enable-debug=${debug_level} \ - --enable-paranoid=${harden_level} \ - --without-bsm \ - --without-kqueue \ - --disable-capabilities \ - --disable-cluster \ - --enable-socket \ - --disable-highload-locks \ - --disable-unshare \ - --disable-seccomp \ - --without-libcgroup \ - --without-gio \ - --with-inotify=native \ - --without-mhash -} - -src_install() { - emake DESTDIR="${D}" install - find "${ED}" -name "*.la" -delete - use static-libs || find "${ED}" -name "*.a" -delete || die "failed to remove static libs" - - # docs go into clsync-docs - rm -rf "${ED}/usr/share/doc" || die -} - -pkg_postinst() { - einfo "clsync instances you are going to use _must_ be compiled" - einfo "with control-socket support" -} diff --git a/dev-libs/libclsync/metadata.xml b/dev-libs/libclsync/metadata.xml deleted file mode 100644 index f1181db674d..00000000000 --- a/dev-libs/libclsync/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - bircoph@gentoo.org - Andrew Savchenko - - - Enable extra debugging. This will hurt performance badly. Be ready for tons of output. - Enable extra security checks. This may hurt performance. - - - clsync/clsync - - diff --git a/profiles/package.mask b/profiles/package.mask index 1d097ccb128..7cfaf1958b5 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -281,7 +281,6 @@ media-sound/takcd # No reverse dependencies. Removal in 30 days. (2020-12-20) # Needs a port to haskell-src-exts compatible with ghc-8.8.