pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip clean-up: remove libdoozer



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Fri Jul 8 09:30:54 2022 +0200
Changeset:	3bd95eb3bfef47946357c34464eb3b20699663c1

Modified Files:
	Makefile
Removed Files:
	libdoozer/DESCR
	libdoozer/Makefile
	libdoozer/PLIST
	libdoozer/buildlink3.mk
	libdoozer/distinfo

Log Message:
wip clean-up: remove libdoozer

Last commit 2013. EOL Qt4 only.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3bd95eb3bfef47946357c34464eb3b20699663c1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                |  1 -
 libdoozer/DESCR         | 10 ----------
 libdoozer/Makefile      | 21 ---------------------
 libdoozer/PLIST         |  5 -----
 libdoozer/buildlink3.mk | 12 ------------
 libdoozer/distinfo      |  4 ----
 6 files changed, 53 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index c81709e095..69868b2f7e 100644
--- a/Makefile
+++ b/Makefile
@@ -2041,7 +2041,6 @@ SUBDIR+=	libdialog
 SUBDIR+=	libdisasm
 SUBDIR+=	libdivecomputer
 SUBDIR+=	libdjconsole
-SUBDIR+=	libdoozer
 SUBDIR+=	libdrm-dfbsd
 SUBDIR+=	libdrm-dfbsd-meson
 SUBDIR+=	libdxfrw
diff --git a/libdoozer/DESCR b/libdoozer/DESCR
deleted file mode 100644
index e1b6759c36..0000000000
--- a/libdoozer/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-libdoozer is a C++ client library for the Doozer lock service. It implements
-all the client functions the Go library has. It can be used for:
-
- - Synchronized configuration update,
- - Optimistic resource locking,
- - Master election and
- - Service autodiscovery.
-
-It supports multiple master processes in multiple locations while still
-guaranteeing a globally consistent state.
diff --git a/libdoozer/Makefile b/libdoozer/Makefile
deleted file mode 100644
index bdbf91dc32..0000000000
--- a/libdoozer/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2013/02/18 00:31:27 asau Exp $
-
-DISTNAME=	libdoozer-0.1
-CATEGORIES=	databases devel
-MASTER_SITES=	ftp://ftp.bsdprojects.net/pub/bsdprojects/libdoozer/
-EXTRACT_SUFX=	.tar.bz2
-
-MAINTAINER=	tonnerre%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/ha/doozer/
-COMMENT=	C++ Client Library for the Doozer Locking Service
-LICENSE=	2-clause-bsd
-
-GNU_CONFIGURE=	yes
-USE_LIBTOOL=	yes
-USE_TOOLS+=	gm4 gmake
-USE_LANGUAGES=	c c++
-GCC_REQD=	4.6
-
-.include "../../x11/qt4-libs/buildlink3.mk"
-.include "../../devel/protobuf/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/libdoozer/PLIST b/libdoozer/PLIST
deleted file mode 100644
index fb900b60c2..0000000000
--- a/libdoozer/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2013/02/08 20:45:28 tonnerre Exp $
-bin/doozer-cli
-bin/doozer-ping
-include/doozer.h
-lib/libdoozer.la
diff --git a/libdoozer/buildlink3.mk b/libdoozer/buildlink3.mk
deleted file mode 100644
index 95ff5f720d..0000000000
--- a/libdoozer/buildlink3.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2013/02/08 20:45:28 tonnerre Exp $
-
-BUILDLINK_TREE+=	libdoozer
-
-.if !defined(LIBDOOZER_BUILDLINK3_MK)
-LIBDOOZER_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libdoozer+=	libdoozer>=0.1
-BUILDLINK_PKGSRCDIR.libdoozer?=		../../wip/libdoozer
-.endif	# LIBDOOZER_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-libdoozer
diff --git a/libdoozer/distinfo b/libdoozer/distinfo
deleted file mode 100644
index 0e1433ba73..0000000000
--- a/libdoozer/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-$NetBSD: distinfo,v 1.1 2013/02/08 20:45:28 tonnerre Exp $
-
-RMD160 (libdoozer-0.1.tar.bz2) = d3f2280dc8889be8ca9c21b1a5bab6a54eb7b0cf
-Size (libdoozer-0.1.tar.bz2) = 266701 bytes


Home | Main Index | Thread Index | Old Index