summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilip Kobierski <fkobi@pm.me>2024-08-01 13:04:44 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-08-01 17:36:42 +0200
commit62f13e616fd073d7ee2e6929a06c91cf231369dd (patch)
treed8abfdea5db228f624e4b9c784650fff12a88297 /media-gfx
parentnet-misc/rdate: drop 1.10 & 1.10.2 (diff)
downloadgentoo-62f13e616fd073d7ee2e6929a06c91cf231369dd.tar.gz
gentoo-62f13e616fd073d7ee2e6929a06c91cf231369dd.tar.bz2
gentoo-62f13e616fd073d7ee2e6929a06c91cf231369dd.zip
media-gfx/dmtx-utils: drop 0.7.5
Signed-off-by: Filip Kobierski <fkobi@pm.me> Closes: https://github.com/gentoo/gentoo/pull/37912 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/dmtx-utils/Manifest1
-rw-r--r--media-gfx/dmtx-utils/dmtx-utils-0.7.5.ebuild30
2 files changed, 0 insertions, 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
-}