From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/ncompress/
Date: Mon, 30 Dec 2019 11:20:21 +0000 (UTC) [thread overview]
Message-ID: <1577704646.57ae000b62daef27b47f16a3e40afef4b8349e6c.vapier@gentoo> (raw)
commit: 57ae000b62daef27b47f16a3e40afef4b8349e6c
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 30 11:17:26 2019 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Dec 30 11:17:26 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57ae000b
app-arch/ncompress: version bump to 4.2.4.6
Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
app-arch/ncompress/Manifest | 1 +
app-arch/ncompress/ncompress-4.2.4.6.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/app-arch/ncompress/Manifest b/app-arch/ncompress/Manifest
index fcd7778681a..8f589337de2 100644
--- a/app-arch/ncompress/Manifest
+++ b/app-arch/ncompress/Manifest
@@ -1 +1,2 @@
DIST ncompress-4.2.4.5.tar.gz 35562 BLAKE2B a09661659a72cf4be40e143d8cff53779de7423c0337d8c92863509390d8adc355d660da98db9de431bb4c990f8d10955e19a97188b100450ff9ea2caf19ae8d SHA512 487e8d5ca743c3aba19cf69f7ec62bdc0784e43af5737f06d6d4257f2f33899eb3d293ed049f57b3164e344a0fddc077bc73437564977bad8de45816354c8bf3
+DIST ncompress-4.2.4.6.tar.gz 36006 BLAKE2B 1460fe803ed621e5e6e5ab506d8909acbfb1d3b91421cf7c7bc10b6b03b0cb6bb4ea616240a7aa500813d5fbf0a958e1e981da8a5f752d985ddcbf7fe9280d9c SHA512 03dd9670c48548d6f7a028dd307758ce7ac61997297c1075d65457ac849e8f2d710bc38fa9eb42e4b2cac163c1b93b7cf7eb197e90cbd689a1274df3de2a3ed8
diff --git a/app-arch/ncompress/ncompress-4.2.4.6.ebuild b/app-arch/ncompress/ncompress-4.2.4.6.ebuild
new file mode 100644
index 00000000000..01c7341ac7e
--- /dev/null
+++ b/app-arch/ncompress/ncompress-4.2.4.6.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit toolchain-funcs
+
+DESCRIPTION="Classic compress & uncompress programs for .Z (LZW) files"
+HOMEPAGE="https://vapier.github.io/ncompress/"
+SRC_URI="https://github.com/vapier/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+IUSE=""
+
+src_prepare() {
+ default
+ sed -i 's:\bln :ln -s :' Makefile.def || die
+}
+
+src_configure() {
+ tc-export CC
+}
+
+src_install() {
+ emake install_core DESTDIR="${ED}" PREFIX="/usr"
+ dodoc Acknowleds Changes LZW.INFO README.md
+}
next reply other threads:[~2019-12-30 11:20 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-30 11:20 Mike Frysinger [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-12 13:16 [gentoo-commits] repo/gentoo:master commit in: app-arch/ncompress/ Sam James
2025-01-12 13:16 Sam James
2025-01-12 13:16 Sam James
2024-03-10 1:59 Sam James
2023-03-04 19:04 Arthur Zamarin
2023-03-04 14:08 Arthur Zamarin
2023-03-04 8:49 Arthur Zamarin
2023-03-04 7:30 Arthur Zamarin
2023-03-04 6:30 Arthur Zamarin
2023-03-04 6:00 Arthur Zamarin
2023-01-19 20:52 Sam James
2022-05-05 23:48 WANG Xuerui
2022-02-02 10:48 Sam James
2021-09-23 22:47 Marek Szuba
2021-05-01 23:02 David Seifert
2021-04-26 10:38 Sam James
2021-04-26 10:34 Sam James
2021-04-25 15:52 Sam James
2021-04-25 15:21 Sam James
2021-04-25 12:32 Sam James
2021-04-25 12:32 Sam James
2021-04-25 12:32 Sam James
2021-02-02 10:46 Lars Wendler
2019-11-27 15:01 Aaron Bauman
2019-11-27 13:25 Mikle Kolyada
2019-11-27 13:25 Mikle Kolyada
2019-11-27 13:25 Mikle Kolyada
2019-11-22 16:23 Matt Turner
2019-11-14 11:55 Agostino Sarubbo
2019-11-13 7:39 Agostino Sarubbo
2019-11-12 15:08 Agostino Sarubbo
2019-11-12 10:45 Agostino Sarubbo
2019-11-12 10:16 Agostino Sarubbo
2019-11-12 10:05 Agostino Sarubbo
2019-11-12 7:25 Sergei Trofimovich
2019-11-10 17:29 Sergei Trofimovich
2019-11-09 18:12 Aaron Bauman
2019-01-04 10:51 Mike Frysinger
2015-08-28 0:34 Manuel Rüger
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=1577704646.57ae000b62daef27b47f16a3e40afef4b8349e6c.vapier@gentoo \
--to=vapier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.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