net-p2p/syrep: treeclean

Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
Jakov Smolić
2022-05-10 07:27:33 +02:00
parent 772c1f999a
commit 4efa80508e
4 changed files with 0 additions and 51 deletions

View File

@@ -1 +0,0 @@
DIST syrep-0.9.tar.gz 192317 BLAKE2B 63f8020032829f5b8d5cae700f4bff96e9e3ea38b82958017e2babaca057a3988629c35c6b2e6e74a6283cca75021ab6f46eb548f2bae2aa662a9998c946b9c5 SHA512 2146b5e317e6bec60567976d6e17f68b817b80eb41fdb12125f899bf86dd27e92de1c5ef48b41ef09b6c61d3821d163e37486683d6b054dec46923cf451e8fed

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
</pkgmetadata>

View File

@@ -1,40 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools
DESCRIPTION="A generic file repository synchronization tool"
HOMEPAGE="http://0pointer.de/lennart/projects/syrep/"
SRC_URI="http://0pointer.de/lennart/projects/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
DEPEND="sys-libs/zlib
>=sys-libs/db-4.3
doc? ( www-client/lynx )"
src_prepare() {
default
sed -i \
-e "s/#if (DB_VERSION_MAJOR != 4).*/#if (DB_VERSION_MAJOR < 4)/" \
configure.ac || die
eautoreconf
}
src_configure() {
econf \
$(use_enable doc lynx) \
--disable-xmltoman \
--disable-subversion \
--disable-gengetopt
}
src_install() {
DOCS=( doc/README doc/*.txt )
use doc && HTML_DOCS=( doc/*.{css,html} )
default
}

View File

@@ -340,11 +340,6 @@ media-video/gxine
dev-ruby/nokogumbo
dev-ruby/sanitize:5
# David Seifert <soap@gentoo.org> (2022-04-10)
# Unmaintained, last release upstream 16 years ago, Fedora dropped it,
# relies on sys-libs/db, low quality port to EAPI 6, removal on 2022-05-10.
net-p2p/syrep
# David Seifert <soap@gentoo.org> (2022-04-06)
# Unsupported branches, no consumers left, removal on 2023-01-01.
sys-devel/automake:1.13