X-Original-To: alpine-aports@lists.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from ncopa-desktop.alpinelinux.org (unknown [79.160.13.133]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id 42C5EDC09C2; Thu, 15 Jan 2015 10:25:49 +0000 (UTC) Date: Thu, 15 Jan 2015 11:25:46 +0100 From: Natanael Copa To: ScrumpyJack Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/rlog: new aport Message-ID: <20150115112546.3b578c47@ncopa-desktop.alpinelinux.org> In-Reply-To: References: X-Mailer: Claws Mail 3.11.0 (GTK+ 2.24.25; 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 Thu, 15 Jan 2015 10:06:20 +0000 (UTC) ScrumpyJack wrote: > > http://www.arg0.net/rlog > A flexible message logging facility for C++ programs and libraries. > --- > testing/rlog/APKBUILD | 42 ++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 42 insertions(+) > create mode 100644 testing/rlog/APKBUILD > > diff --git a/testing/rlog/APKBUILD b/testing/rlog/APKBUILD > new file mode 100644 > index 0000000..089cb26 > --- /dev/null > +++ b/testing/rlog/APKBUILD > @@ -0,0 +1,42 @@ > +# Contributor: ScrumpyJack > +# Maintainer: > +pkgname=rlog > +pkgver=1.4 > +pkgrel=0 > +pkgdesc="A flexible message logging facility for C++ programs and > libraries." Your mailer inserted a newline so patch didn't apply. > +url="http://www.arg0.net/rlog" > +arch="all" ... > +md5sums="c29f74e0f50d66b20312d049b683ff82 rlog-1.4.tar.gz" > +sha256sums="a938eeedeb4d56f1343dc5561bc09ae70b24e8f70d07a6f8d4b6eed32e783f79 > rlog-1.4.tar.gz" > +sha512sums="a0af9afd6c5329ec4269a7778c3236b9e0b438cba65ed0a6f9cd7e802d196b7908eed5ab663f52905869cacffc7f1964b20ab2a53b37dbe65f1c8a9226cc423e > rlog-1.4.tar.gz" 2 more inserted newlines in the sha256sums. I manually edited those and it applied. Please read the Alpine (TUI) section here how to configure your email client: https://www.kernel.org/doc/Documentation/email-clients.txt Maybe we should also write that in our wiki? -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---