mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-dns/odsclient: Remove last-rited pkg
Closes: https://bugs.gentoo.org/922925 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST odsclient-1.03.tar.gz 4263 BLAKE2B b4d04133b9ab837cd3df06cf331aeb5b0987d370d27e824776374135e0340e42449fa24027eaaed2a4921b82abc9a61e4f750fdf1aba1a33b91780a4662704dd SHA512 12cc8b734314ec23432fc7ca980e099eee04be84134740460b7ab3edcff1abfb116794504653ef0af72b27fdc2b074633b96196e1894092152e1bd0e8300ab11
|
||||
@@ -1,21 +0,0 @@
|
||||
--- a/client.c
|
||||
+++ b/client.c
|
||||
@@ -40,7 +40,8 @@
|
||||
ret = getret(s);
|
||||
if(ret == 795 || ret == 796)
|
||||
{
|
||||
- fprintf(stderr, "Updated successfully\n");
|
||||
+ fprintf(stderr, "Updated %s to %s successfully\n",
|
||||
+ argv[3], ipaddress);
|
||||
mydprintf(s, "QUIT\n");
|
||||
close(s);
|
||||
exit(0);
|
||||
@@ -50,7 +51,7 @@
|
||||
|
||||
}
|
||||
}
|
||||
- fprintf(stderr, "Unable to update host\n");
|
||||
+ fprintf(stderr, "Unable to update %s\n", argv[3]);
|
||||
return 1;
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
@@ -1,34 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="Client for the Open Domain Server's dynamic dns"
|
||||
HOMEPAGE="http://www.ods.org/"
|
||||
SRC_URI="http://www.ods.org/dl/${P}.tar.gz"
|
||||
LICENSE="LGPL-2.1"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
PATCHES=( "${FILESDIR}/${PV}-gentoo.patch" )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
sed -i Makefile -e 's| -o | $(LDFLAGS)&|g' || die "sed failed"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake \
|
||||
CC="$(tc-getCC)" \
|
||||
CFLAGS="${CFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dosbin odsclient
|
||||
einstalldocs
|
||||
}
|
||||
@@ -762,11 +762,6 @@ dev-python/pendulum
|
||||
# Removal on 2024-03-15. Bug #833088.
|
||||
dev-python/fb-re2
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2024-02-14)
|
||||
# Unmaintained. EAPI 6. The service was shut down.
|
||||
# Removal on 2024-03-15. Bug #922925.
|
||||
net-dns/odsclient
|
||||
|
||||
# Ulrich Müller <ulm@gentoo.org> (2024-02-08)
|
||||
# Masked for testing.
|
||||
# Test failure in watchpoints.dem, undefined function FresnelC.
|
||||
|
||||
Reference in New Issue
Block a user