Github messages for voidlinux
 help / color / mirror / Atom feed
From: omar-polo <omar-polo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] libasr: remove, discontinued upstream and unused
Date: Sat, 17 Jun 2023 12:10:25 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44487@inbox.vuxu.org> (raw)

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

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

https://github.com/omar-polo/void-packages remove-libasr
https://github.com/void-linux/void-packages/pull/44487

libasr: remove, discontinued upstream and unused
First time I'm proposing to drop a package, hope the PR is fine.

libasr was imported (I guess) for OpenSMTPD, but it hasn't been updated in a long time and the OpenSMTPD package doesn't use it anymore either.  There are several well-known issues that were fixed upstream and not backported, so I think it should be removed.  The upstream repository for libasr-portable will be archived soon too.

Nowadays (and for a while already) libasr was only maintained as part of the OpenSMTPD repository.

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

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

From 28922220bd62598f8160c79d373f2621db4ecb62 Mon Sep 17 00:00:00 2001
From: Omar Polo <op@omarpolo.com>
Date: Sat, 17 Jun 2023 12:01:00 +0200
Subject: [PATCH] libasr: remove, discontinued upstream and unused

---
 srcpkgs/libasr-devel    |  1 -
 srcpkgs/libasr/template | 34 ----------------------------------
 2 files changed, 35 deletions(-)
 delete mode 120000 srcpkgs/libasr-devel
 delete mode 100644 srcpkgs/libasr/template

diff --git a/srcpkgs/libasr-devel b/srcpkgs/libasr-devel
deleted file mode 120000
index 213782918378..000000000000
--- a/srcpkgs/libasr-devel
+++ /dev/null
@@ -1 +0,0 @@
-libasr
\ No newline at end of file
diff --git a/srcpkgs/libasr/template b/srcpkgs/libasr/template
deleted file mode 100644
index fdd5986a740b..000000000000
--- a/srcpkgs/libasr/template
+++ /dev/null
@@ -1,34 +0,0 @@
-# Template file for 'libasr'
-pkgname=libasr
-version=1.0.4
-revision=1
-build_style=gnu-configure
-hostmakedepends="automake libtool"
-short_desc="Simple and portable asynchronous resolver library"
-maintainer="Leah Neukirchen <leah@vuxu.org>"
-license="BSD-2-Clause"
-homepage="https://www.opensmtpd.org/"
-distfiles="https://github.com/OpenSMTPD/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.gz"
-checksum=19fb6bed10d15c9775c8d008cd1130155917ae4e801c729fe85e6d88a545dab4
-
-if [ "$XBPS_TARGET_LIBC" != "musl" ]; then
-	CFLAGS="-DHAVE_RES_RANDOMID"
-fi
-
-pre_configure() {
-	./bootstrap
-}
-
-post_install() {
-	vlicense LICENCE
-}
-
-libasr-devel_package() {
-	short_desc+=" - development files"
-	depends="${sourcepkg}>=${version}_${revision}"
-	pkg_install() {
-		vmove usr/include
-		vmove usr/lib/*.a
-		vmove usr/lib/*.so
-	}
-}

             reply	other threads:[~2023-06-17 10:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-17 10:10 omar-polo [this message]
2023-06-17 12:18 ` mhmdanas
2023-06-17 12:19 ` mhmdanas
2023-06-17 12:54 ` [PR PATCH] [Updated] " omar-polo
2023-06-17 12:55 ` omar-polo
2023-06-27 20:11 ` [PR PATCH] [Closed]: " classabbyamp

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-44487@inbox.vuxu.org \
    --to=omar-polo@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).