summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeho Kraav <leho@kraav.com>2016-07-09 14:52:40 +0300
committerPatrice Clement <monsieurp@gentoo.org>2016-07-09 13:09:36 +0000
commita538610c31928e9fb3170fd032c9d924f0255562 (patch)
tree0b54632ef9c27ce4b422e677b380b32fd069f1c1 /net-print/cndrvcups-common-lb
parentdev-python/setuptools: fix dependency, update 9999 (thanks to dolsen) (diff)
downloadgentoo-a538610c31928e9fb3170fd032c9d924f0255562.tar.gz
gentoo-a538610c31928e9fb3170fd032c9d924f0255562.tar.bz2
gentoo-a538610c31928e9fb3170fd032c9d924f0255562.zip
net-print/cndrvcups-lb: correct 3.20 SRC_URI, fixup c505277.
Props toralf.foerster! Gentoo-Bug: https://bugs.gentoo.org/587162 Closes: https://github.com/gentoo/gentoo/pull/1850 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'net-print/cndrvcups-common-lb')
-rw-r--r--net-print/cndrvcups-common-lb/Manifest2
-rw-r--r--net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.20.ebuild8
2 files changed, 5 insertions, 5 deletions
diff --git a/net-print/cndrvcups-common-lb/Manifest b/net-print/cndrvcups-common-lb/Manifest
index a5ddc608c815..9834de0cb886 100644
--- a/net-print/cndrvcups-common-lb/Manifest
+++ b/net-print/cndrvcups-common-lb/Manifest
@@ -1,2 +1,2 @@
-DIST Linux_UFRII_PrinterDriver_V320_uk_EN.tar.gz 90901373 SHA256 bcc9db26e261d239438aeb15f171b5b0e7fd305abd0729be0e806bb4c039654a SHA512 23181155f5719fa0a9c216c058be749b5faaa8ee745d260eba2e5e284ef4ff161e344289a7c301a2d74cc919c5031763b0daf41cd07686cfdce188492a9b34b2 WHIRLPOOL 82bb966d823f8019d6275d421ebd2ff848556415e1767bd8fc2638d97479e15029a48818e5b45e9210781f4f37fd269dde46763404314b6c47ee0b4670e03600
+DIST Linux_UFRII_PrinterDriver_V320_uk_EN.tar.gz 109548632 SHA256 b28bc2b460aeddcb7800983d2fad8c29ea6efcc95ad767a78fe6c25d0956f242 SHA512 fc35670a07f067b6ccdebf5b96590eafac2ed984faaa8a90ce44dd44396d6de0964f6352cae0fdf8ce1f6127ebf3ea9f6610b56ba7dd9a7f382bd1c6d588a801 WHIRLPOOL 661f8d6863bd1694efcc168615d9a7107e4a7aa09f5934a33b0f201b6d327038320cf87201bf4220ec876e1cca550169c91925d9f58fa3dae8dd4ea99de1ad1e
DIST o1581en_linux_UFRII_v300.zip 94262679 SHA256 1ec1b162411642dc1814608ec71a3b94d6e22ede234f6b750bbdfd3820d5ac46 SHA512 e31415f2e9256c5dc98e27afe3bdc2f75b852d0a99721f8f2ac78225bac497e84c6ce94e8447f3aed6bb6c94975c7625f0dbb2647be44f90c144a46e9af89b81 WHIRLPOOL f419d6130ce9cfd87caebc9678991bbd46e2db5f8bb5a39fb8202a7532de33e969f4f907f2f1404859f987c57f49f562defcec42380ea1b4f284b8d4c6cae3e6
diff --git a/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.20.ebuild b/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.20.ebuild
index d982497132b8..762b09818696 100644
--- a/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.20.ebuild
+++ b/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.20.ebuild
@@ -10,7 +10,7 @@ SOURCES_NAME="Linux_UFRII_PrinterDriver_V${MY_PV}_uk_EN"
DESCRIPTION="Common files for Canon drivers"
HOMEPAGE="http://support-au.canon.com.au/contents/AU/EN/0100270808.html"
-SRC_URI="http://pdisp01.c-wss.com/gdl/WWUFORedirectTarget.do?id=MDEwMDAwMjcwODEx&cmp=ABS&lang=EN -> ${SOURCES_NAME}.tar.gz"
+SRC_URI="http://pdisp01.c-wss.com/gdl/WWUFORedirectTarget.do?id=MDEwMDAwMjcwODE0&cmp=ABS&lang=EN -> ${SOURCES_NAME}.tar.gz"
LICENSE="Canon-UFR-II GPL-2 MIT"
SLOT="0"
@@ -28,7 +28,7 @@ RDEPEND="
"
DEPEND="${DEPEND}"
-S="${WORKDIR}/${SOURCES_NAME}/Sources/${P/-lb/}"
+S="${WORKDIR}/${SOURCES_NAME}/Sources/${P/-lb-${PV}/-3.60}"
# Don't raise a fuss over pre-built binaries
QA_PREBUILT="
@@ -47,7 +47,7 @@ QA_SONAME="/usr/$(get_abi_LIBDIR x86)/libcaiousb.so.1.0.0"
src_unpack() {
unpack ${A}
cd "${WORKDIR}/${SOURCES_NAME}/Sources/" || die
- unpack ./${P/-lb/}-1.tar.gz
+ unpack ./${P/-lb-${PV}/-3.60}-1.tar.gz
}
change_dir() {
@@ -75,7 +75,7 @@ src_compile() {
change_dir emake
# Cannot be moved to 'change_dir' as it doesn't need eautoreconf
- ( cd "${S}/c3plmod_ipc" || die ) && emake
+ ( cd "${S}/c3plmod_ipc" && emake ) || die
}
src_install() {