summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-01-02 11:53:21 +0100
committerDavid Seifert <soap@gentoo.org>2021-01-02 11:53:21 +0100
commit516a8de9dea2ef36edce1e7fb7ae7fc6c95e36b5 (patch)
tree3e3f8c0e7df9547a574ecde3138806dfe6a44be7 /net-print
parentnet-print/cnijfilter2: version bump to 5.90 (diff)
downloadgentoo-516a8de9dea2ef36edce1e7fb7ae7fc6c95e36b5.tar.gz
gentoo-516a8de9dea2ef36edce1e7fb7ae7fc6c95e36b5.tar.bz2
gentoo-516a8de9dea2ef36edce1e7fb7ae7fc6c95e36b5.zip
net-print/cups-bjnp: Bump to 2.0.3
Closes: https://github.com/gentoo/gentoo/pull/18906 Closes: https://bugs.gentoo.org/707186 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-print')
-rw-r--r--net-print/cups-bjnp/Manifest1
-rw-r--r--net-print/cups-bjnp/cups-bjnp-2.0.3.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/net-print/cups-bjnp/Manifest b/net-print/cups-bjnp/Manifest
index 390394b00e81..6c317cadee9c 100644
--- a/net-print/cups-bjnp/Manifest
+++ b/net-print/cups-bjnp/Manifest
@@ -1 +1,2 @@
+DIST cups-bjnp-2.0.3.tar.gz 140764 BLAKE2B 4b8d3c823abd9057be91a246b463fd17a26362c7f11959989749e023d3bdb70a0cba444b86d5f2302f6da13324f7fb6f6c84970933919be67c023e03842b124a SHA512 57db45e85ca016b823563ed6a2aa07a32b9fb733fc01af0aa488bd2fc3cf02388ae1dfb63234ce80d64616dd97209153bb8c047ff549405e7bfdcca0c57fcd5c
DIST cups-bjnp-2.0.tar.gz 140617 BLAKE2B 7d280346a6f29a3530b605d8e259007c004dc5c53386904db93e5302303a158b8a5a4ed86e8cf72692fb4d64f4b041625b224a1325d5c77e4ecc82cd59bfa0d2 SHA512 60b7c58828c736eab6986896730db7635d3364e94d6d7c4992eb7f49f22ced6a5643153c069d3823d4dc663ee7de8748b8e8ec527e04afc65389c521b791c8d0
diff --git a/net-print/cups-bjnp/cups-bjnp-2.0.3.ebuild b/net-print/cups-bjnp/cups-bjnp-2.0.3.ebuild
new file mode 100644
index 000000000000..fd3217e0a0f5
--- /dev/null
+++ b/net-print/cups-bjnp/cups-bjnp-2.0.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="CUPS backend for the canon printers using the proprietary USB over IP BJNP protocol"
+HOMEPAGE="https://sourceforge.net/projects/cups-bjnp/"
+SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+DEPEND="net-print/cups"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ econf --disable-Werror
+}