summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2020-01-30 15:14:49 -0500
committerBrian Evans <grknight@gentoo.org>2020-01-30 16:13:55 -0500
commitb3ab8333bb15209a7bd4f3b0fbcd2453ddad279a (patch)
tree613b5c77619361ddc88161eb53d023cab1f7e540 /net-misc/omnisync
parentnet-misc/omnisync: New snapshot to fix -fno-common (diff)
downloadgentoo-b3ab8333bb15209a7bd4f3b0fbcd2453ddad279a.tar.gz
gentoo-b3ab8333bb15209a7bd4f3b0fbcd2453ddad279a.tar.bz2
gentoo-b3ab8333bb15209a7bd4f3b0fbcd2453ddad279a.zip
net-misc/omnisync: Drop old
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'net-misc/omnisync')
-rw-r--r--net-misc/omnisync/Manifest2
-rw-r--r--net-misc/omnisync/files/omnisync-1.0-help.patch16
-rw-r--r--net-misc/omnisync/files/omnisync-1.0-maxshm.patch18
-rw-r--r--net-misc/omnisync/files/omnisync-1.0-openssl11.patch24
-rw-r--r--net-misc/omnisync/files/omnisync-1.0-statfile.patch18
-rw-r--r--net-misc/omnisync/omnisync-1.0-r1.ebuild49
-rw-r--r--net-misc/omnisync/omnisync-1.0.ebuild40
-rw-r--r--net-misc/omnisync/omnisync-1.0_p20180614.ebuild35
8 files changed, 0 insertions, 202 deletions
diff --git a/net-misc/omnisync/Manifest b/net-misc/omnisync/Manifest
index 12cf08cb129f..ecacc7030f6c 100644
--- a/net-misc/omnisync/Manifest
+++ b/net-misc/omnisync/Manifest
@@ -1,3 +1 @@
-DIST omnisync-1.0.tgz 27725 BLAKE2B 00e546e3a04c8483f4a3995207fe6715e25526ca639f517220725c31d50d1c01fe0d15927e11e84143f3b2c8aa80ede1317c818945f0249147548bb03d27f744 SHA512 742ffc0a85bd923b99ae7e4f50a6aaa29107eaa987039e902797c78a9673e914e1fa61b2484c6777f62b0caf8b3110a071fd103c8b18456083883df534a1ef4d
-DIST omnisync-1.0_p20180614.tar.bz2 26335 BLAKE2B fbb6e4d39f16e307b5355c1e25c656bfdd3b280888468e64bed692c52af28b35d813e3e5a19c6dd4c13bfa8c64b62f01826bdb8a4a40f358cc665e5050ccfbf1 SHA512 fd21907574abe9801999efa8dae6e19e80198536cd79a1261cd2c006b7beaa3637f5b9da578659baa9e14eca1756fa41551458f14bad44f9636d76634031f262
DIST omnisync-1.0_p20200130.tar.bz2 26360 BLAKE2B 4b999caf66f63f02241781234c88f8de54b727c9ce116afe77f6cc84e75146b0a748c8ecfe236009ad3704ead46d787cf3c06b556b2ffbecbed37c39322dcdf7 SHA512 b9f66755e990f1ffe2f2524f122581ff397f299f26b4e7d1301e649a1430b2ea814b39b4370621f1281c0b0fdab7aa026d1f827aeb7cfa4993286ad86484a4e8
diff --git a/net-misc/omnisync/files/omnisync-1.0-help.patch b/net-misc/omnisync/files/omnisync-1.0-help.patch
deleted file mode 100644
index 47ff5201c030..000000000000
--- a/net-misc/omnisync/files/omnisync-1.0-help.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-main: fix help missing newline
-
-Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-
-diff -Nuar --exclude '*~' omnisync-1.0.orig/main.c omnisync-1.0/main.c
---- omnisync-1.0.orig/main.c 2009-01-02 01:03:20.000000000 -0800
-+++ omnisync-1.0/main.c 2018-06-01 14:31:25.720686155 -0700
-@@ -139,7 +139,7 @@
- printf("-c x community (snmp only)\n");
- printf("-h x host to connect to\n");
- printf("-u x ntpd shared memory unit\n");
-- printf("-z x do an initial step, to speed up syncing, parameter is number of samples");
-+ printf("-z x do an initial step, to speed up syncing, parameter is number of samples\n");
- printf("-S x write measurements to file x\n");
- printf("-n do NOT submit to NTPd/set clock, query only (use in combination with -v and -f)\n");
- printf("-f do not fork\n");
diff --git a/net-misc/omnisync/files/omnisync-1.0-maxshm.patch b/net-misc/omnisync/files/omnisync-1.0-maxshm.patch
deleted file mode 100644
index 678c6e0072dd..000000000000
--- a/net-misc/omnisync/files/omnisync-1.0-maxshm.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-main: raise SHM unit limit
-
-Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-
-diff -Nuar --exclude '*~' omnisync-1.0.orig/main.c omnisync-1.0/main.c
---- omnisync-1.0.orig/main.c 2009-01-02 01:03:20.000000000 -0800
-+++ omnisync-1.0/main.c 2018-06-01 14:32:34.630066839 -0700
-@@ -346,8 +346,8 @@
- unit_nr = atoi(optarg);
- if (unit_nr < 0)
- error_exit("-u requires a positive value\n");
-- if (unit_nr > 3)
-- error_exit("NTPd normally supports only 4 shared memory devices, still continuing though\n");
-+ if (unit_nr > 254)
-+ error_exit("NTPd normally supports only 254 shared memory devices\n");
- break;
-
- case 'v':
diff --git a/net-misc/omnisync/files/omnisync-1.0-openssl11.patch b/net-misc/omnisync/files/omnisync-1.0-openssl11.patch
deleted file mode 100644
index 8c0d9c243338..000000000000
--- a/net-misc/omnisync/files/omnisync-1.0-openssl11.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -aurN a/mssl.c b/mssl.c
---- a/mssl.c 2009-01-02 04:03:20.000000000 -0500
-+++ b/mssl.c 2018-06-01 20:59:26.447052020 -0400
-@@ -136,14 +136,20 @@
- if (!bio_err)
- {
- SSL_library_init();
-+#if OPENSSL_API_COMPAT < 0x10100000L
- SSL_load_error_strings();
-+#endif
-
- /* error write context */
- bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
- }
-
- /* create context */
-+#if OPENSSL_API_COMPAT < 0x10100000L
- meth = SSLv23_method();
-+#else
-+ meth = TLS_method();
-+#endif
-
- return SSL_CTX_new(meth);
- }
diff --git a/net-misc/omnisync/files/omnisync-1.0-statfile.patch b/net-misc/omnisync/files/omnisync-1.0-statfile.patch
deleted file mode 100644
index 972316a33bd1..000000000000
--- a/net-misc/omnisync/files/omnisync-1.0-statfile.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-main: wire up stats_file variable
-
-Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-
-diff -Nuar --exclude '*~' omnisync-1.0.orig/main.c omnisync-1.0/main.c
---- omnisync-1.0.orig/main.c 2009-01-02 01:03:20.000000000 -0800
-+++ omnisync-1.0/main.c 2018-06-01 14:39:22.115229735 -0700
-@@ -358,6 +358,10 @@
- version();
- return 0;
-
-+ case 'S':
-+ stats_file = optarg;
-+ break;
-+
- default:
- help();
- return 1;
diff --git a/net-misc/omnisync/omnisync-1.0-r1.ebuild b/net-misc/omnisync/omnisync-1.0-r1.ebuild
deleted file mode 100644
index d82752e6f702..000000000000
--- a/net-misc/omnisync/omnisync-1.0-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="A driver for NTPd for people who are firewall-challenged"
-HOMEPAGE="https://www.vanheusden.com/time/omnisync"
-LICENSE="GPL-2"
-SRC_URI="https://www.vanheusden.com/time/${PN}/${P}.tgz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="dev-libs/openssl:0= net-analyzer/net-snmp:="
-DEPEND="${RDEPEND}"
-DOCS=( readme.txt Changes )
-PATCHES=(
- "${FILESDIR}"/omnisync-1.0-help.patch
- "${FILESDIR}"/omnisync-1.0-maxshm.patch
- "${FILESDIR}"/omnisync-1.0-statfile.patch
- "${FILESDIR}"/omnisync-1.0-openssl11.patch
-)
-
-src_prepare() {
- default
- tc-export CC
- sed -i \
- -e 's/-O2 -Wall/-Wall/' \
- -e 's/-lsnmp/-lnetsnmp/' \
- "${S%/}/Makefile" || die
- use debug || sed -i -e 's/$(DEBUG)//' "${S%/}/Makefile" || die
-}
-
-src_install() {
- dosbin omnisync
- newinitd "${FILESDIR%/}/${PN}.initd" ${PN}
- newconfd "${FILESDIR%/}/${PN}.confd" ${PN}
- einstalldocs
-}
-
-pkg_postinst() {
- local isConfigured=$(grep 'OMNISYNC_MODE=""' "${ROOT%/}/etc/conf.d/${PN}")
- if [[ -n "${isConfigured}" ]] ; then
- elog "Be sure to configure ${PN} in ${ROOT%/}/etc/conf.d before trying to start the service"
- fi
-}
diff --git a/net-misc/omnisync/omnisync-1.0.ebuild b/net-misc/omnisync/omnisync-1.0.ebuild
deleted file mode 100644
index 6c0ff7635dcf..000000000000
--- a/net-misc/omnisync/omnisync-1.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="A driver for NTPd for people who are firewall-challenged"
-HOMEPAGE="https://www.vanheusden.com/time/omnisync"
-LICENSE="GPL-2"
-SRC_URI="https://www.vanheusden.com/time/${PN}/${P}.tgz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="dev-libs/openssl:0= net-analyzer/net-snmp:="
-DEPEND="${RDEPEND}"
-DOCS=( readme.txt Changes )
-
-src_prepare() {
- default
- tc-export CC
- sed -i -e 's/-O2 -Wall/-Wall/' -e 's/-lsnmp/-lnetsnmp/' "${S%/}/Makefile" || die
- use debug || sed -i -e 's/$(DEBUG)//' "${S%/}/Makefile" || die
-}
-
-src_install() {
- dosbin omnisync
- newinitd "${FILESDIR%/}/${PN}.initd" ${PN}
- newconfd "${FILESDIR%/}/${PN}.confd" ${PN}
- einstalldocs
-}
-
-pkg_postinst() {
- local isConfigured=$(grep 'OMNISYNC_MODE=""' "${ROOT%/}/etc/conf.d/${PN}")
- if [[ -n "${isConfigured}" ]] ; then
- elog "Be sure to configure ${PN} in ${ROOT%/}/etc/conf.d before trying to start the service"
- fi
-}
diff --git a/net-misc/omnisync/omnisync-1.0_p20180614.ebuild b/net-misc/omnisync/omnisync-1.0_p20180614.ebuild
deleted file mode 100644
index c074a15980df..000000000000
--- a/net-misc/omnisync/omnisync-1.0_p20180614.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils vcs-snapshot
-
-SNAPSHOT="b3a759af454552f4bbd3b1e097b41bd0d1d7fcf5"
-
-DESCRIPTION="A driver for NTPd for people who are firewall-challenged"
-HOMEPAGE="https://www.vanheusden.com/time/omnisync"
-LICENSE="GPL-2"
-SRC_URI="https://gitlab.com/grknight/omnisync/-/archive/${SNAPSHOT}/omnisync-${SNAPSHOT}.tar.bz2 -> ${P}.tar.bz2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="net-libs/gnutls:= net-analyzer/net-snmp:="
-DEPEND="${RDEPEND}"
-DOCS=( readme.txt Changes )
-
-src_install() {
- cmake-utils_src_install
- newinitd "${FILESDIR%/}/${PN}.initd" ${PN}
- newconfd "${FILESDIR%/}/${PN}.confd" ${PN}
- einstalldocs
-}
-
-pkg_postinst() {
- local isConfigured=$(grep 'OMNISYNC_MODE=""' "${ROOT%/}/etc/conf.d/${PN}")
- if [[ -n "${isConfigured}" ]] ; then
- elog "Be sure to configure ${PN} in ${ROOT%/}/etc/conf.d before trying to start the service"
- fi
-}