net-print/brlaser: new ebuild.
authorDaniel Maslowski <cyrevolt@googlemail.com>
Tue, 17 Apr 2018 23:46:35 +0000 (01:46 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 1 May 2018 21:22:43 +0000 (23:22 +0200)
brlaser is the Brother laser printer driver for Linux.

Closes: https://github.com/gentoo/gentoo/pull/8047

net-print/brlaser/Manifest [new file with mode: 0644]
net-print/brlaser/brlaser-4.ebuild [new file with mode: 0644]
net-print/brlaser/metadata.xml [new file with mode: 0644]

diff --git a/net-print/brlaser/Manifest b/net-print/brlaser/Manifest
new file mode 100644 (file)
index 0000000..1713052
--- /dev/null
@@ -0,0 +1 @@
+DIST brlaser-4.tar.gz 21963 BLAKE2B 03d5e16ff9b6a6838c82b197bec4a868e6be5752ad9a1df393b646b35642da8f2e1528031b10ece3b0cd7c6c426ff76d1df83c73a51bcac7abac803cd0a66535 SHA512 1e08091adc371a35f75c245fd86f132aae7811a00bd7e9d194c47038dc9aa29296fbf8769cef6b8ea42d82467857195ba8024a9d6de8048174ecc44e0bb76067
diff --git a/net-print/brlaser/brlaser-4.ebuild b/net-print/brlaser/brlaser-4.ebuild
new file mode 100644 (file)
index 0000000..8682e24
--- /dev/null
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+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"
diff --git a/net-print/brlaser/metadata.xml b/net-print/brlaser/metadata.xml
new file mode 100644 (file)
index 0000000..b9dcca1
--- /dev/null
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>cyrevolt@googlemail.com</email>
+               <name>Daniel Maslowski</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>proxy-maint@gentoo.org</email>
+               <name>Proxy Maintainers</name>
+       </maintainer> 
+       <maintainer type="project">
+        <email>printing@gentoo.org</email>
+               <name>Gentoo Printing Project</name>
+       </maintainer>
+</pkgmetadata>