diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-26 12:08:39 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-26 20:59:26 +0100 |
commit | 67476a1e678fdf81ab2d2232545ce6249a8359b4 (patch) | |
tree | c3855d251fc513a14a9e432dfe63c75e82e8701c /net-print | |
parent | sci-chemistry/gromacs: drop 2018.8-r2, 2019.6-r3 (diff) | |
download | gentoo-67476a1e678fdf81ab2d2232545ce6249a8359b4.tar.gz gentoo-67476a1e678fdf81ab2d2232545ce6249a8359b4.tar.bz2 gentoo-67476a1e678fdf81ab2d2232545ce6249a8359b4.zip |
net-print/brlaser: drop 6
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/brlaser/brlaser-6.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net-print/brlaser/brlaser-6.ebuild b/net-print/brlaser/brlaser-6.ebuild deleted file mode 100644 index 533df7d57162..000000000000 --- a/net-print/brlaser/brlaser-6.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# 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" |