From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 364DE158041 for ; Tue, 26 Mar 2024 20:00:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 784A6E2AD6; Tue, 26 Mar 2024 20:00:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D703E2AD6 for ; Tue, 26 Mar 2024 20:00:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92F1B335D75 for ; Tue, 26 Mar 2024 20:00:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB93815F3 for ; Tue, 26 Mar 2024 20:00:00 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1711483166.67476a1e678fdf81ab2d2232545ce6249a8359b4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/brlaser/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/brlaser/brlaser-6.ebuild X-VCS-Directories: net-print/brlaser/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 67476a1e678fdf81ab2d2232545ce6249a8359b4 X-VCS-Branch: master Date: Tue, 26 Mar 2024 20:00:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f0e35053-3002-4c13-911d-205ee4079247 X-Archives-Hash: a359d61f43aa0f3c32d3500e8c5f39b0 commit: 67476a1e678fdf81ab2d2232545ce6249a8359b4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Mar 26 11:08:39 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Mar 26 19:59:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67476a1e net-print/brlaser: drop 6 Signed-off-by: Andreas Sturmlechner gentoo.org> net-print/brlaser/brlaser-6.ebuild | 19 ------------------- 1 file changed, 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"