mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
app-misc/arttime: QA Fixes
Fix UnknownUseFlags ('notify') by dropping the USE.
It should be an optfeature anyway.
Signed-off-by: Matt Jolly <kangie@gentoo.org>
This commit is contained in:
@@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
|
inherit optfeature
|
||||||
|
|
||||||
DESCRIPTION="CLI application that blends beauty of ASCII"
|
DESCRIPTION="CLI application that blends beauty of ASCII"
|
||||||
HOMEPAGE="https://github.com/poetaman/arttime"
|
HOMEPAGE="https://github.com/poetaman/arttime"
|
||||||
SRC_URI="https://github.com/poetaman/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
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"
|
LICENSE="all-rights-reserved"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
IUSE="notify"
|
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
app-shells/zsh
|
app-shells/zsh
|
||||||
notify? ( x11-libs/libnotify )
|
|
||||||
"
|
"
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
${DEPEND}
|
${DEPEND}
|
||||||
@@ -26,7 +26,6 @@ src_prepare() {
|
|||||||
gunzip share/man/man1/artprint.1.gz || die
|
gunzip share/man/man1/artprint.1.gz || die
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
dobin bin/arttime
|
dobin bin/arttime
|
||||||
dobin bin/artprint
|
dobin bin/artprint
|
||||||
@@ -41,3 +40,7 @@ src_install() {
|
|||||||
|
|
||||||
dodoc README.md
|
dodoc README.md
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
optfeature "Desktop notifications" x11-libs/libnotify
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user