public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/jp2a/
Date: Fri, 18 Feb 2022 03:07:00 +0000 (UTC)	[thread overview]
Message-ID: <1645153183.bce190b6088d92b98d45b93f1b900dd5b8d898b9.sam@gentoo> (raw)

commit:     bce190b6088d92b98d45b93f1b900dd5b8d898b9
Author:     Carlos Eduardo <carana2099 <AT> gmail <DOT> com>
AuthorDate: Wed Feb 16 19:54:48 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 18 02:59:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce190b6

media-gfx/jp2a: add 1.1.1

Closes: https://bugs.gentoo.org/716744
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Carlos Eduardo <carana2099 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24218
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/jp2a/Manifest          |  1 +
 media-gfx/jp2a/jp2a-1.1.1.ebuild | 21 +++++++++++++++++++++
 media-gfx/jp2a/metadata.xml      |  2 +-
 3 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/media-gfx/jp2a/Manifest b/media-gfx/jp2a/Manifest
index 17d211fb1c91..83c6ad1e4ec0 100644
--- a/media-gfx/jp2a/Manifest
+++ b/media-gfx/jp2a/Manifest
@@ -1 +1,2 @@
 DIST jp2a-1.0.6.tar.bz2 306975 BLAKE2B 284925e791423a1871347f8dfc9574c209192c8a583a0b3221142adb35ad32c2d00a47412c85df038237f4e1adf604324fb15440c33ca06290ee382fd90930ff SHA512 00c7f7b62a3d1f4238d7513167eebd6ead9447ac90b66fd3f9529f6e99dd1a021385ff970aabd005a88db1614636be57547494dfe00c7e687a11953066a6ecce
+DIST jp2a-1.1.1.tar.gz 628052 BLAKE2B 7f999ff1c7f32b02007a8d0a2d5f1aed4d77a3e9ed6711566faf0169e8d0eb842b3b118c36671a98abd8ccbad100eace4f1053b6dc795071f30e70052488f141 SHA512 898141c4b2847049cc312995a4b18d0de3f62bf9cf5c45050df01007de42486c706ab4b63a30f13828807d7bf01680a0e391304d03ba2087a481d86668773dba

diff --git a/media-gfx/jp2a/jp2a-1.1.1.ebuild b/media-gfx/jp2a/jp2a-1.1.1.ebuild
new file mode 100644
index 000000000000..3e88e9c7644d
--- /dev/null
+++ b/media-gfx/jp2a/jp2a-1.1.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="JPEG image to ASCII art converter"
+HOMEPAGE="https://github.com/Talinx/jp2a/"
+SRC_URI="https://github.com/Talinx/jp2a/releases/download/v${PV}/jp2a-${PV}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x64-solaris"
+IUSE="curl"
+
+RDEPEND="sys-libs/ncurses
+	virtual/jpeg
+	curl? ( net-misc/curl )"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	econf "$(use_enable curl)"
+}

diff --git a/media-gfx/jp2a/metadata.xml b/media-gfx/jp2a/metadata.xml
index e80f955030b2..dca33e49a101 100644
--- a/media-gfx/jp2a/metadata.xml
+++ b/media-gfx/jp2a/metadata.xml
@@ -3,6 +3,6 @@
 <pkgmetadata>
   <!-- maintainer-needed -->
   <upstream>
-    <remote-id type="sourceforge">jp2a</remote-id>
+    <remote-id type="github">Talinx/jp2a</remote-id>
   </upstream>
 </pkgmetadata>


             reply	other threads:[~2022-02-18  3:07 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-18  3:07 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-24  9:44 [gentoo-commits] repo/gentoo:master commit in: media-gfx/jp2a/ Petr Vaněk
2024-11-25 20:42 Sam James
2024-11-23 18:02 Arthur Zamarin
2024-11-23 18:02 Arthur Zamarin
2024-11-23 12:09 Sam James
2024-06-30  0:00 Conrad Kostecki
2024-04-08 18:30 Sam James
2022-08-29  7:22 Joonas Niilola
2022-08-28 18:18 Arthur Zamarin
2022-08-28 18:18 Arthur Zamarin
2022-03-26  7:01 Fabian Groffen
2022-02-18  3:07 Sam James
2021-05-31 17:49 David Seifert
2021-01-06 14:07 Fabian Groffen

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=1645153183.bce190b6088d92b98d45b93f1b900dd5b8d898b9.sam@gentoo \
    --to=sam@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