X-Original-To: alpine-aports@lists.alpinelinux.org Received: from newmail.tetrasec.net (unknown [172.21.74.12]) by lists.alpinelinux.org (Postfix) with ESMTP id C8DD35C41D0 for ; Mon, 23 Jan 2017 17:15:50 +0000 (GMT) Received: from ncopa-desktop.copa.dup.pw (15.63.200.37.customer.cdi.no [37.200.63.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by newmail.tetrasec.net (Postfix) with ESMTPSA id E8DC25A024C; Mon, 23 Jan 2017 17:15:49 +0000 (GMT) Date: Mon, 23 Jan 2017 18:15:45 +0100 From: Natanael Copa To: Valery Kartel Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH v2] main/perl: fixes and cleanups in apkbuild Message-ID: <20170123181545.2c9e74f1@ncopa-desktop.copa.dup.pw> In-Reply-To: <20170123152814.10693-1-valery.kartel@gmail.com> References: <20170123152814.10693-1-valery.kartel@gmail.com> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 23 Jan 2017 17:28:14 +0200 Valery Kartel wrote: > - remove one-time used variables > - move *.pod files to -doc subpackage > - move development scripts and modules to -dev subpackage > - move all other scripts to -utils subpackage > > [v2] > ExtUtils and CPAN stay at core > remove identical scripts and made symlinks > --- > main/perl/APKBUILD | 94 ++++++++++++++++++++++++++++++++---------------------- > 1 file changed, 56 insertions(+), 38 deletions(-) I applied/rebased it and cleaned up the commit message. Thank you! Next time, please move the "v2 ..." info below the --- line as explained here: http://wiki.alpinelinux.org/wiki/Creating_patches#Resend_an_updated_patch -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---