Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libasr: remove, discontinued upstream and unused
@ 2023-06-17 10:10 omar-polo
  2023-06-17 12:18 ` mhmdanas
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: omar-polo @ 2023-06-17 10:10 UTC (permalink / raw)
  To: ml

[-- 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
-	}
-}

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-06-27 20:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-17 10:10 [PR PATCH] libasr: remove, discontinued upstream and unused omar-polo
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

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).