summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Maslowski <cyrevolt@googlemail.com>2018-04-18 01:46:35 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-05-01 23:22:43 +0200
commitd9d0cd6854343ed03f695f7d94f463e895386c2b (patch)
treecd3119408fc50806002b92c5de136a708919b560 /net-print/brlaser
parentsys-apps/openrc: Fix build on uclibc-ng (diff)
downloadgentoo-d9d0cd6854343ed03f695f7d94f463e895386c2b.tar.gz
gentoo-d9d0cd6854343ed03f695f7d94f463e895386c2b.tar.bz2
gentoo-d9d0cd6854343ed03f695f7d94f463e895386c2b.zip
net-print/brlaser: new ebuild.
brlaser is the Brother laser printer driver for Linux. Closes: https://github.com/gentoo/gentoo/pull/8047
Diffstat (limited to 'net-print/brlaser')
-rw-r--r--net-print/brlaser/Manifest1
-rw-r--r--net-print/brlaser/brlaser-4.ebuild19
-rw-r--r--net-print/brlaser/metadata.xml16
3 files changed, 36 insertions, 0 deletions
diff --git a/net-print/brlaser/Manifest b/net-print/brlaser/Manifest
new file mode 100644
index 000000000000..17130522da1d
--- /dev/null
+++ b/net-print/brlaser/Manifest
@@ -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
index 000000000000..8682e2455c83
--- /dev/null
+++ b/net-print/brlaser/brlaser-4.ebuild
@@ -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
index 000000000000..b9dcca10c2aa
--- /dev/null
+++ b/net-print/brlaser/metadata.xml
@@ -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>