public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: www-client/badwolf/
Date: Mon, 18 May 2020 09:09:07 +0000 (UTC)	[thread overview]
Message-ID: <1589771468.57fb961437d7ee76ee4f520c32d61db973dee26d.andrewammerlaan@gentoo> (raw)

commit:     57fb961437d7ee76ee4f520c32d61db973dee26d
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Mon May 18 03:11:08 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon May 18 03:11:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57fb9614

www-client/badwolf: Bump to 1.0.0

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 www-client/badwolf/Manifest             |  1 +
 www-client/badwolf/badwolf-1.0.0.ebuild | 55 +++++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/www-client/badwolf/Manifest b/www-client/badwolf/Manifest
index e4a40a2..1fba2a1 100644
--- a/www-client/badwolf/Manifest
+++ b/www-client/badwolf/Manifest
@@ -1 +1,2 @@
 DIST badwolf-0.5.1.tar.gz 20992 BLAKE2B f1c31ba3f1b485adcc134a1e14e7eac1bd7ec2c3c3a48b09e245cfec4adacceeba5a9f477fd74ce85e5e8453fa660779248e1d6987281f850cb35b652aaa98f3 SHA512 75cd50bba4aaa458341b3ce0a6f70b4432e7a708901a19780457661b5275a15ad275a8b53f00b482be1e9a3eaa2565b39d9bbd40f5e6ec2551ae7fc1c7840ed2
+DIST badwolf-1.0.0.tar.gz 69676 BLAKE2B 44b463b0096f1971ae01d48556f70636c58c96324c2fcfb4a1b2507f78f6cdcb5c4b51e68f64b20c5fbafdf529bbc8e2f4ec60d383405019fa556a9697948cae SHA512 72437709a32937c33dc0509f94efbb5f3551b039017d3067b02f5d2b275eb4f3883dba8dc1c1b4b82bfa31a7b174f5fa393ceeefaf627d9b6c27be0fea5a0652

diff --git a/www-client/badwolf/badwolf-1.0.0.ebuild b/www-client/badwolf/badwolf-1.0.0.ebuild
new file mode 100644
index 0000000..aaab35e
--- /dev/null
+++ b/www-client/badwolf/badwolf-1.0.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg
+
+if [[ "${PV}" == "9999" ]]
+then
+	EGIT_REPO_URI="https://hacktivis.me/git/badwolf.git"
+	EGIT_MIN_CLONE_TYPE="single+tags"
+	inherit git-r3
+else
+	MY_P="${PN}-$(ver_rs 3 - 4 .)"
+	SRC_URI="https://hacktivis.me/releases/${MY_P}.tar.gz"
+	KEYWORDS="~amd64 ~ppc"
+	S="${WORKDIR}/${MY_P}"
+	inherit savedconfig
+fi
+
+DESCRIPTION="Minimalist and privacy-oriented WebKitGTK+ browser"
+HOMEPAGE="https://hacktivis.me/projects/badwolf"
+LICENSE="BSD"
+SLOT="0"
+
+DOCS=("README.md" "KnowledgeBase.md")
+
+DEPEND="
+	x11-libs/gtk+:3
+	net-libs/webkit-gtk:4=
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	[[ "${PV}" == "9999" ]] || restore_config config.h
+	default
+}
+
+src_compile() {
+	emake \
+		CC="${CC:-cc}" \
+		CFLAGS="${CFLAGS:--02 -Wall -Wextra}" \
+		LDFLAGS="${LDFLAGS}" \
+		PREFIX="/usr"
+}
+
+src_install() {
+	emake \
+		DESTDIR="${D}" \
+		PREFIX="/usr" \
+		install
+
+	[[ "${PV}" == "9999" ]] || save_config config.h
+	einstalldocs
+}


             reply	other threads:[~2020-05-18  9:09 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-18  9:09 Andrew Ammerlaan [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-03  6:55 Arthur Zamarin
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-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=1589771468.57fb961437d7ee76ee4f520c32d61db973dee26d.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --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