commit:     8f926df6a96b1abdf785cfd9996ff7fc17afc101
Author:     Volkmar W. Pogatzki <62425054+vaukai <AT> users <DOT> noreply <DOT> 
github <DOT> com>
AuthorDate: Thu Apr  9 10:31:19 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Apr 10 10:30:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f926df6

net-print/brlaser: Version bump

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 <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/15273
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-print/brlaser/Manifest         |  1 +
 net-print/brlaser/brlaser-6.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/net-print/brlaser/Manifest b/net-print/brlaser/Manifest
index 17130522da1..0df1893335d 100644
--- a/net-print/brlaser/Manifest
+++ b/net-print/brlaser/Manifest
@@ -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
index 00000000000..1faee9ad08d
--- /dev/null
+++ b/net-print/brlaser/brlaser-6.ebuild
@@ -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"

Reply via email to