1 |
commit: e1cfee70238ddecc87004e17105ca0f5a3217790 |
2 |
Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org> |
3 |
AuthorDate: Thu Feb 1 10:26:23 2018 +0000 |
4 |
Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org> |
5 |
CommitDate: Thu Feb 1 10:26:23 2018 +0000 |
6 |
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e1cfee70 |
7 |
|
8 |
net-libs/libhttpseverywhere: new package |
9 |
|
10 |
This library enables you to leverage the power of HTTPSEverywhere to any desktop-application you want |
11 |
HTTPSEverywhere is a browser plugin that comes with a set of rules that you can use to ensure that you use HTTP instead of HTTPS |
12 |
only when this is absolutely not circumventable. With libhttpseverywhere you will get a C-bindable, GLib-based library you can |
13 |
link/bind against in almost all languages |
14 |
|
15 |
Package-Manager: Portage-2.3.21, Repoman-2.3.6 |
16 |
Manifest-Sign-Key: 0x7DF238CF0AA182E1 |
17 |
|
18 |
.../libhttpseverywhere-0.8.0.ebuild | 37 ++++++++++++++++++++++ |
19 |
net-libs/libhttpseverywhere/metadata.xml | 8 +++++ |
20 |
2 files changed, 45 insertions(+) |
21 |
|
22 |
diff --git a/net-libs/libhttpseverywhere/libhttpseverywhere-0.8.0.ebuild b/net-libs/libhttpseverywhere/libhttpseverywhere-0.8.0.ebuild |
23 |
new file mode 100644 |
24 |
index 00000000..a5cd7f5d |
25 |
--- /dev/null |
26 |
+++ b/net-libs/libhttpseverywhere/libhttpseverywhere-0.8.0.ebuild |
27 |
@@ -0,0 +1,37 @@ |
28 |
+# Copyright 1999-2018 Gentoo Foundation |
29 |
+# Distributed under the terms of the GNU General Public License v2 |
30 |
+ |
31 |
+EAPI="6" |
32 |
+ |
33 |
+inherit gnome-meson vala |
34 |
+ |
35 |
+DESCRIPTION="Leverage the power of HTTPS Everywhere" |
36 |
+HOMEPAGE="http://www.gnome.org/" |
37 |
+ |
38 |
+LICENSE="GPL-3" |
39 |
+SLOT="0" |
40 |
+KEYWORDS="~amd64" |
41 |
+IUSE="doc" |
42 |
+#FIXME does vala_depend go here? |
43 |
+RDEPEND=" |
44 |
+ dev-libs/glib:2 |
45 |
+ dev-libs/json-glib |
46 |
+ >=net-libs/libsoup-2.4 |
47 |
+ dev-libs/libgee:0.8 |
48 |
+ app-arch/libarchive |
49 |
+ $(vala_depend) |
50 |
+" |
51 |
+DEPEND="${RDEPEND} |
52 |
+ >=dev-util/meson-0.39.1 |
53 |
+" |
54 |
+ |
55 |
+src_prepare() { |
56 |
+ vala_src_prepare |
57 |
+ gnome-meson_src_prepare |
58 |
+ default |
59 |
+} |
60 |
+ |
61 |
+#FIXME enable valadoc |
62 |
+src_configure() { |
63 |
+ gnome-meson_src_configure -Denable_valadoc=false |
64 |
+} |
65 |
|
66 |
diff --git a/net-libs/libhttpseverywhere/metadata.xml b/net-libs/libhttpseverywhere/metadata.xml |
67 |
new file mode 100644 |
68 |
index 00000000..39980802 |
69 |
--- /dev/null |
70 |
+++ b/net-libs/libhttpseverywhere/metadata.xml |
71 |
@@ -0,0 +1,8 @@ |
72 |
+<?xml version="1.0" encoding="UTF-8"?> |
73 |
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> |
74 |
+<pkgmetadata> |
75 |
+<maintainer type="project"> |
76 |
+ <email>gnome@g.o</email> |
77 |
+ <name>Gentoo GNOME Desktop</name> |
78 |
+</maintainer> |
79 |
+</pkgmetadata> |