commit:     743a939aef3f22a56bf17d0681bc56d16b1596f8
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Apr  6 18:22:24 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 21:04:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=743a939a

app-misc/cadubi: version bump (1.3.4)

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/24934
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-misc/cadubi/Manifest            |  1 +
 app-misc/cadubi/cadubi-1.3.4.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/app-misc/cadubi/Manifest b/app-misc/cadubi/Manifest
index 0490137d2ee1..43d6c2870cc4 100644
--- a/app-misc/cadubi/Manifest
+++ b/app-misc/cadubi/Manifest
@@ -1 +1,2 @@
+DIST cadubi-1.3.4.tar.gz 65661 BLAKE2B 
239cedfe50fba79bcfe250a2b646f851ef06bdae18260aeab2d10b8889dcc0d9d086f3edc8b594b3199aaa23f85ab3bd3393d63428ea545893f41a723063c9a0
 SHA512 
02a8e6d49f4892294d0c8fdffa7b6032ed7529bf0869681e9b760ed5c227905cca829d1f4e049400789d69c1251f4df714bf36d5c42dc778ac37e89cf753b45a
 DIST cadubi-1.3.tar.gz 12559 BLAKE2B 
d1a32d602c00d76717e8e6cdf8d376dca12f9f55f9375bb0b8ea781cf923cfb90789cc011a3ab33960339ced3c05c668f6c6ec6e5b33ca89f7eda27c47789639
 SHA512 
e3b5190850bd4d579934bd5825db2b8bde5a46158862ec66b8604999344138477c0fb3fad34dc186ed9dd67dfbdcacf12763f76adbdfbd0cc4dbf6b51ad53bc7

diff --git a/app-misc/cadubi/cadubi-1.3.4.ebuild 
b/app-misc/cadubi/cadubi-1.3.4.ebuild
new file mode 100644
index 000000000000..2cf1358ee321
--- /dev/null
+++ b/app-misc/cadubi/cadubi-1.3.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="An application that allows you to draw ASCII-Art images"
+HOMEPAGE="https://github.com/statico/cadubi";
+SRC_URI="https://github.com/statico/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="dev-lang/perl
+       >=dev-perl/TermReadKey-2.21"
+
+src_prepare() {
+       default
+       sed -i "s|$Bin/help.txt|$Bin/../$(get_libdir)/${PN}/help.txt|g" ${PN} 
|| die
+}
+
+src_install() {
+       dobin ${PN}
+       doman ${PN}.1
+       insinto /usr/$(get_libdir)/${PN}
+       doins help.txt
+       dodoc README.md
+}

Reply via email to