summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/net-libs/stem/stem-1.6.0.exheres-05
-rw-r--r--packages/net-libs/stem/stem-scm.exheres-05
-rw-r--r--packages/net-libs/stem/stem.exlib21
-rw-r--r--packages/net-misc/nyx/nyx-2.0.4.exheres-05
-rw-r--r--packages/net-misc/nyx/nyx-scm.exheres-05
-rw-r--r--packages/net-misc/nyx/nyx.exlib25
-rw-r--r--packages/net-p2p/pybitmessage/pybitmessage-scm.exheres-02
7 files changed, 67 insertions, 1 deletions
diff --git a/packages/net-libs/stem/stem-1.6.0.exheres-0 b/packages/net-libs/stem/stem-1.6.0.exheres-0
new file mode 100644
index 0000000..c1e5b1b
--- /dev/null
+++ b/packages/net-libs/stem/stem-1.6.0.exheres-0
@@ -0,0 +1,5 @@
+# Distributed under the terms of the GNU General Public License v2
+
+require stem
+
+PLATFORMS="~x86 ~amd64"
diff --git a/packages/net-libs/stem/stem-scm.exheres-0 b/packages/net-libs/stem/stem-scm.exheres-0
new file mode 100644
index 0000000..c1e5b1b
--- /dev/null
+++ b/packages/net-libs/stem/stem-scm.exheres-0
@@ -0,0 +1,5 @@
+# Distributed under the terms of the GNU General Public License v2
+
+require stem
+
+PLATFORMS="~x86 ~amd64"
diff --git a/packages/net-libs/stem/stem.exlib b/packages/net-libs/stem/stem.exlib
new file mode 100644
index 0000000..d4e84a1
--- /dev/null
+++ b/packages/net-libs/stem/stem.exlib
@@ -0,0 +1,21 @@
+# Distributed under the terms of the GNU General Public License v2
+
+SUMMARY="Stem is a Python controller library for Tor"
+HOMEPAGE="https://stem.torproject.org"
+LICENCES="LGPL-3"
+SLOT="0"
+
+require setup-py [ import='setuptools' ]
+
+if ever is_scm ; then
+ SCM_REPOSITORY="https://git.torproject.org/stem.git"
+ require scm-git
+else
+ require pypi
+fi
+
+
+DEPENDENCIES="
+ build+run:
+ net-misc/tor
+"
diff --git a/packages/net-misc/nyx/nyx-2.0.4.exheres-0 b/packages/net-misc/nyx/nyx-2.0.4.exheres-0
new file mode 100644
index 0000000..ba52abd
--- /dev/null
+++ b/packages/net-misc/nyx/nyx-2.0.4.exheres-0
@@ -0,0 +1,5 @@
+# Distributed under the terms of the GNU General Public License v2
+
+require nyx
+
+PLATFORMS="~x86 ~amd64"
diff --git a/packages/net-misc/nyx/nyx-scm.exheres-0 b/packages/net-misc/nyx/nyx-scm.exheres-0
new file mode 100644
index 0000000..ba52abd
--- /dev/null
+++ b/packages/net-misc/nyx/nyx-scm.exheres-0
@@ -0,0 +1,5 @@
+# Distributed under the terms of the GNU General Public License v2
+
+require nyx
+
+PLATFORMS="~x86 ~amd64"
diff --git a/packages/net-misc/nyx/nyx.exlib b/packages/net-misc/nyx/nyx.exlib
new file mode 100644
index 0000000..b4d909a
--- /dev/null
+++ b/packages/net-misc/nyx/nyx.exlib
@@ -0,0 +1,25 @@
+# Distributed under the terms of the GNU General Public License v2
+
+SUMMARY="A ncurses-based status monitor for Tor relays"
+HOMEPAGE="https://nyx.torproject.org"
+LICENCES="GPL-3"
+SLOT="0"
+
+
+require setup-py [ import='distutils' ]
+
+
+if ever is_scm ; then
+ SCM_REPOSITORY="https://git.torproject.org/nyx.git"
+ require scm-git
+else
+ require pypi
+fi
+
+
+DEPENDENCIES="
+ build+run:
+ net-libs/stem
+ net-misc/tor
+"
+
diff --git a/packages/net-p2p/pybitmessage/pybitmessage-scm.exheres-0 b/packages/net-p2p/pybitmessage/pybitmessage-scm.exheres-0
index 8037955..a18c6ab 100644
--- a/packages/net-p2p/pybitmessage/pybitmessage-scm.exheres-0
+++ b/packages/net-p2p/pybitmessage/pybitmessage-scm.exheres-0
@@ -4,7 +4,7 @@
SCM_REPOSITORY="https://github.com/Bitmessage/PyBitmessage.git"
require setup-py [ blacklist='3' has_bin=true multibuild=false python_opts='[sqlite]' import='distutils' ]
-require scm-git setup-py
+require scm-git
require gtk-icon-cache
DOWNLOADS=""