X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail.wtbts.no (mail.wtbts.no [213.234.126.131]) by lists.alpinelinux.org (Postfix) with ESMTP id EE16E1EBFF3 for ; Thu, 6 Jan 2011 16:59:22 +0000 (UTC) Received: from localhost (bsna.nor.wtbts.net [127.0.0.1]) by mail.wtbts.no (Postfix) with ESMTP id DFCBFAE4002; Thu, 6 Jan 2011 16:59:21 +0000 (UTC) X-Virus-Scanned: Yes Received: from mail.wtbts.no ([127.0.0.1]) by localhost (bsna.nor.wtbts.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4NLA1II2fKnd; Thu, 6 Jan 2011 16:59:17 +0000 (UTC) Received: from mail.ytre.org (extmail.nor.wtbts.net [10.65.72.14]) by mail.wtbts.no (Postfix) with ESMTP id 0ED27AE4001; Thu, 6 Jan 2011 16:59:17 +0000 (UTC) Received: from mail.ytre.org (localhost [127.0.0.1]) by mail.ytre.org (Postfix) with ESMTP id D65AB621BE0E1; Thu, 6 Jan 2011 16:59:16 +0000 (UTC) Received: from ncopa-desktop.nor.wtbts.net (unknown [10.65.65.1]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@ytre.org) by mail.ytre.org (Postfix) with ESMTPSA id 895D9621BE0E0; Thu, 6 Jan 2011 16:59:16 +0000 (UTC) Date: Thu, 6 Jan 2011 17:59:04 +0100 From: Natanael Copa To: lonkaji Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] new ports: par2cmdline; py-cheetah, py-feedparser, py-yenc and pyopenssl Message-ID: <20110106175904.7f46e7bd@ncopa-desktop.nor.wtbts.net> In-Reply-To: References: X-Mailer: Claws Mail 3.7.8 (GTK+ 2.22.1; x86_64-unknown-linux-gnu) X-Mailinglist: alpine-devel 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 X-Virus-Scanned: ClamAV using ClamSMTP On Wed, 5 Jan 2011 22:21:53 +0100 lonkaji wrote: > GIT: [PATCH 2/6] new port: par2cmdline the above was applied as mentioned. > GIT: [PATCH 3/6] new port: python-cheetah > GIT: [PATCH 4/6] new port: python-feedparser > GIT: [PATCH 5/6] new port: python-yenc > GIT: [PATCH 6/6] new port: pyopenssl Those have all "wrong" pkgname. See http://alpinelinux.org/wiki/Package_policies Should be: py-cheetah py-feedparser py-yenc py-openssl Care to fix that and then resend them as new commits? Something like: cd testing/ git reset HEAD~3 # undo last 3 commits, now python-cheetah is # latest commit. git mv python-cheetah py-cheetah git commit --amend # redo the last commit but in new dir vim py-cheetah/APKBUILD # change pkgname and fix _builddir etc git add py-cheetah/APKBUILD git commit --amend # redo the last commit with latest change rm -r python-feedparser git am ~/0004-new-port-python-feedparser.patch # re-apply # do similar git mv and --amend as above # do same with the rest # send to ml git send-email --to alpine-devel@lists.alpinelinux.org HEAD~4 Something like that... -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---