public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marco Scardovi" <marco@scardovi.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/iio-sensor-proxy/
Date: Fri, 25 Jun 2021 17:58:02 +0000 (UTC)	[thread overview]
Message-ID: <1624643869.0a5c7d96a39bcbbb7b6bcdd3f46a5bbf8d84541e.marco@gentoo> (raw)

commit:     0a5c7d96a39bcbbb7b6bcdd3f46a5bbf8d84541e
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Fri Jun 25 17:57:49 2021 +0000
Commit:     Marco Scardovi <marco <AT> scardovi <DOT> com>
CommitDate: Fri Jun 25 17:57:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0a5c7d96

gnome-extra/iio-sensor-proxy: add new package

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 gnome-extra/iio-sensor-proxy/Manifest              |  1 +
 .../iio-sensor-proxy/iio-sensor-proxy-3.1.ebuild   | 42 ++++++++++++++++++++++
 gnome-extra/iio-sensor-proxy/metadata.xml          |  8 +++++
 3 files changed, 51 insertions(+)

diff --git a/gnome-extra/iio-sensor-proxy/Manifest b/gnome-extra/iio-sensor-proxy/Manifest
new file mode 100644
index 000000000..86adb40c6
--- /dev/null
+++ b/gnome-extra/iio-sensor-proxy/Manifest
@@ -0,0 +1 @@
+DIST iio-sensor-proxy-3.1.tar.gz 63372 BLAKE2B 2ecae89796e72184d19c00f88cd2f2cde18307d47ed17e4c836fdd02604847c165fcc56250ecf85fddba99c8ff72b1bb2209fa2a16a4fbc4dbe9d021761524a3 SHA512 cd5891db3929dc1487c3da7d64ba62d4106c09889ba73a100fe4b5cda15470e00ece71a61042a6bdd1f9896a78a8460acff5bcd8fc794401aa1013481cf47fb1

diff --git a/gnome-extra/iio-sensor-proxy/iio-sensor-proxy-3.1.ebuild b/gnome-extra/iio-sensor-proxy/iio-sensor-proxy-3.1.ebuild
new file mode 100644
index 000000000..0959f00ab
--- /dev/null
+++ b/gnome-extra/iio-sensor-proxy/iio-sensor-proxy-3.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome2-utils meson systemd udev
+
+DESCRIPTION="IIO sensors to D-Bus proxy"
+HOMEPAGE="https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/"
+SRC_URI="https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/archive/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+RESTRICT="test"
+
+RDEPEND="
+	dev-libs/glib:*
+	gnome-base/gnome-common
+	dev-libs/libgudev
+	virtual/udev
+"
+
+DEPEND="
+	${RDEPEND}
+	dev-util/gtk-doc-am
+	virtual/pkgconfig
+"
+
+src_install() {
+	meson_src_install
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_pkg_postrm
+	gnome2_schemas_update
+}

diff --git a/gnome-extra/iio-sensor-proxy/metadata.xml b/gnome-extra/iio-sensor-proxy/metadata.xml
new file mode 100644
index 000000000..144c8091c
--- /dev/null
+++ b/gnome-extra/iio-sensor-proxy/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>marco@scardovi.com</email>
+		<name>Marco Scardovi</name>
+	</maintainer>
+</pkgmetadata>


             reply	other threads:[~2021-06-25 17:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-25 17:58 Marco Scardovi [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-06-26 19:04 [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/iio-sensor-proxy/ Marco Scardovi
2021-09-20  9:41 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-09-20  9:36 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-10-07 12:12 Gerben Jan Dijkman
2021-10-07 13:53 Gerben Jan Dijkman
2021-12-15 11:02 Andrew Ammerlaan
2024-01-18 12:19 Takuya Wakazono
2024-04-06 15:30 Ronaldo V. Lobato
2024-04-06 21:34 Ronaldo V. Lobato

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=1624643869.0a5c7d96a39bcbbb7b6bcdd3f46a5bbf8d84541e.marco@gentoo \
    --to=marco@scardovi.com \
    --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