summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <62425054+vaukai@users.noreply.github.com>2020-04-09 12:31:19 +0200
committerJoonas Niilola <juippis@gentoo.org>2020-04-10 13:30:04 +0300
commit8f926df6a96b1abdf785cfd9996ff7fc17afc101 (patch)
treed7bd6587609d874d7a2284719a0151711d601185 /net-print/brlaser/brlaser-6.ebuild
parentdev-libs/libmowgli: Revbump (diff)
downloadgentoo-8f926df6a96b1abdf785cfd9996ff7fc17afc101.tar.gz
gentoo-8f926df6a96b1abdf785cfd9996ff7fc17afc101.tar.bz2
gentoo-8f926df6a96b1abdf785cfd9996ff7fc17afc101.zip
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@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/15273 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-print/brlaser/brlaser-6.ebuild')
-rw-r--r--net-print/brlaser/brlaser-6.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/net-print/brlaser/brlaser-6.ebuild b/net-print/brlaser/brlaser-6.ebuild
new file mode 100644
index 000000000000..1faee9ad08d7
--- /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"