From unknown Wed Jun 18 23:10:01 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#34205 <34205@debbugs.gnu.org> To: bug#34205 <34205@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add lhasa. Reply-To: bug#34205 <34205@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:10:01 +0000 retitle 34205 [PATCH] gnu: Add lhasa. reassign 34205 guix-patches submitter 34205 Kei Kebreau severity 34205 normal tag 34205 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 25 20:25:46 2019 Received: (at submit) by debbugs.gnu.org; 26 Jan 2019 01:25:46 +0000 Received: from localhost ([127.0.0.1]:45745 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gnCj7-0008Et-Ty for submit@debbugs.gnu.org; Fri, 25 Jan 2019 20:25:46 -0500 Received: from eggs.gnu.org ([209.51.188.92]:57872) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gnCiy-0008EZ-AW for submit@debbugs.gnu.org; Fri, 25 Jan 2019 20:25:40 -0500 Received: from lists.gnu.org ([209.51.188.17]:41280) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gnCiq-0008SH-73 for submit@debbugs.gnu.org; Fri, 25 Jan 2019 20:25:25 -0500 Received: from eggs.gnu.org ([209.51.188.92]:39736) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gnCip-00080Y-0P for guix-patches@gnu.org; Fri, 25 Jan 2019 20:25:24 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gnCih-0008Lu-6A for guix-patches@gnu.org; Fri, 25 Jan 2019 20:25:18 -0500 Received: from mout01.posteo.de ([185.67.36.65]:44469) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gnCib-00086k-6y for guix-patches@gnu.org; Fri, 25 Jan 2019 20:25:10 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id CCCEC16005E for ; Sat, 26 Jan 2019 02:24:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1548465898; bh=VYXCHFKCpQHZotBS7mG0qc6CJwvSKYKrkRDicVSHjGY=; h=From:To:Cc:Subject:Date:From; b=ETkOPEjXxkbALfEMwIK90L7V0K2FKktDCWZh028yy2pSQban9T1AbS0IBztEsBKcw iGJAncvlAPnRmzmhJ+QKpBolllVWv56FZL8KLbHLsF3jxMMtLiH9xH4UxY1nN1u2vO B4U/yWmGBrmOPwXoiIfYPCtEkilvJtnHclG5mqW66l27k1cAo9S4XY9AtEUl7pYuPD F6wmBACss6RpRPIFF3mOViG3o7QHpoVB603fshjH6XldShcFYbLTClzvrMJqRaKFe8 81qvXh7NT1YrFrOvO8vnMi64lBybvzBRtLrhAtX4CFiiKDsulynBaw9pVy8yQJocq1 +XcbpoBeYEXkg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 43mdVK6MHvz6tm6; Sat, 26 Jan 2019 02:24:57 +0100 (CET) From: Kei Kebreau To: guix-patches@gnu.org Subject: [PATCH] gnu: Add lhasa. Date: Fri, 25 Jan 2019 20:24:44 -0500 Message-Id: <20190126012444.19033-1-kkebreau@posteo.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.65 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit Cc: Kei Kebreau X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) * gnu/packages/compression.scm (lhasa): New variable. --- gnu/packages/compression.scm | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index 327951fde..3fe4c74ec 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -12,7 +12,7 @@ ;;; Copyright =C2=A9 2016 Danny Milosavljevic ;;; Copyright =C2=A9 2016, 2017, 2018 Tobias Geerinckx-Rice ;;; Copyright =C2=A9 2016 David Craven -;;; Copyright =C2=A9 2016 Kei Kebreau +;;; Copyright =C2=A9 2016, 2019 Kei Kebreau ;;; Copyright =C2=A9 2016, 2018 Marius Bakke ;;; Copyright =C2=A9 2017 Nils Gillmann ;;; Copyright =C2=A9 2017 Manolis Fragkiskos Ragkousis @@ -434,6 +434,39 @@ than gzip and 15 % smaller output than bzip2.") (license (list license:gpl2+ license:lgpl2.1+)) ; bits of both (home-page "https://tukaani.org/xz/"))) =20 +(define-public lhasa + (package + (name "lhasa") + (version "0.3.1") + (source (origin + (method url-fetch) + (uri (string-append + "https://github.com/fragglet/lhasa/releases/download= /v" + version "/lhasa-" version ".tar.gz")) + (sha256 + (base32 + "092zi9av18ma20c6h9448k0bapvx2plnp292741dvfd9hmgqxc1z"))= )) + (build-system gnu-build-system) + (arguments + '(#:phases + (modify-phases %standard-phases + (add-before 'check 'set-up-test-environment + (lambda* (#:key inputs #:allow-other-keys) + (setenv "TZDIR" (string-append (assoc-ref inputs "tzdata") + "/share/zoneinfo")) + #t))))) + (native-inputs + `(("tzdata" ,tzdata))) + (home-page "http://fragglet.github.com/lhasa/") + (synopsis "LHA implementation") + (description "Lhasa is a replacement for the Unix LHA tool, for +decompressing .lzh (LHA / LHarc) and .lzs (LArc) archives. The backend = for the +tool is a library, so that it can be reused for other purposes. Lhasa a= ims to +be compatible with as many types of lzh/lzs archives as possible. It al= so aims +to generate the same output as the (non-free) Unix LHA tool, so that it = will +act as a drop-in free replacement.") + (license license:isc))) + (define-public lzo (package (name "lzo") --=20 2.20.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 26 07:10:18 2019 Received: (at 34205) by debbugs.gnu.org; 26 Jan 2019 12:10:18 +0000 Received: from localhost ([127.0.0.1]:45883 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gnMmv-0002R3-GO for submit@debbugs.gnu.org; Sat, 26 Jan 2019 07:10:17 -0500 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21030) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gnMmr-0002Qp-Ut for 34205@debbugs.gnu.org; Sat, 26 Jan 2019 07:10:15 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1548504592; cv=none; d=zoho.com; s=zohoarc; b=JjZ4+bkU83/EmNS3D4fv1gcjDRJXcRdrjg7uhQx4ZC4oQmf4rW90z40MSVBcangbxJ69G0j8VPlF+8NJ7B3Oe4Ii8dqqqQKEMs/ww32Rb4KcfErqZhX35ZHPvC2sjF1oNK1bTemr3XzuXbUu99GcaNYaJ79Xz1SwUUp9vhGxBg0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1548504592; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To:ARC-Authentication-Results; bh=80wk7/gBRDgEYuh82em0YM0qoVIK6sqATGvgV4l9fHM=; b=POMcVzLe7oEt0r5c5q5xkxkfu1lgKkYIa34BAXYrLT2az+cbaYLyaDb0SrEa+q23klnzpuP/GrtHM7kcIBLvSx++ljhAQDrLksp9b2igTdCAVnv/KD1TCzBhJUVWZwBQrR1P7fVfnT8gmUkp8oqHSnjSsD+PBiJ70tCqD71trfk= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1548504592; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; l=899; bh=80wk7/gBRDgEYuh82em0YM0qoVIK6sqATGvgV4l9fHM=; b=bRbWKqwSWtoF29V2oItAFzMogoTwpirUESI3HcAIR74UGB0n05DE4rTNdhlee4CA KMiiLom7AtlxibqXYdglej0XbI6y7w3axthO+krii3D6lAkD9hM5eevMGSZFUCfnSYw xuh3xxmXj+LjmxcHDZz9POXC2853p0mzhZ+d59Us= Received: from localhost (p578E729F.dip0.t-ipconnect.de [87.142.114.159]) by mx.zohomail.com with SMTPS id 1548504588554562.9553716810486; Sat, 26 Jan 2019 04:09:48 -0800 (PST) References: <20190126012444.19033-1-kkebreau@posteo.net> User-agent: mu4e 1.0; emacs 26.1 From: Ricardo Wurmus To: Kei Kebreau Subject: Re: [bug#34205] [PATCH] gnu: Add lhasa. In-reply-to: <20190126012444.19033-1-kkebreau@posteo.net> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Sat, 26 Jan 2019 13:09:44 +0100 Message-ID: <878sz7vcvr.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 34205 Cc: 34205@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Kei, > * gnu/packages/compression.scm (lhasa): New variable. this looks good to me. A few minor suggestions: > + (home-page "http://fragglet.github.com/lhasa/") Please use HTTPS. > + (synopsis "LHA implementation") I=E2=80=99d prefer =E2=80=9CParse LHA archives=E2=80=9D or something else t= hat hints at what =E2=80=9CLHA=E2=80=9D is. > + (description "Lhasa is a replacement for the Unix LHA tool, for > +decompressing .lzh (LHA / LHarc) and .lzs (LArc) archives. The backend = for the > +tool is a library, so that it can be reused for other purposes. Lhasa a= ims to > +be compatible with as many types of lzh/lzs archives as possible. It al= so aims > +to generate the same output as the (non-free) Unix LHA tool, so that it = will > +act as a drop-in free replacement.") I=E2=80=99d say =E2=80=9Cfree drop-in replacement=E2=80=9D. --=20 Ricardo From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 26 11:12:24 2019 Received: (at 34205) by debbugs.gnu.org; 26 Jan 2019 16:12:24 +0000 Received: from localhost ([127.0.0.1]:46733 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gnQZ9-0002LB-V9 for submit@debbugs.gnu.org; Sat, 26 Jan 2019 11:12:24 -0500 Received: from mout01.posteo.de ([185.67.36.65]:48358) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gnQZ6-0002Kw-SY for 34205@debbugs.gnu.org; Sat, 26 Jan 2019 11:12:18 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id D8C19160060 for <34205@debbugs.gnu.org>; Sat, 26 Jan 2019 17:12:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1548519129; bh=79FE7+HCzx5WMUzvfjaOKYCzhdR67skRzDYqEMh/uPA=; h=From:To:Cc:Subject:Date:From; b=gHA8Rors+023TB9wS8GHhE1mEoVZrm94t8++XoT0NGWQk1vegCBJW49NIAdk7K8+Q XOTLukfr0wyRoc6rMHmY7pY/ZPO6tHtx9pI/CLw2ShmGHtjrwLsO7vWvtS7crrU6HX hPfPhkj57lu+MduG6iT+uFB9EGrbLeL2pKjtppicUi4wtoZ/0AOKNt2XVZTVZlg8Np Q8lhIzcOulZjMpRczx7rbN/pb7OM154+0wJIhE2PeLpnLMwIepkIsxYmtfg91fM7qQ w0/mbqNm8Uw04+7k4hOKwAbpMrOPdEPzHHwYL1+GpDBwlEQH8AESw+5JWOIE0/iFj+ +/3mxXDqcw06w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 43n1B04rfmz6tm6; Sat, 26 Jan 2019 17:12:08 +0100 (CET) From: Kei Kebreau To: Ricardo Wurmus Subject: Re: [bug#34205] [PATCH] gnu: Add lhasa. References: <20190126012444.19033-1-kkebreau@posteo.net> <878sz7vcvr.fsf@elephly.net> Date: Sat, 26 Jan 2019 11:12:07 -0500 In-Reply-To: <878sz7vcvr.fsf@elephly.net> (Ricardo Wurmus's message of "Sat, 26 Jan 2019 13:09:44 +0100") Message-ID: <87pnsjbdpk.fsf@posteo.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 34205 Cc: 34205@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Thanks for the suggestions! I've attached a revised patch with the suggested changes. --=-=-= Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename=0001-gnu-Add-lhasa.patch Content-Transfer-Encoding: quoted-printable >From a8ddb85540c9ee3d4b125f36652330fab565c65e Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Fri, 25 Jan 2019 20:22:23 -0500 Subject: [PATCH] gnu: Add lhasa. * gnu/packages/compression.scm (lhasa): New variable. --- gnu/packages/compression.scm | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index 327951fde..cb56137fd 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -12,7 +12,7 @@ ;;; Copyright =C2=A9 2016 Danny Milosavljevic ;;; Copyright =C2=A9 2016, 2017, 2018 Tobias Geerinckx-Rice ;;; Copyright =C2=A9 2016 David Craven -;;; Copyright =C2=A9 2016 Kei Kebreau +;;; Copyright =C2=A9 2016, 2019 Kei Kebreau ;;; Copyright =C2=A9 2016, 2018 Marius Bakke ;;; Copyright =C2=A9 2017 Nils Gillmann ;;; Copyright =C2=A9 2017 Manolis Fragkiskos Ragkousis @@ -434,6 +434,39 @@ than gzip and 15 % smaller output than bzip2.") (license (list license:gpl2+ license:lgpl2.1+)) ; bits of both (home-page "https://tukaani.org/xz/"))) =20 +(define-public lhasa + (package + (name "lhasa") + (version "0.3.1") + (source (origin + (method url-fetch) + (uri (string-append + "https://github.com/fragglet/lhasa/releases/download/v" + version "/lhasa-" version ".tar.gz")) + (sha256 + (base32 + "092zi9av18ma20c6h9448k0bapvx2plnp292741dvfd9hmgqxc1z")))) + (build-system gnu-build-system) + (arguments + '(#:phases + (modify-phases %standard-phases + (add-before 'check 'set-up-test-environment + (lambda* (#:key inputs #:allow-other-keys) + (setenv "TZDIR" (string-append (assoc-ref inputs "tzdata") + "/share/zoneinfo")) + #t))))) + (native-inputs + `(("tzdata" ,tzdata))) + (home-page "https://fragglet.github.com/lhasa/") + (synopsis "LHA archive decompressor") + (description "Lhasa is a replacement for the Unix LHA tool, for +decompressing .lzh (LHA / LHarc) and .lzs (LArc) archives. The backend fo= r the +tool is a library, so that it can be reused for other purposes. Lhasa aim= s to +be compatible with as many types of lzh/lzs archives as possible. It also= aims +to generate the same output as the (non-free) Unix LHA tool, so that it wi= ll +act as a free drop-in replacement.") + (license license:isc))) + (define-public lzo (package (name "lzo") --=20 2.20.1 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 30 15:25:21 2019 Received: (at 34205-done) by debbugs.gnu.org; 30 Jan 2019 20:25:21 +0000 Received: from localhost ([127.0.0.1]:51948 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gowQD-0005Jk-79 for submit@debbugs.gnu.org; Wed, 30 Jan 2019 15:25:21 -0500 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21048) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gowQA-0005JZ-TI for 34205-done@debbugs.gnu.org; Wed, 30 Jan 2019 15:25:20 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1548879889; cv=none; d=zoho.com; s=zohoarc; b=Radg3id60/0a3ZWhDyMwMauL6ynGdEC1sX8dLXUV52onxY3TInTnAfwNFyUfrfhzc98Q1wdqRLQZhJL7x4l4p7xkVeN5ChGssD+NvS6Yc2WwQO5u8huxXrw3izRjqPqQiyOY1Jr7eyNzbsm87+rPJpLaFgUdtwPBdgyu63zXsjs= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1548879889; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To:ARC-Authentication-Results; bh=lMw+prvtOGJGb4MzwNT3I5FUekBPKXEdm+2fXjph09M=; b=RskPb3xF4fkBSNe4kjH9r6hmJ1KjUOQ3TwmVU1pLO9C9CfFdr438nnygMLiQz3PatYyV0gcaQo8ujx8B1Low4X/457Wsv77ZPs4onsMpFRvmM3XLn4suLY3iVUmImpbE3Wgv0ysaSo/s/XaoV3Op3rDNcyIXqERsulMzH0PECO0= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1548879889; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; l=497; bh=lMw+prvtOGJGb4MzwNT3I5FUekBPKXEdm+2fXjph09M=; b=X5cyzPJKgLRMuynYP9ePdI0v7T1N5ADMdXzIR8mZIOhjEWxBGbT2a+IZuqWGwR6j 7xDUKwA7I/Idb7+ueIIfie4DVwB2BZWU5JXWvs24PrJG++rfDjY2bz8rg0v098T364U aM3Fyt86yZe/rnTHKVv4b8N82XS5WNKf/A86MphE= Received: from localhost (p578E7126.dip0.t-ipconnect.de [87.142.113.38]) by mx.zohomail.com with SMTPS id 1548879886809468.8562670472197; Wed, 30 Jan 2019 12:24:46 -0800 (PST) References: <20190126012444.19033-1-kkebreau@posteo.net> <878sz7vcvr.fsf@elephly.net> <87pnsjbdpk.fsf@posteo.net> User-agent: mu4e 1.0; emacs 26.1 From: Ricardo Wurmus To: Kei Kebreau Subject: Re: [bug#34205] [PATCH] gnu: Add lhasa. In-reply-to: <87pnsjbdpk.fsf@posteo.net> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Wed, 30 Jan 2019 21:24:42 +0100 Message-ID: <87a7jhopv9.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 34205-done Cc: 34205-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Kei Kebreau writes: > Thanks for the suggestions! I've attached a revised patch with the > suggested changes. > > From a8ddb85540c9ee3d4b125f36652330fab565c65e Mon Sep 17 00:00:00 2001 > From: Kei Kebreau > Date: Fri, 25 Jan 2019 20:22:23 -0500 > Subject: [PATCH] gnu: Add lhasa. > > * gnu/packages/compression.scm (lhasa): New variable. LGTM! I pushed it to =E2=80=9Cmaster=E2=80=9D with commit 0dcea35d9. Thanks! --=20 Ricardo From unknown Wed Jun 18 23:10:01 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 28 Feb 2019 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator