public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/minipro/
@ 2025-02-19 11:14 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2025-02-19 11:14 UTC (permalink / raw
  To: gentoo-commits

commit:     bc6b36c53f2b5c77cb4bd985c05ee79a60d61696
Author:     Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Fri Feb  2 23:36:58 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 19 11:12:36 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc6b36c5

dev-embedded/minipro: new package, add 0.7.2, 9999

Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/35158
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-embedded/minipro/Manifest             |  1 +
 dev-embedded/minipro/metadata.xml         | 15 ++++++++++
 dev-embedded/minipro/minipro-0.7.2.ebuild | 48 +++++++++++++++++++++++++++++++
 dev-embedded/minipro/minipro-9999.ebuild  | 48 +++++++++++++++++++++++++++++++
 4 files changed, 112 insertions(+)

diff --git a/dev-embedded/minipro/Manifest b/dev-embedded/minipro/Manifest
new file mode 100644
index 000000000000..18fa867525c9
--- /dev/null
+++ b/dev-embedded/minipro/Manifest
@@ -0,0 +1 @@
+DIST minipro-0.7.2.tar.bz2 287826 BLAKE2B 1a2ae2ddbf4249044dcf68a19596f7013824d314547cc30687b8fc87d77710307f6b9caffaab444c46d494d3e3bf8728dd35ec56776b378c61b588f83363e127 SHA512 386fc73fe6d2574f131e5fa407f460a4800934df9be4ba27d933759af150866b570951624fef341c7122aa998f167cc89b39f6c6c39c27570e3581ff928abd2f

diff --git a/dev-embedded/minipro/metadata.xml b/dev-embedded/minipro/metadata.xml
new file mode 100644
index 000000000000..6ba2a04d5c21
--- /dev/null
+++ b/dev-embedded/minipro/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person" proxied="yes">
+		<email>mario.haustein@hrz.tu-chemnitz.de</email>
+		<name>Mario Haustein</name>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="gitlab">DavidGriffith/minipro</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-embedded/minipro/minipro-0.7.2.ebuild b/dev-embedded/minipro/minipro-0.7.2.ebuild
new file mode 100644
index 000000000000..3d5ae43e965c
--- /dev/null
+++ b/dev-embedded/minipro/minipro-0.7.2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1 toolchain-funcs udev
+
+DESCRIPTION="A program for controlling the MiniPRO TL866xx series of chip programmers"
+HOMEPAGE="https://gitlab.com/DavidGriffith/minipro/"
+
+if [[ ${PV} == "9999" ]]; then
+	EGIT_REPO_URI="https://gitlab.com/DavidGriffith/minipro.git"
+	inherit git-r3
+else
+	SRC_URI="https://gitlab.com/DavidGriffith/minipro/-/archive/${PV}/${P}.tar.bz2"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DEPEND="
+	virtual/libusb:=
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	virtual/pkgconfig
+"
+
+src_compile()
+{
+	emake CC=$(tc-getCC) PREFIX="${EPREFIX}/usr" COMPLETIONS_DIR="$(get_bashcompdir)"
+}
+
+src_install()
+{
+	emake CC=$(tc-getCC) DESTDIR="${D}" PREFIX="${EPREFIX}/usr" COMPLETIONS_DIR="$(get_bashcompdir)" install
+}
+
+pkg_postinst()
+{
+	udev_reload
+}
+
+pkg_postrm()
+{
+	udev_reload
+}

diff --git a/dev-embedded/minipro/minipro-9999.ebuild b/dev-embedded/minipro/minipro-9999.ebuild
new file mode 100644
index 000000000000..3d5ae43e965c
--- /dev/null
+++ b/dev-embedded/minipro/minipro-9999.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1 toolchain-funcs udev
+
+DESCRIPTION="A program for controlling the MiniPRO TL866xx series of chip programmers"
+HOMEPAGE="https://gitlab.com/DavidGriffith/minipro/"
+
+if [[ ${PV} == "9999" ]]; then
+	EGIT_REPO_URI="https://gitlab.com/DavidGriffith/minipro.git"
+	inherit git-r3
+else
+	SRC_URI="https://gitlab.com/DavidGriffith/minipro/-/archive/${PV}/${P}.tar.bz2"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DEPEND="
+	virtual/libusb:=
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	virtual/pkgconfig
+"
+
+src_compile()
+{
+	emake CC=$(tc-getCC) PREFIX="${EPREFIX}/usr" COMPLETIONS_DIR="$(get_bashcompdir)"
+}
+
+src_install()
+{
+	emake CC=$(tc-getCC) DESTDIR="${D}" PREFIX="${EPREFIX}/usr" COMPLETIONS_DIR="$(get_bashcompdir)" install
+}
+
+pkg_postinst()
+{
+	udev_reload
+}
+
+pkg_postrm()
+{
+	udev_reload
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/minipro/
@ 2025-03-26  6:27 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2025-03-26  6:27 UTC (permalink / raw
  To: gentoo-commits

commit:     3d3bf63478c7ef4115006e1faefda5576b4b425b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 26 06:26:53 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 26 06:27:24 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d3bf634

dev-embedded/minipro: Stabilize 0.7.2 amd64, #952045

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-embedded/minipro/minipro-0.7.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-embedded/minipro/minipro-0.7.2.ebuild b/dev-embedded/minipro/minipro-0.7.2.ebuild
index 3d5ae43e965c..c0b1374c8e44 100644
--- a/dev-embedded/minipro/minipro-0.7.2.ebuild
+++ b/dev-embedded/minipro/minipro-0.7.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then
 	inherit git-r3
 else
 	SRC_URI="https://gitlab.com/DavidGriffith/minipro/-/archive/${PV}/${P}.tar.bz2"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-3+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/minipro/
@ 2025-03-26  6:27 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2025-03-26  6:27 UTC (permalink / raw
  To: gentoo-commits

commit:     d3ffbd66afe4b3009329a7004852560611bbd340
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 26 06:26:54 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 26 06:27:25 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ffbd66

dev-embedded/minipro: Stabilize 0.7.2 x86, #952045

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-embedded/minipro/minipro-0.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/minipro/minipro-0.7.2.ebuild b/dev-embedded/minipro/minipro-0.7.2.ebuild
index c0b1374c8e44..568ff6a44aed 100644
--- a/dev-embedded/minipro/minipro-0.7.2.ebuild
+++ b/dev-embedded/minipro/minipro-0.7.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then
 	inherit git-r3
 else
 	SRC_URI="https://gitlab.com/DavidGriffith/minipro/-/archive/${PV}/${P}.tar.bz2"
-	KEYWORDS="amd64 ~x86"
+	KEYWORDS="amd64 x86"
 fi
 
 LICENSE="GPL-3+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/minipro/
@ 2025-05-11 13:39 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2025-05-11 13:39 UTC (permalink / raw
  To: gentoo-commits

commit:     23131409b388e3f3c601460b4dd75f56e646b8d7
Author:     Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Sun May 11 13:12:03 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 11 13:37:37 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23131409

dev-embedded/minipro: add 0.7.3

Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Part-of: https://github.com/gentoo/gentoo/pull/42026
Closes: https://github.com/gentoo/gentoo/pull/42026
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-embedded/minipro/Manifest             |  1 +
 dev-embedded/minipro/minipro-0.7.3.ebuild | 48 +++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/dev-embedded/minipro/Manifest b/dev-embedded/minipro/Manifest
index 18fa867525c9..fa3207accf4c 100644
--- a/dev-embedded/minipro/Manifest
+++ b/dev-embedded/minipro/Manifest
@@ -1 +1,2 @@
 DIST minipro-0.7.2.tar.bz2 287826 BLAKE2B 1a2ae2ddbf4249044dcf68a19596f7013824d314547cc30687b8fc87d77710307f6b9caffaab444c46d494d3e3bf8728dd35ec56776b378c61b588f83363e127 SHA512 386fc73fe6d2574f131e5fa407f460a4800934df9be4ba27d933759af150866b570951624fef341c7122aa998f167cc89b39f6c6c39c27570e3581ff928abd2f
+DIST minipro-0.7.3.tar.bz2 345229 BLAKE2B 0fe1b36e18abf2a785f7cb584a38927ef4aba3784047f273bcf050d107d525a812272355bd83cbaeb34529dae4df18a9cd099647df8b21a52d46f049eacc518e SHA512 14df5329f0cdfd3b0456db2d5b09079a841fe2c09e1410b4bb3e8ef58b8d566358eb9afc585bcb5de1e3929ed1819e259e7bb92894b35e6a8aa0aa7c259acde2

diff --git a/dev-embedded/minipro/minipro-0.7.3.ebuild b/dev-embedded/minipro/minipro-0.7.3.ebuild
new file mode 100644
index 000000000000..c330e6a445eb
--- /dev/null
+++ b/dev-embedded/minipro/minipro-0.7.3.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1 toolchain-funcs udev
+
+DESCRIPTION="A program for controlling the MiniPRO TL866xx series of chip programmers"
+HOMEPAGE="https://gitlab.com/DavidGriffith/minipro/"
+
+if [[ ${PV} == "9999" ]]; then
+	EGIT_REPO_URI="https://gitlab.com/DavidGriffith/minipro.git"
+	inherit git-r3
+else
+	SRC_URI="https://gitlab.com/DavidGriffith/minipro/-/archive/${PV}/${P}.tar.bz2"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DEPEND="
+	virtual/libusb:=
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	virtual/pkgconfig
+"
+
+src_compile()
+{
+	emake CC=$(tc-getCC) PREFIX="${EPREFIX}/usr" COMPLETIONS_DIR="$(get_bashcompdir)"
+}
+
+src_install()
+{
+	emake CC=$(tc-getCC) DESTDIR="${D}" PREFIX="${EPREFIX}/usr" COMPLETIONS_DIR="$(get_bashcompdir)" install
+}
+
+pkg_postinst()
+{
+	udev_reload
+}
+
+pkg_postrm()
+{
+	udev_reload
+}


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

end of thread, other threads:[~2025-05-11 13:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-19 11:14 [gentoo-commits] repo/gentoo:master commit in: dev-embedded/minipro/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2025-03-26  6:27 Sam James
2025-03-26  6:27 Sam James
2025-05-11 13:39 Sam James

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