public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-print/kyocera-mita-ppds/, profiles/
@ 2023-01-19  6:18 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2023-01-19  6:18 UTC (permalink / raw
  To: gentoo-commits

commit:     3a363f0258716cbf1e506d2bea7eb899fa5d299a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 19 06:15:35 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 19 06:15:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a363f02

net-print/kyocera-mita-ppds: Remove last-rited pkg

Closes: https://bugs.gentoo.org/885605
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-print/kyocera-mita-ppds/Manifest               |  1 -
 .../kyocera-mita-ppds-8.4-r1.ebuild                | 48 ----------------------
 net-print/kyocera-mita-ppds/metadata.xml           |  5 ---
 profiles/package.mask                              |  8 ----
 4 files changed, 62 deletions(-)

diff --git a/net-print/kyocera-mita-ppds/Manifest b/net-print/kyocera-mita-ppds/Manifest
deleted file mode 100644
index 729255f532dd..000000000000
--- a/net-print/kyocera-mita-ppds/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Linux_PPDs_KSL8_4.zip 6468249 BLAKE2B fdfa3a2ee119cd0cc0acb75b9b7dcb67f45605ff0e5dfc6011f46310298d7807d226887e54f81969b979551577e1acbc65f99c9d45dd66b0fe1f94b4d9ac05a9 SHA512 4e98f9972f6158262878b4fe811165ab05de8582d608c60400568a1eaaa1721fbe13394ad6e9aa93e21ed2ff30265856b64ecd1f3ae69ba49c7f9d88a7911833

diff --git a/net-print/kyocera-mita-ppds/kyocera-mita-ppds-8.4-r1.ebuild b/net-print/kyocera-mita-ppds/kyocera-mita-ppds-8.4-r1.ebuild
deleted file mode 100644
index 739a186c508c..000000000000
--- a/net-print/kyocera-mita-ppds/kyocera-mita-ppds-8.4-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="PPD description files for (some) Kyocera Mita Printers"
-HOMEPAGE="http://www.kyoceramita.it/"
-SRC_URI="Linux_PPDs_KSL${PV/\./_}.zip"
-
-LICENSE="kyocera-mita-ppds"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="l10n_de +l10n_en l10n_es l10n_fr l10n_it l10n_pt"
-REQUIRED_USE="|| ( l10n_de l10n_en l10n_es l10n_fr l10n_it l10n_pt )"
-RESTRICT="fetch bindist"
-
-RDEPEND="net-print/cups"
-DEPEND="app-arch/unzip"
-
-S="${WORKDIR}/PPD's_KSL_${PV}"
-
-pkg_nofetch() {
-	einfo "Please download ${A} from the following URL:"
-	einfo "http://www.kyoceramita.it/index/Service_Departement__/Richiesta_di_Supporto_Tecnico/download_center.false.driver.FS1020D._.IT.html"
-	einfo ""
-	einfo "The FS-1020D driver from the Italian website provides PPDs for a"
-	einfo "number of printers in six languages."
-}
-
-src_install() {
-	insinto /usr/share/cups/model/KyoceraMita
-
-	inslanguage() {
-		if use l10n_$1; then
-			doins $2/*.ppd
-		fi
-	}
-
-	inslanguage en English
-	inslanguage fr French
-	inslanguage de German
-	inslanguage it Italian
-	inslanguage pt Portuguese
-	inslanguage es Spanish
-
-	docinto html
-	dodoc ReadMe.htm
-}

diff --git a/net-print/kyocera-mita-ppds/metadata.xml b/net-print/kyocera-mita-ppds/metadata.xml
deleted file mode 100644
index 85e4ed814fa2..000000000000
--- a/net-print/kyocera-mita-ppds/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 7d2f8d7d663a..4fe7f8d80896 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -872,14 +872,6 @@ dev-python/nltk-data
 # Removal on 2023-01-14.  Bug #688950.
 sci-astronomy/skycat
 
-# Marco Scardovi <mscardovi@icloud.com> (2022-12-15)
-# We are literally the only distro that still have
-# an installation option for that package.
-# It still uses EAPI 6 and no real support since
-# years.
-# Removal on 2023-01-14. Bug #885605
-net-print/kyocera-mita-ppds
-
 # Jaco Kroon <jaco@uls.co.za> (2022-12-14)
 # Multiple open bugs (bug #870910, bug #877731, bug #884815), only one of which
 # is trivial to solve.


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-19  6:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-19  6:18 [gentoo-commits] repo/gentoo:master commit in: net-print/kyocera-mita-ppds/, profiles/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox