summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Eden <sven.eden@prydeworx.com>2022-07-05 08:35:16 +0200
committerSven Eden <sven.eden@prydeworx.com>2022-07-05 08:35:16 +0200
commit134a5ed5092d4ed0add233e2d8e5fc6eab180139 (patch)
tree9f372a306cfed739e2d845d713c8428f7e8c6e19
parentCleanup 2: Remove unmaintainable and regenerate all remaining Manifests (diff)
downloadseden-134a5ed5092d4ed0add233e2d8e5fc6eab180139.tar.gz
seden-134a5ed5092d4ed0add233e2d8e5fc6eab180139.tar.bz2
seden-134a5ed5092d4ed0add233e2d8e5fc6eab180139.zip
app-arch/lhasa: Added V 0.3.1 for milkytracker (desc below)
Free Software LHA implementation Lhasa is a Free Software 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 aims 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 will act as a drop-in free replacement. License ISC license (functionally equivalent to the BSD / MIT licenses). Authors Simon Howard (fraggle@removethistoemailme.gmail.com) Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sven Eden <sven.eden@prydeworx.com>
-rw-r--r--app-arch/lhasa/Manifest3
-rw-r--r--app-arch/lhasa/lhasa-0.3.1.ebuild27
-rw-r--r--app-arch/lhasa/metadata.xml8
3 files changed, 38 insertions, 0 deletions
diff --git a/app-arch/lhasa/Manifest b/app-arch/lhasa/Manifest
new file mode 100644
index 0000000..4e72fc0
--- /dev/null
+++ b/app-arch/lhasa/Manifest
@@ -0,0 +1,3 @@
+DIST lhasa-0.3.1.tar.gz 2933084 BLAKE2B f529561b7070532d72a117f2dbd07a2fb9a3afb9790f78daebc4f13ddcddadd015b241da5f0dafb2b624703ecab0d823f54c097f0e96eb7f691ddf88c13d1737 SHA512 6e4797aaa054f2ecd25069b32b809ab0111d0179adfd9c676e0609d69efbcc968ec6dce67fbd8ce6bccc102d09ee69996805a5542882b432731e3c273f132c05
+EBUILD lhasa-0.3.1.ebuild 572 BLAKE2B ca6805e24d3b73caa3f6c858770a6fae9080bdfe0f5daa095e44e354882f619dc1850519ce78902a49f705696b8bc1b099956d93b0eb73997210e625be2a942a SHA512 45bfcf9f9365d8f600aa855d65d2e2e21faba523da8d30f0f15505ce283fc39003fdcb2c8f06acf917b3a8e26d33011c8f8a5f603d688983a80f10aa5ffb064e
+MISC metadata.xml 239 BLAKE2B 702bac7f662b666e9714c610c1b4943b02955de160371870b781cb8c2c64bab53c02993c51c1bfe7f9d1a69133176c69513de6edb5a47fa2868d46e5b1d4d59e SHA512 ed376873a74057099826eca32c27cb4906c6d66277907b184229fdce2433646e78092ed7b8b86811ab710e26e3c29a2c8936664309c17610362fd667aa4e07ea
diff --git a/app-arch/lhasa/lhasa-0.3.1.ebuild b/app-arch/lhasa/lhasa-0.3.1.ebuild
new file mode 100644
index 0000000..b72bcc0
--- /dev/null
+++ b/app-arch/lhasa/lhasa-0.3.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Lhasa aims to be compatible with as many types of lzh/lzs archives as possible."
+HOMEPAGE="https://fragglet.github.io/lhasa/"
+SRC_URI="https://soulsphere.org/projects/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="!app-arch/lha"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_install() {
+ default
+ find "${ED}" -type f -name '*.la' -delete || die
+ dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
+}
diff --git a/app-arch/lhasa/metadata.xml b/app-arch/lhasa/metadata.xml
new file mode 100644
index 0000000..b1e335a
--- /dev/null
+++ b/app-arch/lhasa/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+ <email>sven@eden-worx.com</email>
+ <name>Sven Eden</name>
+</maintainer>
+</pkgmetadata>