public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/advancecomp/
Date: Sun, 17 Apr 2022 08:39:03 +0000 (UTC)	[thread overview]
Message-ID: <1650184734.6a320aa54243e41f6d1176ccd5dcf3c990db61f5.mgorny@gentoo> (raw)

commit:     6a320aa54243e41f6d1176ccd5dcf3c990db61f5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 07:36:07 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 08:38:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a320aa5

app-arch/advancecomp: Bump to 2.3

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-arch/advancecomp/Manifest               |  1 +
 app-arch/advancecomp/advancecomp-2.3.ebuild | 44 +++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/app-arch/advancecomp/Manifest b/app-arch/advancecomp/Manifest
index bd12c7510490..98d02d75ff6d 100644
--- a/app-arch/advancecomp/Manifest
+++ b/app-arch/advancecomp/Manifest
@@ -1 +1,2 @@
+DIST advancecomp-2.3.tar.gz 1292157 BLAKE2B 7fdbbc4c53c58a4988339189d5e2e2412e782a69081b6ba39f86f4c2b101b03d8400f8104091eb8b22d2d4969515c8126011e79e346787bddba77d67387a6efe SHA512 87dc6a25139708b975ff138f73555fb2053c0fb8310412823624de7786a2034657fc3b4ddb6eeda332788073bbe21ea955b7368707186ee3bb61d1fe59e672e3
 DIST advancecomp-fcf71a89265c78fc26243574dda3a872574a5c02.tar.gz 1195310 BLAKE2B 9dcab7e266023f996504cfcfc9ba8237f216f2bf1af56d645e3fe7fb79a5e3d0dae2abdd47cc9c38c6ade385d1eb44b1e0ae6afa6fd2485afd1423be37276d06 SHA512 2c3e01146441aa940f6de464e0c19613f22d6a5fd671e4e0b1b83e68cad322ff0dc6be0fa328524332e6a782198edfeac0443b72a30d9c51c86e7c5ad141f6b7

diff --git a/app-arch/advancecomp/advancecomp-2.3.ebuild b/app-arch/advancecomp/advancecomp-2.3.ebuild
new file mode 100644
index 000000000000..2d742f6a747a
--- /dev/null
+++ b/app-arch/advancecomp/advancecomp-2.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Recompress ZIP, PNG and MNG, considerably improving compression"
+HOMEPAGE="
+	https://www.advancemame.it/comp-readme.html
+	https://github.com/amadvance/advancecomp/
+"
+SRC_URI="
+	https://github.com/amadvance/advancecomp/releases/download/v${PV}/${P}.tar.gz
+"
+
+LICENSE="GPL-2+ Apache-2.0 LGPL-2.1+ MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+	app-arch/bzip2:=
+	sys-libs/zlib:=
+"
+DEPEND="
+	${RDEPEND}
+"
+
+# Tests seem to rely on exact output:
+# https://sourceforge.net/p/advancemame/bugs/270/
+RESTRICT="test"
+
+src_configure() {
+	local myconf=(
+		--enable-bzip2
+		# (--disable-* arguments are mishandled)
+		# --disable-debug
+		# --disable-valgrind
+	)
+	econf "${myconf[@]}"
+}
+
+src_install() {
+	default
+	dodoc HISTORY
+}


             reply	other threads:[~2022-04-17  8:39 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-17  8:39 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-12  3:59 [gentoo-commits] repo/gentoo:master commit in: app-arch/advancecomp/ Michał Górny
2023-11-11 20:58 Arthur Zamarin
2023-10-10 17:57 Michał Górny
2023-04-08 18:47 Michał Górny
2023-04-08 17:47 Arthur Zamarin
2023-04-08 17:37 Arthur Zamarin
2023-04-08 17:31 Arthur Zamarin
2023-04-08 17:31 Arthur Zamarin
2023-04-08 16:59 Arthur Zamarin
2023-01-23  7:34 Michał Górny
2023-01-22 18:56 Michał Górny
2022-11-23  8:31 Arthur Zamarin
2022-11-23  8:30 Sam James
2022-11-23  8:28 Sam James
2022-11-23  8:28 Sam James
2022-11-23  8:28 Sam James
2022-11-23  6:53 Michał Górny
2022-06-06 11:52 Jakov Smolić
2022-06-06 10:42 Jakov Smolić
2022-06-06 10:22 Jakov Smolić
2022-06-06 10:22 Jakov Smolić
2022-06-06  9:39 Jakov Smolić
2021-09-27 14:14 Yixun Lan
2019-12-26 10:53 Michał Górny
2019-09-26  6:52 Sergei Trofimovich
2019-09-26  6:49 Sergei Trofimovich
2019-03-19  2:03 Thomas Deutschmann
2019-03-14 21:14 Agostino Sarubbo
2019-03-11 21:03 Andreas Sturmlechner
2019-03-10  7:33 Michał Górny
2018-11-25 15:33 Michał Górny
2018-11-25 15:33 Michał Górny
2018-11-25 15:33 Michał Górny
2018-11-25 15:33 Michał Górny
2018-11-25 10:11 Michał Górny
2018-05-26 11:30 Johannes Huber
2018-05-24 14:31 Agostino Sarubbo
2018-05-20 23:46 Matt Turner
2018-05-20 23:46 Matt Turner
2018-05-20 23:46 Matt Turner
2017-12-18 16:15 Michael Weber
2017-12-18 16:15 Michael Weber
2017-12-18 16:15 Michael Weber
2016-05-07 22:22 Michael Weber

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=1650184734.6a320aa54243e41f6d1176ccd5dcf3c990db61f5.mgorny@gentoo \
    --to=mgorny@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