summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-01-30 12:57:56 +0100
committerMichał Górny <mgorny@gentoo.org>2021-01-30 13:01:01 +0100
commit2e3db79c156829f28a469af72a5bd290535cd83d (patch)
tree0fe8ab372550d1c67eed9d7aca49fa5c16a40c1c /dev-libs/libclsync
parentx11-themes/gtk-engines: fix pkg_setup with USE=-lua (diff)
downloadgentoo-2e3db79c156829f28a469af72a5bd290535cd83d.tar.gz
gentoo-2e3db79c156829f28a469af72a5bd290535cd83d.tar.bz2
gentoo-2e3db79c156829f28a469af72a5bd290535cd83d.zip
dev-libs/libclsync: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/libclsync')
-rw-r--r--dev-libs/libclsync/Manifest1
-rw-r--r--dev-libs/libclsync/files/libclsync-pthreads.patch13
-rw-r--r--dev-libs/libclsync/libclsync-0.4.4-r1.ebuild75
-rw-r--r--dev-libs/libclsync/metadata.xml15
4 files changed, 0 insertions, 104 deletions
diff --git a/dev-libs/libclsync/Manifest b/dev-libs/libclsync/Manifest
deleted file mode 100644
index 53ae0d386a14..000000000000
--- 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 28a9fd8cd96a..000000000000
--- 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 6d491e0caf83..000000000000
--- 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 f1181db674dc..000000000000
--- a/dev-libs/libclsync/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>bircoph@gentoo.org</email>
- <name>Andrew Savchenko</name>
- </maintainer>
- <use>
- <flag name="extra-debug">Enable extra debugging. This will hurt performance badly. Be ready for tons of output.</flag>
- <flag name="extra-hardened">Enable extra security checks. This may hurt performance.</flag>
- </use>
- <upstream>
- <remote-id type="github">clsync/clsync</remote-id>
- </upstream>
-</pkgmetadata>