mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-print/kyocera-mita-ppds: Remove last-rited pkg
Closes: https://bugs.gentoo.org/885605 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST Linux_PPDs_KSL8_4.zip 6468249 BLAKE2B fdfa3a2ee119cd0cc0acb75b9b7dcb67f45605ff0e5dfc6011f46310298d7807d226887e54f81969b979551577e1acbc65f99c9d45dd66b0fe1f94b4d9ac05a9 SHA512 4e98f9972f6158262878b4fe811165ab05de8582d608c60400568a1eaaa1721fbe13394ad6e9aa93e21ed2ff30265856b64ecd1f3ae69ba49c7f9d88a7911833
|
||||
@@ -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
|
||||
}
|
||||
@@ -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>
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user