net-print/brlaser: Version bump
authorVolkmar W. Pogatzki <62425054+vaukai@users.noreply.github.com>
Thu, 9 Apr 2020 10:31:19 +0000 (12:31 +0200)
committerJoonas Niilola <juippis@gentoo.org>
Fri, 10 Apr 2020 10:30:04 +0000 (13:30 +0300)
Also move to EAPI=7

Closes: https://bugs.gentoo.org/696200
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/15273
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
net-print/brlaser/Manifest
net-print/brlaser/brlaser-6.ebuild [new file with mode: 0644]

index 17130522da1d35cc540edf530c87a87c4e2ac96f..0df1893335d9d8cd8518c22ea225900e8c3f6bfa 100644 (file)
@@ -1 +1,2 @@
 DIST brlaser-4.tar.gz 21963 BLAKE2B 03d5e16ff9b6a6838c82b197bec4a868e6be5752ad9a1df393b646b35642da8f2e1528031b10ece3b0cd7c6c426ff76d1df83c73a51bcac7abac803cd0a66535 SHA512 1e08091adc371a35f75c245fd86f132aae7811a00bd7e9d194c47038dc9aa29296fbf8769cef6b8ea42d82467857195ba8024a9d6de8048174ecc44e0bb76067
+DIST brlaser-6.tar.gz 22807 BLAKE2B be8041c1b6ddb8c4e5055fa35edc2c764562b2b4e52cad17aa968a51886621264d6bf289bd7bb5af0148098bb72aa96adea603091b38c3a245068d60737e80fc SHA512 d7e0e63b64be9ae7633381622c13ba0589e5fe58d277212bce4f5bb712a291ed0b0f2ac3d450dce61c7f9052c1ce7323fec66b5005c5cb3da1314b284d20f06f
diff --git a/net-print/brlaser/brlaser-6.ebuild b/net-print/brlaser/brlaser-6.ebuild
new file mode 100644 (file)
index 0000000..1faee9a
--- /dev/null
@@ -0,0 +1,19 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Brother laser printer driver"
+HOMEPAGE="https://github.com/pdewacht/brlaser"
+SRC_URI="https://github.com/pdewacht/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="net-print/cups"
+RDEPEND="
+       ${DEPEND}
+       app-text/ghostscript-gpl"