public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/siglo/
@ 2021-11-11 18:22 Rick Farina
  0 siblings, 0 replies; 3+ messages in thread
From: Rick Farina @ 2021-11-11 18:22 UTC (permalink / raw
  To: gentoo-commits

commit:     155c066f59bf48324903101026d0e0cac771c0b4
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 11 18:21:45 2021 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu Nov 11 18:21:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=155c066f

app-misc/siglo: initial ebuild

if your eyes bleed when you read this, help is welcome

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 app-misc/siglo/Manifest           |  1 +
 app-misc/siglo/metadata.xml       |  8 +++++++
 app-misc/siglo/siglo-0.9.5.ebuild | 50 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 59 insertions(+)

diff --git a/app-misc/siglo/Manifest b/app-misc/siglo/Manifest
new file mode 100644
index 00000000000..7990963e047
--- /dev/null
+++ b/app-misc/siglo/Manifest
@@ -0,0 +1 @@
+DIST siglo-0.9.5.tar.gz 38574 BLAKE2B e593914ab21deaeaaeddafa59545282dfe737e8aa935a53ada444d504499bc03cd1e17f7dca2813d39d30234504742471c2ba2ed94d603c785f7626fa73561fa SHA512 0ed5f9311c680b377c9233dd7db8b00cea3d376933529dadc46c574e12b33a0b9db1b8e1c66fa60dc088a5d0ebb62ac5c1b1b0b00f0e2143ff0f285980938227

diff --git a/app-misc/siglo/metadata.xml b/app-misc/siglo/metadata.xml
new file mode 100644
index 00000000000..382e03b1550
--- /dev/null
+++ b/app-misc/siglo/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>zerochaos@gentoo.org</email>
+		<name>Rick Farina (Zero_Chaos)</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/app-misc/siglo/siglo-0.9.5.ebuild b/app-misc/siglo/siglo-0.9.5.ebuild
new file mode 100644
index 00000000000..4f32696ab50
--- /dev/null
+++ b/app-misc/siglo/siglo-0.9.5.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_9 )
+inherit gnome2-utils python-single-r1 meson xdg
+
+DESCRIPTION="GTK app to sync InfiniTime watch with PinePhone"
+HOMEPAGE="https://github.com/alexr4535/siglo"
+SRC_URI="https://github.com/alexr4535/siglo/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+DEPEND=""
+RDEPEND="${DEPEND}
+		$(python_gen_cond_dep '
+		dev-python/dbus-python[${PYTHON_USEDEP}]
+		dev-python/gatt-python[${PYTHON_USEDEP}]
+		dev-python/requests[${PYTHON_USEDEP}]
+		dev-python/pyxdg[${PYTHON_USEDEP}]
+		')"
+BDEPEND="${PYTHON_DEPS}"
+
+#tests seem to fail
+RESTRICT="test"
+
+src_configure() {
+	python_setup
+	sed -i "s#python.find_installation('python3').path()#\'${EPYTHON}\'#" src/meson.build
+	meson_src_configure
+}
+
+src_install() {
+	meson_src_install
+	python_fix_shebang "${ED}/usr/bin"
+	python_optimize
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_pkg_postrm
+	gnome2_schemas_update
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/siglo/
@ 2021-12-21 15:28 Rick Farina
  0 siblings, 0 replies; 3+ messages in thread
From: Rick Farina @ 2021-12-21 15:28 UTC (permalink / raw
  To: gentoo-commits

commit:     13be0a858319f0de3874bb05c32e59aa2a61ea63
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 21 15:27:52 2021 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Dec 21 15:28:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13be0a85

app-misc/siglo: add 0.9.6, drop 0.9.5

Fixes: QA issue of missing python_deps
Closes: https://bugs.gentoo.org/823254
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 app-misc/siglo/Manifest                                   | 2 +-
 app-misc/siglo/{siglo-0.9.5.ebuild => siglo-0.9.6.ebuild} | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-misc/siglo/Manifest b/app-misc/siglo/Manifest
index 7990963e047b..cfced6366edc 100644
--- a/app-misc/siglo/Manifest
+++ b/app-misc/siglo/Manifest
@@ -1 +1 @@
-DIST siglo-0.9.5.tar.gz 38574 BLAKE2B e593914ab21deaeaaeddafa59545282dfe737e8aa935a53ada444d504499bc03cd1e17f7dca2813d39d30234504742471c2ba2ed94d603c785f7626fa73561fa SHA512 0ed5f9311c680b377c9233dd7db8b00cea3d376933529dadc46c574e12b33a0b9db1b8e1c66fa60dc088a5d0ebb62ac5c1b1b0b00f0e2143ff0f285980938227
+DIST siglo-0.9.6.tar.gz 38606 BLAKE2B 68a65eaa0a8ba9efdf9c72acc02a9ea41be1d3e05eff50df1a171e01138d421f9e6e75ca385a434883a176f6f82a8ca689ddc2097489997de3798fa042f9c81d SHA512 14b74cb25db1f5676203dbfae8b668888d3cfd493ea53267d8c0956a7e96f1cfe5457b7ce802dadcbe563d6810ac64f8f2cb49f59b579146659af28601d52681

diff --git a/app-misc/siglo/siglo-0.9.5.ebuild b/app-misc/siglo/siglo-0.9.6.ebuild
similarity index 98%
rename from app-misc/siglo/siglo-0.9.5.ebuild
rename to app-misc/siglo/siglo-0.9.6.ebuild
index 4f32696ab50e..450a38dd7ba5 100644
--- a/app-misc/siglo/siglo-0.9.5.ebuild
+++ b/app-misc/siglo/siglo-0.9.6.ebuild
@@ -16,6 +16,7 @@ KEYWORDS="~amd64 ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 DEPEND=""
 RDEPEND="${DEPEND}
+		${PYTHON_DEPS}
 		$(python_gen_cond_dep '
 		dev-python/dbus-python[${PYTHON_USEDEP}]
 		dev-python/gatt-python[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/siglo/
@ 2021-12-25 17:18 Arthur Zamarin
  0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2021-12-25 17:18 UTC (permalink / raw
  To: gentoo-commits

commit:     0fda83aca4249b3c87b9f324bf832ffc4492fc67
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 25 17:18:33 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 25 17:18:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fda83ac

app-misc/siglo: Keyword 0.9.6 arm64, #829943

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/siglo/siglo-0.9.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/siglo/siglo-0.9.6.ebuild b/app-misc/siglo/siglo-0.9.6.ebuild
index 450a38dd7ba5..689f3cd80be8 100644
--- a/app-misc/siglo/siglo-0.9.6.ebuild
+++ b/app-misc/siglo/siglo-0.9.6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/alexr4535/siglo/archive/refs/tags/v${PV}.tar.gz -> $
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 DEPEND=""


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-12-25 17:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-11 18:22 [gentoo-commits] repo/gentoo:master commit in: app-misc/siglo/ Rick Farina
  -- strict thread matches above, loose matches on Subject: below --
2021-12-21 15:28 Rick Farina
2021-12-25 17:18 Arthur Zamarin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox