X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-wm0-f68.google.com (mail-wm0-f68.google.com [74.125.82.68]) by lists.alpinelinux.org (Postfix) with ESMTP id 608B15C41BC for ; Mon, 23 Jan 2017 13:02:16 +0000 (GMT) Received: by mail-wm0-f68.google.com with SMTP id c85so26191955wmi.1 for ; Mon, 23 Jan 2017 05:02:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:subject:from:to:date:in-reply-to:references:mime-version; bh=vMYJ/H3OFyyzBSGYGFV7DXUXGI5ZQYfRpoxn0TtxLfo=; b=ZHKi6NQ1jKNZQl2EAoa11C6ASY/CYgb0rCd9CMee9VEuhmd5eAjo48rK9S9TSIX4EI ve1t85uswkCj4mZV7u+S0SqgnGivtTLLZv9c5dwfL2VnM14CIZH3yqm6GuSU+U7U3aS+ ecg4OeH/52O/jfH7R6RaYABwVdqlyHI0DAwV7HVFKoHYfPrngStFraY0tRYL3d+u5Wn+ hkZUOX0lzvcMcgYKQzwn6hX51SuThABaF7dQQH1YsWgXGXBsve9D5HeR1VFYwR9aJzVH xg5KaFONLL6NRl5hUGwWaYYccUb1JLma7RiNp8MqVbio47CobE9M07ISX5QilUD/cehQ Pbvw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:mime-version; bh=vMYJ/H3OFyyzBSGYGFV7DXUXGI5ZQYfRpoxn0TtxLfo=; b=aDphhARts3yLVcCTIl/rOC6cytjDjZeNFeMM1UJrlgb//m0lf/PPOTM6D2Kv1WBXaL ogpcj0ICA9pJj/nNidQW77wRkNPfyeIUp0qj+weA73TV2iRwqj5lbm4yetuJDTyIcRa7 dYEF953puDXmF9qls30PWgxMBDuiEXXP+JEBiRqtSFekQf1wdPCdrbtZwWUNVjTmgOLp zYQtk7p5sso6dMAO6D5k70H2HpczG5hEnTZKcayhL74whWvGhO5sIgmQuJRH/JhdZkOY p8IdPWg0h1qYRNylKJb0UtgfMUCeReWFcJZX4DJqNubRMoC7M6lda4b7OSuB2FRdYusm abMA== X-Gm-Message-State: AIkVDXLU8azu36tCOkdXJyp1mmxVZWpq5uBj7g4/K4COvb6ZZy8RvPuZU/ndG3wniSxWIQ== X-Received: by 10.28.26.7 with SMTP id a7mr13120327wma.21.1485176534950; Mon, 23 Jan 2017 05:02:14 -0800 (PST) Received: from df1844j.local ([89.202.239.221]) by smtp.googlemail.com with ESMTPSA id 123sm21067903wml.6.2017.01.23.05.02.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Jan 2017 05:02:14 -0800 (PST) Message-ID: <1485176528.11710.9.camel@gmail.com> Subject: Re: [alpine-aports] [PATCH] main/perl-encode: upgrade to 2.88 From: Leonardo Arena To: Valery Kartel , alpine-aports@lists.alpinelinux.org Date: Mon, 23 Jan 2017 14:02:08 +0100 In-Reply-To: <20170123115119.32715-1-valery.kartel@gmail.com> References: <20170123115119.32715-1-valery.kartel@gmail.com> Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-CW8hyXQiedEiMQn/E4O5" X-Mailer: Evolution 3.18.5.2-0ubuntu3.1 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 --=-CW8hyXQiedEiMQn/E4O5 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi, On lun, 2017-01-23 at 13:51 +0200, Valery Kartel wrote: > - fix doc > - move *.pod to -doc > - rename -piconv subpackage to -utils (because there are several > utils) > - move development script and data to -dev > --- > =C2=A0main/perl-encode/APKBUILD | 50 +++++++++++++++++++++++++++++++++-- > ------------ > =C2=A01 file changed, 35 insertions(+), 15 deletions(-) >=20 [...]=C2=A0 > -# we split out /usr/bin/piconv to separate package to avoid conflict > with > -# piconv shipped with perl itself > -piconv() { > - pkgdesc=3D"perl implementation of iconv" > +utils() { > + pkgdesc=3D"perl Encode utils" > + replaces=3D"perl-utils" > + mkdir -p "$subpkgdir"/usr > + mv "$pkgdir"/usr/bin "$subpkgdir"/usr/ > +} > + there's no package "perl-utils" to be replaced. piconv and encguess belong to main perl package: (1/1) Installing perl-encode-utils (2.88-r0) ERROR: perl-encode-utils-2.88-r0: trying to overwrite usr/bin/encguess owned by perl-5.24.0-r0. ERROR: perl-encode-utils-2.88-r0: trying to overwrite usr/bin/piconv owned by perl-5.24.0-r0. > +dev() { > + default_dev > + replaces=3D"perl-dev" > =C2=A0 mkdir -p "$subpkgdir"/usr/bin > - mv "$pkgdir"/usr/bin/piconv "$subpkgdir"/usr/bin/ > + mv "$pkgdir"/usr/bin/enc2xs "$subpkgdir"/usr/bin || reutrn 1 Spelling error =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0^ Other than these it looks okay to me. Thanks! -|_eo --=-CW8hyXQiedEiMQn/E4O5 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABCAAGBQJYhf7QAAoJELAPckZGG2T69fIH/39DzjEQKLyT4NdxzpMleRKd NcCuE4NeOnZdIcEhAyZrPdGMID+NBxOCcyyVoDorYYbE/Q3bL8Evr8GBoHvrnR7i SeL2dhN5mrtYsV7SoYSZffUq3uBuGS8IzWqi74v6+jQnttussvOlMbx2+lkTJTb8 IkfoRTMm2o1gHSkSqCGDhg+Wxh0vw3rrYCPrA4YPgRsiPJuYpEFzRx6d89tRNzEt MGlyVp+QY5hpNmlnqIQ4UfTE7UYw2V15wUEKjs3t9QZxxuiR7vVEtGI1dJEgY4y3 H6AefqzfId4+brc3qIzMx1ZAoaLl5hPaacYCa/ZhJjqpUov1au4g3wzWXmbf/mg= =7ARf -----END PGP SIGNATURE----- --=-CW8hyXQiedEiMQn/E4O5-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---