* [gentoo-commits] repo/dev/ulm:master commit in: dev-util/ninka/
@ 2019-03-26 18:46 Ulrich Müller
0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2019-03-26 18:46 UTC (permalink / raw
To: gentoo-commits
commit: 87e04cbeb9c66745ff807c791994d375026f82f7
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 26 18:46:07 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 26 18:46:07 2019 +0000
URL: https://gitweb.gentoo.org/repo/dev/ulm.git/commit/?id=87e04cbe
dev-util/ninka: Fix dependencies.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
dev-util/ninka/ninka-2.0_pre1_p20170402.ebuild | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/dev-util/ninka/ninka-2.0_pre1_p20170402.ebuild b/dev-util/ninka/ninka-2.0_pre1_p20170402.ebuild
index ae97c62..0598fcb 100644
--- a/dev-util/ninka/ninka-2.0_pre1_p20170402.ebuild
+++ b/dev-util/ninka/ninka-2.0_pre1_p20170402.ebuild
@@ -13,9 +13,18 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
LICENSE="GPL-2+ myspell-en_CA-KevinAtkinson public-domain Princeton Ispell"
SLOT="0"
KEYWORDS="~amd64"
+IUSE="test"
RDEPEND="dev-perl/IO-CaptureOutput"
+DEPEND="virtual/perl-ExtUtils-MakeMaker
+ test? (
+ ${RDEPEND}
+ virtual/perl-Test-Simple
+ dev-perl/Test-Pod
+ )"
+# Test::Strict not packaged yet
+
S="${WORKDIR}/${PN}"
PATCHES=(
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/dev/ulm:master commit in: dev-util/ninka/
@ 2019-03-27 15:13 Ulrich Müller
0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2019-03-27 15:13 UTC (permalink / raw
To: gentoo-commits
commit: c97dba2d1ae75f2e1f9ed0b76882aa9469798c00
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 27 15:13:32 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Mar 27 15:13:32 2019 +0000
URL: https://gitweb.gentoo.org/repo/dev/ulm.git/commit/?id=c97dba2d
dev-util/ninka: Make sqlite backend optional.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
dev-util/ninka/ninka-2.0_pre1_p20170402.ebuild | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/dev-util/ninka/ninka-2.0_pre1_p20170402.ebuild b/dev-util/ninka/ninka-2.0_pre1_p20170402.ebuild
index c080e37..3a18623 100644
--- a/dev-util/ninka/ninka-2.0_pre1_p20170402.ebuild
+++ b/dev-util/ninka/ninka-2.0_pre1_p20170402.ebuild
@@ -13,13 +13,15 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
LICENSE="GPL-2+ myspell-en_CA-KevinAtkinson public-domain Princeton Ispell"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="test"
+IUSE="sqlite test"
-RDEPEND="dev-perl/DBD-SQLite
- dev-perl/DBI
+RDEPEND="dev-perl/IO-CaptureOutput
+ dev-perl/Spreadsheet-WriteExcel
virtual/perl-File-Temp
- dev-perl/IO-CaptureOutput
- dev-perl/Spreadsheet-WriteExcel"
+ sqlite? (
+ dev-perl/DBD-SQLite
+ dev-perl/DBI
+ )"
DEPEND="virtual/perl-ExtUtils-MakeMaker
test? (
@@ -43,6 +45,7 @@ src_compile() {
src_install() {
perl-module_src_install
+ use sqlite || rm "${ED}"/usr/bin/ninka-sqlite || die
dobin comments/comments
doman comments/comments.1
dodoc BUGS.org
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-03-27 15:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-26 18:46 [gentoo-commits] repo/dev/ulm:master commit in: dev-util/ninka/ Ulrich Müller
-- strict thread matches above, loose matches on Subject: below --
2019-03-27 15:13 Ulrich Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox