File tree 2 files changed +5
-5
lines changed
net-print/kyocera-universal-driver
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- DIST kyocera-universal-driver-9.4.20240521.zip 264501312 BLAKE2B 96be61b77665b8c5658c237df18bb897f4e038ff36f511ff55b94e636edf6d3e957b0eabcd72c8678336e20d239fc119ab2da1d0be7b131e349e40f3bdfa62e0 SHA512 f746975db2e8b835078d7352312b21f812cadfe1185934818949a4eb152c53f24d3c3f520ab6584bdda33429320d957de2e0fa81282101b9f16ee1cdd8a9a915
2
- EBUILD kyocera-universal-driver-9.4.20240521.ebuild 1500 BLAKE2B eb8d0c74a1803b1688e5581dbfe39746d6c9f0acffa5162191a7549d71972ba3eb3878285448d462398552d79dcf041fe9718d8bc857d85aab5fd10e35d8f14b SHA512 f4deec3704cdcae443d83e50ee7377fdb31659766612b7a9444360686c71615e99b86419e72965ab4196e5fd2cc3dc0603baf2e5e41270961527c0021782073c
1
+ DIST kyocera-universal-driver-9.4.20240521.tar.gz 273324655 BLAKE2B d704ae9299cbe8ae61fb7bb362923e5f1c066d7db402f5fcf6dcb936afc627e5208e4896807b0d5919162d7afeba3b3ecc195c29086d7d3503fd8acefc4b6f92 SHA512 80408a9a40baa495871bd89b028437bd8d3bf1283ff03acd58db1d78f0d1bea940d693283f0f6efc7fbc381dd441cd8aec43f8629e469d53a6bd1f8a218b1fa6
2
+ EBUILD kyocera-universal-driver-9.4.20240521.ebuild 1470 BLAKE2B 580ecb9be64c6827db45939c647fccafa08783065de48b8604696a403802bddad2e01dd1a41f85215e5fb5fed5220531aed9d64c3acb07589f76345ff5dc70d8 SHA512 20fc0893e26cd559736b97db7ca2eabf15c5986cb816f8866124e3b954eb03eba5772ea45a116a0fd70459ec408007597d37264005a86036dcaba2c950559986
Original file line number Diff line number Diff line change 1
- # Copyright 1999-2024 Gentoo Authors
1
+ # Copyright 1999-2025 Gentoo Authors
2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
4
EAPI=8
5
5
6
6
DESCRIPTION=" The Universal Driver package and toolset for printing on Kyocera-based printers."
7
7
HOMEPAGE=" https://www.kyoceradocumentsolutions.com"
8
- SRC_URI=" https://www.kyoceradocumentsolutions.co.uk /content/download-center/gb /drivers/all/Linux_Universal_Driver_zip .download.zip -> ${P} .zip "
8
+ SRC_URI=" https://www.kyoceradocumentsolutions.us /content/download-center-americas/us /drivers/drivers/KyoceraLinuxPackages_20240521_tar_gz .download.gz -> ${P} .tar.gz "
9
9
10
10
S=" ${WORKDIR} "
11
11
@@ -30,7 +30,7 @@ src_prepare() {
30
30
local DEB_FILE=" kyodialog_${DEB_PV} -0_amd64.deb"
31
31
32
32
# Extract the downloaded files
33
- tar -xzf " KyoceraLinuxPackages- ${MY_PV} .tar.gz " " Debian/Global/kyodialog_amd64/${DEB_FILE} " --strip-components=3
33
+ cp " Debian/Global/kyodialog_amd64/${DEB_FILE} " " ${DEB_FILE} "
34
34
ar x " ${DEB_FILE} "
35
35
rm " ${DEB_FILE} "
36
36
You can’t perform that action at this time.
0 commit comments