* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/arttime/
@ 2025-06-06 13:56 Timur Kuprava
0 siblings, 0 replies; 3+ messages in thread
From: Timur Kuprava @ 2025-06-06 13:56 UTC (permalink / raw
To: gentoo-commits
commit: 2df4ca03a9f273052be358b3cd7897339a9c8b82
Author: Timur Kuprava <kupravagoodman <AT> proton <DOT> me>
AuthorDate: Fri Jun 6 13:55:27 2025 +0000
Commit: Timur Kuprava <kupravagoodman <AT> proton <DOT> me>
CommitDate: Fri Jun 6 13:56:26 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2df4ca03
app-misc/arttime: new package
Signed-off-by: Timur Kuprava <kupravagoodman <AT> proton.me>
app-misc/arttime/Manifest | 1 +
app-misc/arttime/arttime-2.3.4.ebuild | 43 +++++++++++++++++++++++++++++++++++
app-misc/arttime/metadata.xml | 12 ++++++++++
3 files changed, 56 insertions(+)
diff --git a/app-misc/arttime/Manifest b/app-misc/arttime/Manifest
new file mode 100644
index 0000000000..7c6d3b0700
--- /dev/null
+++ b/app-misc/arttime/Manifest
@@ -0,0 +1 @@
+DIST arttime-2.3.4.tar.gz 399323 BLAKE2B 5ca50c452f954030f4f78d9be743f706c062b41e85dc33927b4ad067dd8c34e0b788a1ad1a70905a3df66f77dea0472b500b9994ac324334fd95f7732836a7db SHA512 a1cd26647e5566ffd3013d6dbd55677e62db466db284a18a70244c02a0e730c85587f141292a30b3e537378fb10d5a855550ba25be76d6b2da690de890cc15e0
diff --git a/app-misc/arttime/arttime-2.3.4.ebuild b/app-misc/arttime/arttime-2.3.4.ebuild
new file mode 100644
index 0000000000..76fac115f9
--- /dev/null
+++ b/app-misc/arttime/arttime-2.3.4.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="CLI application that blends beauty of ASCII"
+HOMEPAGE="https://github.com/poetaman/arttime"
+SRC_URI="https://github.com/poetaman/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="notify"
+
+DEPEND="
+ app-shells/zsh
+ notify? ( x11-libs/libnotify )
+"
+RDEPEND="
+ ${DEPEND}
+"
+
+src_prepare() {
+ default
+ gunzip share/man/man1/arttime.1.gz || die
+ gunzip share/man/man1/artprint.1.gz || die
+}
+
+
+src_install() {
+ dobin bin/arttime
+ dobin bin/artprint
+
+ insinto /usr/share/${PN}
+ doins -r share/${PN}/src
+ doins -r share/${PN}/textart
+ doins -r share/${PN}/keypoems
+
+ doman share/man/man1/arttime.1
+ doman share/man/man1/artprint.1
+
+ dodoc README.md
+}
diff --git a/app-misc/arttime/metadata.xml b/app-misc/arttime/metadata.xml
new file mode 100644
index 0000000000..265e1f67c6
--- /dev/null
+++ b/app-misc/arttime/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>Add commentMore actions
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>kupravagoodman@proton.me</email>
+ <name>Timur Kuprava</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/poetaman/arttime/issues</bugs-to>
+ <remote-id type="github">poetaman/arttime</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/arttime/
@ 2025-06-06 14:06 Timur Kuprava
0 siblings, 0 replies; 3+ messages in thread
From: Timur Kuprava @ 2025-06-06 14:06 UTC (permalink / raw
To: gentoo-commits
commit: 3e5f7962e6e79649ece2be2fb6d973bb5c2ecf9c
Author: Timur Kuprava <kupravagoodman <AT> proton <DOT> me>
AuthorDate: Fri Jun 6 13:55:27 2025 +0000
Commit: Timur Kuprava <kupravagoodman <AT> proton <DOT> me>
CommitDate: Fri Jun 6 14:06:23 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e5f7962
app-misc/arttime: new package
Signed-off-by: Timur Kuprava <kupravagoodman <AT> proton.me>
app-misc/arttime/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/arttime/metadata.xml b/app-misc/arttime/metadata.xml
index 265e1f67c6..8716f14732 100644
--- a/app-misc/arttime/metadata.xml
+++ b/app-misc/arttime/metadata.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>Add commentMore actions
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/arttime/
@ 2025-06-07 4:08 Matt Jolly
0 siblings, 0 replies; 3+ messages in thread
From: Matt Jolly @ 2025-06-07 4:08 UTC (permalink / raw
To: gentoo-commits
commit: 3c97fa8ee1fe68d3e500b103bf47ae970e06ecce
Author: Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 7 03:45:16 2025 +0000
Commit: Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Sat Jun 7 04:08:29 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3c97fa8e
app-misc/arttime: QA Fixes
Fix UnknownUseFlags ('notify') by dropping the USE.
It should be an optfeature anyway.
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>
app-misc/arttime/arttime-2.3.4.ebuild | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/app-misc/arttime/arttime-2.3.4.ebuild b/app-misc/arttime/arttime-2.3.4.ebuild
index 76fac115f9..e751bce164 100644
--- a/app-misc/arttime/arttime-2.3.4.ebuild
+++ b/app-misc/arttime/arttime-2.3.4.ebuild
@@ -3,6 +3,8 @@
EAPI=8
+inherit optfeature
+
DESCRIPTION="CLI application that blends beauty of ASCII"
HOMEPAGE="https://github.com/poetaman/arttime"
SRC_URI="https://github.com/poetaman/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
@@ -10,11 +12,9 @@ SRC_URI="https://github.com/poetaman/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="notify"
DEPEND="
app-shells/zsh
- notify? ( x11-libs/libnotify )
"
RDEPEND="
${DEPEND}
@@ -26,7 +26,6 @@ src_prepare() {
gunzip share/man/man1/artprint.1.gz || die
}
-
src_install() {
dobin bin/arttime
dobin bin/artprint
@@ -41,3 +40,7 @@ src_install() {
dodoc README.md
}
+
+pkg_postinst() {
+ optfeature "Desktop notifications" x11-libs/libnotify
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-06-07 4:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-06 14:06 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/arttime/ Timur Kuprava
-- strict thread matches above, loose matches on Subject: below --
2025-06-07 4:08 Matt Jolly
2025-06-06 13:56 Timur Kuprava
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox