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: app-misc/liquidctl/
Date: Fri, 28 Aug 2020 15:26:22 +0000 (UTC)	[thread overview]
Message-ID: <1598575309.0440fcbb0022573e2d5e9de0e6949522257a9a86.andrewammerlaan@gentoo> (raw)

commit:     0440fcbb0022573e2d5e9de0e6949522257a9a86
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Fri Aug 28 00:41:49 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Aug 28 00:41:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0440fcbb

app-misc/liquidctl: new package

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>

 app-misc/liquidctl/Manifest               |  1 +
 app-misc/liquidctl/liquidctl-1.4.1.ebuild | 36 +++++++++++++++++++++++++++++++
 app-misc/liquidctl/metadata.xml           | 11 ++++++++++
 3 files changed, 48 insertions(+)

diff --git a/app-misc/liquidctl/Manifest b/app-misc/liquidctl/Manifest
new file mode 100644
index 0000000..373b6da
--- /dev/null
+++ b/app-misc/liquidctl/Manifest
@@ -0,0 +1 @@
+DIST liquidctl-1.4.1.tar.gz 149114 BLAKE2B eee91d82cd31021aa8a290844c74ff117024383f85eaa83ef89bf4f1d3e9d1af29b6b530497c356fb51aaca6f686522768eb1df0c7fb85ecdc34b630109a1db9 SHA512 f5f1e1e9f4f03ab2bc1252a65a118a1cfd2203f4cbde7e7ddb45667b20ec7757d35eff9f69922395efb1461d660b104531230942f4d537428f30ae3e59ed2594

diff --git a/app-misc/liquidctl/liquidctl-1.4.1.ebuild b/app-misc/liquidctl/liquidctl-1.4.1.ebuild
new file mode 100644
index 0000000..162b49f
--- /dev/null
+++ b/app-misc/liquidctl/liquidctl-1.4.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1 udev
+
+DESCRIPTION="Cross-platform tool and drivers for liquid coolers and other devices"
+HOMEPAGE="https://github.com/jonasmalacofilho/liquidctl"
+SRC_URI="https://github.com/jonasmalacofilho/liquidctl/releases/download/v${PV}/${P}.tar.gz"
+#S="${WORKDIR}/${P}"
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-python/docopt[${PYTHON_USEDEP}]
+	dev-python/hidapi[${PYTHON_USEDEP}]
+	dev-python/pyusb[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_test() {
+	# Without this variable, it attempts to write to /var/run and fails
+	XDG_RUNTIME_DIR="${T}/xdg" distutils-r1_src_test || die
+}
+
+python_install_all() {
+	distutils-r1_python_install_all
+	dodoc docs/*.md || die
+	dodoc -r docs/linux/
+	udev_dorules extra/linux/71-liquidctl.rules
+}

diff --git a/app-misc/liquidctl/metadata.xml b/app-misc/liquidctl/metadata.xml
new file mode 100644
index 0000000..8e9aedf
--- /dev/null
+++ b/app-misc/liquidctl/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>alexey+gentoo@asokolov.org</email>
+		<name>Alexey Sokolov</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">jonasmalacofilho/liquidctl</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2020-08-28 15:26 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-28 15:26 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-10-13 22:12 [gentoo-commits] repo/proj/guru:master commit in: app-misc/liquidctl/ Haelwenn Monnier
2021-10-01 21:04 Haelwenn Monnier
2021-07-20 11:34 Florian Schmaus
2021-07-20 11:34 Florian Schmaus
2021-07-07 14:02 Florian Schmaus
2021-07-07 14:02 Florian Schmaus
2020-11-03 14:39 Haelwenn Monnier
2020-11-03 14:39 Haelwenn Monnier
2020-08-28 15:26 Andrew Ammerlaan

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=1598575309.0440fcbb0022573e2d5e9de0e6949522257a9a86.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