Github messages for voidlinux
 help / color / mirror / Atom feed
From: Piraty <Piraty@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] zookeeper: remove package
Date: Wed, 05 Oct 2022 14:20:58 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39737@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

There is a new pull request by Piraty against master on the void-packages repository

https://github.com/Piraty/void-packages zookeeper-3.8.0
https://github.com/void-linux/void-packages/pull/39737

zookeeper: remove package
None

A patch file from https://github.com/void-linux/void-packages/pull/39737.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-zookeeper-3.8.0-39737.patch --]
[-- Type: text/x-diff, Size: 3596 bytes --]

From f408f69c094f74639bb4e5d5defc6541054690f9 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Wed, 5 Oct 2022 14:17:01 +0200
Subject: [PATCH 1/2] zookeeper: remove package

unmaintained for a long time
---
 srcpkgs/removed-packages/template     |  1 +
 srcpkgs/zookeeper/files/zookeeper/run |  6 ----
 srcpkgs/zookeeper/template            | 47 ---------------------------
 3 files changed, 1 insertion(+), 53 deletions(-)
 delete mode 100644 srcpkgs/zookeeper/files/zookeeper/run
 delete mode 100644 srcpkgs/zookeeper/template

diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 02b43cdad8b6..bfa6d1b16a1d 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -479,6 +479,7 @@ replaces="
  ytop<=0.6.2_1
  yturl<=2.0.2_5
  zbackup<=1.4.4_23
+ zookeeper<=3.4.13_2
  zou<=0.2.0_7
  zuluplay-devel<=1.1_1
  zuluplay<=1.1_1
diff --git a/srcpkgs/zookeeper/files/zookeeper/run b/srcpkgs/zookeeper/files/zookeeper/run
deleted file mode 100644
index d8212b48b33e..000000000000
--- a/srcpkgs/zookeeper/files/zookeeper/run
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-[ -f ./conf ] && . ./conf
-: ${DEFAULT_CONF_PATH:='/etc/zookeeper/conf/environment'}
-
-exec chpst -u _zookeeper \
-     /usr/share/zookeeper/bin/zkServer.sh start-foreground ${DEFAULT_CONF_PATH}
diff --git a/srcpkgs/zookeeper/template b/srcpkgs/zookeeper/template
deleted file mode 100644
index be597c1efe85..000000000000
--- a/srcpkgs/zookeeper/template
+++ /dev/null
@@ -1,47 +0,0 @@
-# Template file for 'zookeeper'
-pkgname=zookeeper
-version=3.4.13
-revision=2
-depends="virtual?java-runtime"
-short_desc="Distributed hierarchical key-value store"
-maintainer="Mickael Fortunato <morsi.morsicus@gmail.com>"
-license="Apache-2.0, MIT, BSD-3-Clause"
-homepage="http://zookeeper.apache.org/"
-distfiles="https://archive.apache.org/dist/zookeeper/zookeeper-${version}/zookeeper-${version}.tar.gz"
-checksum=7ced798e41d2027784b8fd55c908605ad5bd94a742d5dab2506be8f94770594d
-system_accounts="_zookeeper"
-
-do_install() {
-	# License
-	cp lib/jline-*.LICENSE.txt jline.LICENSE
-	vlicense jline.LICENSE
-	cp lib/slf4j-*.LICENSE.txt slf4j.LICENSE
-	vlicense slf4j.LICENSE
-
-	# Documentation
-	vmkdir usr/share/doc/${pkgname}
-	vcopy "docs/*" usr/share/doc/${pkgname}
-
-	# Configuration example
-	vmkdir usr/share/examples/${pkgname}
-	vcopy conf usr/share/examples/${pkgname}
-
-	# Default configuration
-	vmkdir etc/${pkgname}/conf
-	vcopy conf/zoo_sample.cfg etc/${pkgname}/conf/environment
-
-	# Main class
-	vmkdir usr/share/${pkgname}
-	vcopy ${pkgname}-${version}.jar usr/share/${pkgname}
-
-	# Tools
-	vmkdir usr/share/${pkgname}/bin
-	vcopy "bin/*.sh" usr/share/${pkgname}/bin
-
-	# Classpath
-	vmkdir usr/share/${pkgname}/lib
-	vcopy "lib/*.jar" usr/share/${pkgname}/lib
-
-	# Service
-	vsv ${pkgname}
-}

From 6e6b50dc4fa2820498cea66bc221c3601b164eba Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Wed, 5 Oct 2022 14:19:58 +0200
Subject: [PATCH 2/2] removed-packages: bump revision

---
 srcpkgs/removed-packages/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index bfa6d1b16a1d..0d078711930d 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,7 +1,7 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
 version=0.1
-revision=73
+revision=74
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"

             reply	other threads:[~2022-10-05 12:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-05 12:20 Piraty [this message]
2022-10-06  8:02 ` [PR PATCH] [Merged]: " Piraty

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39737@inbox.vuxu.org \
    --to=piraty@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).