diff options
author | Volkmar W. Pogatzki <62425054+vaukai@users.noreply.github.com> | 2020-04-09 12:31:19 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-04-10 13:30:04 +0300 |
commit | 8f926df6a96b1abdf785cfd9996ff7fc17afc101 (patch) | |
tree | d7bd6587609d874d7a2284719a0151711d601185 /net-print | |
parent | dev-libs/libmowgli: Revbump (diff) | |
download | gentoo-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')
-rw-r--r-- | net-print/brlaser/Manifest | 1 | ||||
-rw-r--r-- | net-print/brlaser/brlaser-6.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/net-print/brlaser/Manifest b/net-print/brlaser/Manifest index 17130522da1d..0df1893335d9 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 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" |