public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/dmtx-utils/
@ 2018-08-20 15:31 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2018-08-20 15:31 UTC (permalink / raw
  To: gentoo-commits

commit:     91071e948b751433ec8cd4ba9b2b8661dec0e91c
Author:     Andrey Mazo <ahippo <AT> yandex <DOT> com>
AuthorDate: Sun Aug  5 18:21:25 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 20 15:31:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91071e94

media-gfx/dmtx-utils: new package, version 0.7.5

Add dmtx-utils package,
which provides dmtxread/dmtxwrite/dmtxquery commands.
The package is built on top of media-libs/libdmtx library.

Closes: https://bugs.gentoo.org/635684
Closes: https://github.com/gentoo/gentoo/pull/9462
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-gfx/dmtx-utils/Manifest                |  1 +
 media-gfx/dmtx-utils/dmtx-utils-0.7.5.ebuild | 30 ++++++++++++++++++++++++++++
 media-gfx/dmtx-utils/metadata.xml            | 21 +++++++++++++++++++
 3 files changed, 52 insertions(+)

diff --git a/media-gfx/dmtx-utils/Manifest b/media-gfx/dmtx-utils/Manifest
new file mode 100644
index 00000000000..a83f1b43702
--- /dev/null
+++ b/media-gfx/dmtx-utils/Manifest
@@ -0,0 +1 @@
+DIST dmtx-utils-0.7.5.tar.gz 54754 BLAKE2B 0eaaa75dd8f650492f790aa960a6df93509e2bf5b1d0dd4b335a418f1524ee633d8d5f087cfef8b8950fc736dbb8ff702561e48506fa1b85d5846cf87601a197 SHA512 915104150d1cc5877d3012cb3934163b4a8e93f8132082835e8d12a8844d29e4afa06d020f5bd79e4bcacb8c153baadf183885619b7c4eb235d8c8c7041d325a

diff --git a/media-gfx/dmtx-utils/dmtx-utils-0.7.5.ebuild b/media-gfx/dmtx-utils/dmtx-utils-0.7.5.ebuild
new file mode 100644
index 00000000000..35aad35ab7b
--- /dev/null
+++ b/media-gfx/dmtx-utils/dmtx-utils-0.7.5.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Tools for reading and writing Data Matrix barcodes"
+HOMEPAGE="https://github.com/dmtx/dmtx-utils"
+SRC_URI="https://github.com/dmtx/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+	>=media-gfx/imagemagick-6.2.4:=
+	>=media-libs/libdmtx-0.7.0
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	virtual/pkgconfig
+"
+
+src_prepare() {
+	default
+
+	eautoreconf
+}

diff --git a/media-gfx/dmtx-utils/metadata.xml b/media-gfx/dmtx-utils/metadata.xml
new file mode 100644
index 00000000000..3971294e52e
--- /dev/null
+++ b/media-gfx/dmtx-utils/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <maintainer type="person">
+        <email>ahippo@yandex.ru</email>
+        <name>Andrey Mazo</name>
+    </maintainer>
+    <maintainer type="project">
+        <email>proxy-maint@gentoo.org</email>
+        <name>Proxy Maintainers</name>
+    </maintainer>
+    <longdescription>
+        Tools for reading and writing two-dimensional Data Matrix barcodes.
+        The tools are based on libdmtx library.
+    </longdescription>
+    <upstream>
+        <remote-id type="github">dmtx/dmtx-utils</remote-id>
+        <remote-id type="sourceforge">libdmtx</remote-id>
+        <bugs-to>https://github.com/dmtx/dmtx-utils/issues</bugs-to>
+    </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/dmtx-utils/
@ 2019-10-13 12:36 Joonas Niilola
  0 siblings, 0 replies; 3+ messages in thread
From: Joonas Niilola @ 2019-10-13 12:36 UTC (permalink / raw
  To: gentoo-commits

commit:     d40e35d577d2c44ee0fe8e70544af2cbf876e617
Author:     Andrey Mazo <ahippo <AT> yandex <DOT> com>
AuthorDate: Sun Oct  6 17:04:33 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 12:35:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d40e35d5

media-gfx/dmtx-utils: version bump to 0.7.6

Closes: https://bugs.gentoo.org/696438
Closes: https://github.com/gentoo/gentoo/pull/13191
Package-Manager: Portage-2.3.76, Repoman-2.3.11

Signed-off-by: Andrey Mazo <ahippo <AT> yandex.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-gfx/dmtx-utils/Manifest                |  1 +
 media-gfx/dmtx-utils/dmtx-utils-0.7.6.ebuild | 31 ++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/media-gfx/dmtx-utils/Manifest b/media-gfx/dmtx-utils/Manifest
index a83f1b43702..e08df689b14 100644
--- a/media-gfx/dmtx-utils/Manifest
+++ b/media-gfx/dmtx-utils/Manifest
@@ -1 +1,2 @@
 DIST dmtx-utils-0.7.5.tar.gz 54754 BLAKE2B 0eaaa75dd8f650492f790aa960a6df93509e2bf5b1d0dd4b335a418f1524ee633d8d5f087cfef8b8950fc736dbb8ff702561e48506fa1b85d5846cf87601a197 SHA512 915104150d1cc5877d3012cb3934163b4a8e93f8132082835e8d12a8844d29e4afa06d020f5bd79e4bcacb8c153baadf183885619b7c4eb235d8c8c7041d325a
+DIST dmtx-utils-0.7.6.tar.gz 54888 BLAKE2B 721d67f85e73d245595d189acf1f974b518b079d02b7c57fa786b15ed075bd08219a2720b5152341449d517eb93e238274b440388557a64056de6cf6db9fc392 SHA512 201f8f5bbe5a1edd23104883d03e09842252ad7d07dd416b67c11740275ebe32c26b7fde904fad8bf2b18f1b3f574dedde1cc85f0e987f93d293d030e4f8a79e

diff --git a/media-gfx/dmtx-utils/dmtx-utils-0.7.6.ebuild b/media-gfx/dmtx-utils/dmtx-utils-0.7.6.ebuild
new file mode 100644
index 00000000000..c7e98713603
--- /dev/null
+++ b/media-gfx/dmtx-utils/dmtx-utils-0.7.6.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Tools for reading and writing Data Matrix barcodes"
+HOMEPAGE="https://github.com/dmtx/dmtx-utils"
+SRC_URI="https://github.com/dmtx/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+# requires libdmtx-0.7.5 due to DmtxPropFnc1
+RDEPEND="
+	>=media-gfx/imagemagick-6.2.4:=
+	>=media-libs/libdmtx-0.7.5
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	virtual/pkgconfig
+"
+
+src_prepare() {
+	default
+
+	eautoreconf
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/dmtx-utils/
@ 2024-08-01 16:23 Andreas Sturmlechner
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2024-08-01 16:23 UTC (permalink / raw
  To: gentoo-commits

commit:     62f13e616fd073d7ee2e6929a06c91cf231369dd
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Thu Aug  1 11:04:44 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug  1 15:36:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62f13e61

media-gfx/dmtx-utils: drop 0.7.5

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Closes: https://github.com/gentoo/gentoo/pull/37912
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/dmtx-utils/Manifest                |  1 -
 media-gfx/dmtx-utils/dmtx-utils-0.7.5.ebuild | 30 ----------------------------
 2 files changed, 31 deletions(-)

diff --git a/media-gfx/dmtx-utils/Manifest b/media-gfx/dmtx-utils/Manifest
index e08df689b14b..3e97a5751a0d 100644
--- a/media-gfx/dmtx-utils/Manifest
+++ b/media-gfx/dmtx-utils/Manifest
@@ -1,2 +1 @@
-DIST dmtx-utils-0.7.5.tar.gz 54754 BLAKE2B 0eaaa75dd8f650492f790aa960a6df93509e2bf5b1d0dd4b335a418f1524ee633d8d5f087cfef8b8950fc736dbb8ff702561e48506fa1b85d5846cf87601a197 SHA512 915104150d1cc5877d3012cb3934163b4a8e93f8132082835e8d12a8844d29e4afa06d020f5bd79e4bcacb8c153baadf183885619b7c4eb235d8c8c7041d325a
 DIST dmtx-utils-0.7.6.tar.gz 54888 BLAKE2B 721d67f85e73d245595d189acf1f974b518b079d02b7c57fa786b15ed075bd08219a2720b5152341449d517eb93e238274b440388557a64056de6cf6db9fc392 SHA512 201f8f5bbe5a1edd23104883d03e09842252ad7d07dd416b67c11740275ebe32c26b7fde904fad8bf2b18f1b3f574dedde1cc85f0e987f93d293d030e4f8a79e

diff --git a/media-gfx/dmtx-utils/dmtx-utils-0.7.5.ebuild b/media-gfx/dmtx-utils/dmtx-utils-0.7.5.ebuild
deleted file mode 100644
index 35aad35ab7b6..000000000000
--- a/media-gfx/dmtx-utils/dmtx-utils-0.7.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Tools for reading and writing Data Matrix barcodes"
-HOMEPAGE="https://github.com/dmtx/dmtx-utils"
-SRC_URI="https://github.com/dmtx/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
-	>=media-gfx/imagemagick-6.2.4:=
-	>=media-libs/libdmtx-0.7.0
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	virtual/pkgconfig
-"
-
-src_prepare() {
-	default
-
-	eautoreconf
-}


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

end of thread, other threads:[~2024-08-01 16:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-01 16:23 [gentoo-commits] repo/gentoo:master commit in: media-gfx/dmtx-utils/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2019-10-13 12:36 Joonas Niilola
2018-08-20 15:31 Michał Górny

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