From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: www-client/badwolf/
Date: Sun, 3 Oct 2021 06:55:38 +0000 (UTC) [thread overview]
Message-ID: <1633195578.f61978af453a519fd1f7f3234786f052afef06f0.arthurzam@gentoo> (raw)
commit: f61978af453a519fd1f7f3234786f052afef06f0
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sat Oct 2 17:26:18 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 2 17:26:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f61978af
www-client/badwolf: Clean version bump, 1.2.0
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
www-client/badwolf/Manifest | 2 +-
.../{badwolf-1.1.0.ebuild => badwolf-1.2.0.ebuild} | 26 ++++++++++------------
2 files changed, 13 insertions(+), 15 deletions(-)
diff --git a/www-client/badwolf/Manifest b/www-client/badwolf/Manifest
index e50d49d7a..751340d00 100644
--- a/www-client/badwolf/Manifest
+++ b/www-client/badwolf/Manifest
@@ -1 +1 @@
-DIST badwolf-1.1.0.tar.gz 76314 BLAKE2B e5faf43eaceece52809bc27e1c47d176373d537cb349f682eb7fbd68c3cb4b6ad510e4c2c8b55b9c5092f910321f148261f25aecddc1327dd635611dd685a57a SHA512 dcde764c71519700e225c9a5488bcc092a9008c365b892a60e02bd53031801090d4ec73d0da38078a1c0061cd6be4cc41250f0cdbaf991250557c784f6aac961
+DIST badwolf-1.2.0.tar.gz 79538 BLAKE2B 1889fa905bafb5ed5d4ae387b958f49697130bb93690c91c25f74b16574d8e609c43a3c4e8fb4da7d37f6d645d6d73bab23583220f337e83567e206bbbad703a SHA512 ccf0eb25630438ba783ae7e6d30b0c516290966199bbe36f76b22f2091c3a2940676ee0fb0a5cf46a9cb258e7979084d6f34662f7252c1b37ec0cee7c9958fb0
diff --git a/www-client/badwolf/badwolf-1.1.0.ebuild b/www-client/badwolf/badwolf-1.2.0.ebuild
similarity index 77%
rename from www-client/badwolf/badwolf-1.1.0.ebuild
rename to www-client/badwolf/badwolf-1.2.0.ebuild
index 6389687d1..64ec61659 100644
--- a/www-client/badwolf/badwolf-1.1.0.ebuild
+++ b/www-client/badwolf/badwolf-1.2.0.ebuild
@@ -25,32 +25,30 @@ SLOT="0"
DOCS=("README.md" "KnowledgeBase.md")
+IUSE="test"
+RESTRICT="!test? ( test )"
+
DEPEND="
x11-libs/gtk+:3
net-libs/webkit-gtk:4=
"
RDEPEND="${DEPEND}"
+BDEPEND="test? ( app-text/mandoc )"
src_configure() {
[[ "${PV}" == "9999" ]] || restore_config config.h
- default
-}
-src_compile() {
- emake \
- CC="${CC:-cc}" \
- CFLAGS="${CFLAGS:--02 -Wall -Wextra}" \
- LDFLAGS="${LDFLAGS}" \
- PREFIX="/usr"
+ CC="${CC:-cc}" \
+ CFLAGS="${CFLAGS:--02 -Wall -Wextra}" \
+ LDFLAGS="${LDFLAGS}" \
+ DOCDIR="/usr/share/doc/${PF}" \
+ WITH_WEBKITGTK=4.0 \
+ PREFIX="/usr" \
+ ./configure
}
src_install() {
- emake \
- DESTDIR="${D}" \
- DOCDIR="/usr/share/doc/${PF}" \
- PREFIX="/usr" \
- install
+ default
[[ "${PV}" == "9999" ]] || save_config config.h
- einstalldocs
}
next reply other threads:[~2021-10-03 6:55 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-03 6:55 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-02 16:36 [gentoo-commits] repo/proj/guru:master commit in: www-client/badwolf/ Julien Roy
2024-03-09 1:19 David Roman
2024-02-28 7:19 Florian Schmaus
2023-09-21 10:09 David Roman
2023-08-24 22:41 [gentoo-commits] repo/proj/guru:dev " David Roman
2023-08-24 22:41 ` [gentoo-commits] repo/proj/guru:master " David Roman
2023-07-20 8:36 Florian Schmaus
2022-05-24 17:53 Haelwenn Monnier
2021-10-02 8:43 Arthur Zamarin
2021-04-20 9:43 Andrew Ammerlaan
2021-04-20 9:43 Andrew Ammerlaan
2021-04-02 21:20 [gentoo-commits] repo/proj/guru:dev " Haelwenn Monnier
2021-04-03 0:03 ` [gentoo-commits] repo/proj/guru:master " Haelwenn Monnier
2021-04-02 20:24 Andrew Ammerlaan
2020-09-04 11:01 Andrew Ammerlaan
2020-07-21 13:53 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-07-21 13:53 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-07-09 14:29 Andrew Ammerlaan
2020-07-09 14:29 Andrew Ammerlaan
2020-05-18 9:09 Andrew Ammerlaan
2020-05-18 9:09 Andrew Ammerlaan
2020-04-27 7:02 Andrew Ammerlaan
2020-04-05 11:01 Andrew Ammerlaan
2020-03-31 9:07 Andrew Ammerlaan
2020-03-31 9:07 Andrew Ammerlaan
2019-12-30 23:26 Ralph Seichter
2019-12-14 23:22 Ralph Seichter
2019-12-14 23:22 Ralph Seichter
2019-12-02 2:10 Ralph Seichter
2019-12-02 2:10 Ralph Seichter
2019-11-30 19:52 Ralph Seichter
2019-11-25 15:32 Ralph Seichter
2019-07-05 18:07 Ralph Seichter
2019-07-05 18:07 Ralph Seichter
2019-06-21 12:16 Ralph Seichter
2019-06-21 12:16 Ralph Seichter
2019-06-21 12:16 Ralph Seichter
2019-05-17 15:19 Ralph Seichter
2019-04-27 11:14 Ralph Seichter
2019-04-27 11:14 Ralph Seichter
2019-04-27 11:14 Ralph Seichter
2019-04-27 11:14 Ralph Seichter
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=1633195578.f61978af453a519fd1f7f3234786f052afef06f0.arthurzam@gentoo \
--to=arthurzam@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