Github messages for voidlinux
 help / color / mirror / Atom feed
From: tibequadorian <tibequadorian@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] tuxc: remove package
Date: Wed, 06 Jan 2021 14:12:15 +0100	[thread overview]
Message-ID: <20210106131215.qIXjodSI-5T9UMJdlv3TQSr3yIldzRz-d6TQ1o3LVDA@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27497@inbox.vuxu.org>

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

There is an updated pull request by tibequadorian against master on the void-packages repository

https://github.com/tibequadorian/void-packages tuxc
https://github.com/void-linux/void-packages/pull/27497

tuxc: remove package
It's just a bunch of aliases for xbps and other package managers written in (bad) C.
I think void shouldn't endorse this if there are better ways to do it.

e.g. shell script replacement:
```sh
tux() {
    case "$1" in
        i|install)    sudo xbps-install "${@:2}" ;;
        ri|reinstall) sudo xbps-install -f "${@:2}" ;;
        r|remove)     sudo xbps-remove "${@:2}" ;;
        s|search)     sudo xbps-query -Rs "${@:2}" ;;
        p|purge)      sudo xbps-remove -R "${@:2}" ;;
        u|upgrade)    sudo xbps-install -Su "${@:2}" ;;
        c|clean)      sudo xbps-remove -O "${@:2}" ;;
        su|sup)       sudo xbps-install -Su "${@:2}" ;;
        *) echo -e "\n\nTux: a drop in package manager wrapper\n
Usage: tux [options] [packages]\n
\t[Options]       [Description]\n
\ti  | install    Install Package(s)
\tri | reinstall  Reinstall Package(s)
\tr  | remove     Remove Package(s)
\ts  | search     Search for Packages
\tp  | purge      Remove package(s) and associated files
\tu  | upgrade    Perform System Upgrade
\tc  | clean      Clean Package Cache
\tsu | sup        Sync and Upgrade\n" ;;
    esac
}
```

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

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

From e3f9e84c9f4672ed1259b73a4191d9e4b916b7ed Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Mon, 28 Dec 2020 15:21:39 +0100
Subject: [PATCH] tuxc: remove package

---
 srcpkgs/removed-packages/template |  1 +
 srcpkgs/tuxc/template             | 16 ----------------
 2 files changed, 1 insertion(+), 16 deletions(-)
 delete mode 100644 srcpkgs/tuxc/template

diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index e0f6a5c17b8..cf9ef759e5f 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -83,4 +83,5 @@ replaces="
  wireguard-go<=0.0.20181222_2
  wireshark-gtk<=3.0.7_1
  yt-play<=20140117_2
+ tuxc<=1.1_3
 "
diff --git a/srcpkgs/tuxc/template b/srcpkgs/tuxc/template
deleted file mode 100644
index 861291aef0b..00000000000
--- a/srcpkgs/tuxc/template
+++ /dev/null
@@ -1,16 +0,0 @@
-# Template file for 'tuxc'
-pkgname=tuxc
-version=1.1
-revision=3
-build_style="gnu-makefile"
-hostmakedepends="pkg-config"
-makedepends="lua53-devel"
-short_desc="Modular universal package manager wrapper"
-maintainer="Logen Kain <logen@sudotask.com>"
-license="ISC"
-homepage="https://github.com/logenkain/tuxc/"
-distfiles="https://github.com/logenkain/${pkgname}/archive/v${version}.tar.gz"
-checksum=164c905c4278422c8d75c7be9dfe3b92d0f820bccdae296b9e0db762f5ef614f
-post_install() {
-	vlicense LICENSE
-}

  parent reply	other threads:[~2021-01-06 13:12 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-28 14:34 [PR PATCH] " tibequadorian
2021-01-06  1:03 ` sgn
2021-01-06 13:12 ` tibequadorian [this message]
2021-01-07  5:51 ` ericonr
2021-01-07 21:49 ` Chocimier
2021-01-09  0:13 ` [PR PATCH] [Updated] " tibequadorian
2021-01-12  0:20 ` sgn
2021-01-12  0:23 ` sgn
2021-01-12  0:23 ` [PR PATCH] [Closed]: " sgn
2021-01-13  0:19 ` logenkain
2021-01-13  1:07 ` tibequadorian
2021-01-13  1:09 ` tibequadorian

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=20210106131215.qIXjodSI-5T9UMJdlv3TQSr3yIldzRz-d6TQ1o3LVDA@z \
    --to=tibequadorian@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).