summaryrefslogtreecommitdiff
path: root/net-misc/htail
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-24 23:59:54 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-24 23:59:54 +0000
commit401101f9c8077911929d3f2b60a37098460a5d89 (patch)
treec2bef4719f6787550f0916aeaa8f4f403a9296af /net-misc/htail
parent4cbcc855382a06088e2f016f62cafdbcb7e40665 (diff)
gentoo resync : 25.03.2022
Diffstat (limited to 'net-misc/htail')
-rw-r--r--net-misc/htail/Manifest3
-rw-r--r--net-misc/htail/htail-1.5.ebuild17
-rw-r--r--net-misc/htail/metadata.xml10
3 files changed, 30 insertions, 0 deletions
diff --git a/net-misc/htail/Manifest b/net-misc/htail/Manifest
new file mode 100644
index 000000000000..49cf001a2167
--- /dev/null
+++ b/net-misc/htail/Manifest
@@ -0,0 +1,3 @@
+DIST htail-1.5.tar.gz 13133 BLAKE2B 7b97a8a9752d74a70b197368370773d33f06eb539424aba06c3b68787fb1d1e2cb347d902eae234b49b375f8fded4e516acc0c99db1c59a54bfc2b8957302d04 SHA512 8668a6ae9fef10b21e0963ac243552c9d9df3918a217be58f39b6c1bf13c19f7c81eef074b79d020bb81faebfd8eebfa04aa23f3eedd4a887288d7a0843654bd
+EBUILD htail-1.5.ebuild 376 BLAKE2B f74226b10fb631d3d67d1805a9ffdbf00b4c0bb2f3bff65c1d54dd18eac6ba2db4e5e46062a7f8767a114e251578610b63de0290df268c65a3c426b1059289e4 SHA512 5b80105c088f55df21f99f8764f698465cf00c86c40a1316670beff91ed459d8e7c7bf3240964fda97e6e06f7197ed77c59c0584d8516393a5fb6d6d450e9f79
+MISC metadata.xml 300 BLAKE2B cb8f871b089be5a9822210ff00a13c74cebc24bc6893db448eceda6406f61755aa7b8f79aa341e6f369eb16fee23957846f2ea6f6643b4ef6dfa4d1d483c6ed7 SHA512 91af430a158dbc192fd29dee188c155307c4f0c8076b596376f70fcaacc9077d85a2ce63d720ded5287ce6a360e69e232d846bbe7446791634d1b3fd8dfc659c
diff --git a/net-misc/htail/htail-1.5.ebuild b/net-misc/htail/htail-1.5.ebuild
new file mode 100644
index 000000000000..7ff0d4599428
--- /dev/null
+++ b/net-misc/htail/htail-1.5.ebuild
@@ -0,0 +1,17 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Tail over HTTP"
+HOMEPAGE="https://github.com/vpelletier/htail"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
diff --git a/net-misc/htail/metadata.xml b/net-misc/htail/metadata.xml
new file mode 100644
index 000000000000..7fab2bed639a
--- /dev/null
+++ b/net-misc/htail/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <upstream>
+ <remote-id type="github">vpelletier/htail</remote-id>
+ </upstream>
+ <maintainer type="person">
+ <email>zmedico@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>