X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by lists.alpinelinux.org (Postfix) with ESMTP id 764131EBFF6 for ; Fri, 1 Apr 2011 14:43:47 +0000 (UTC) Received: by bwz12 with SMTP id 12so3140445bwz.13 for ; Fri, 01 Apr 2011 07:43:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=JE4Vt1zm+bn5UVbLsXWtnxu6KhAqWHmIk8yHwFbO5dg=; b=dFG1cjm2Vk3ZVQyfQwgBhgmDJDcahiRL/KOjk6aq6nEus6fpQikEYzH2xbMqDu7ax+ 8qFcw8CMqubnheTUU3iPH25+rqBB+c9GpoK+yZ/MvoY4VLYZlNwuOYZT5nJJPRM8hHjs dhZrbCOqJfPR0WCRfS91LVL0WGzi61e+F9s+E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=ptREYVIWdfupWIeU3FgSqPaJoZGp43PcllKUJVr8lXzHGN33lGejoTunVx2pXjOqmC D5YtoJHS9zK6Eb9KkHwFQ8db/E623MG0Ubk/vvY/TAZzNL+eUAmdYzu0aA474wcHMMWs 5hTQYS7otroPLOLh/lFQUnvYWaqwce3reL5A0= X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.204.171.65 with SMTP id g1mr1896232bkz.45.1301669026134; Fri, 01 Apr 2011 07:43:46 -0700 (PDT) Received: by 10.204.121.133 with HTTP; Fri, 1 Apr 2011 07:43:46 -0700 (PDT) In-Reply-To: <20110401163123.7ec23052@ncopa-desktop.nor.wtbts.net> References: <1301651569-7562-1-git-send-email-jbilyk@gmail.com> <20110401163123.7ec23052@ncopa-desktop.nor.wtbts.net> Date: Fri, 1 Apr 2011 10:43:46 -0400 Message-ID: Subject: Re: [alpine-devel] [PATCH 1/4] testing/perl-net-snpp: new aport From: Jeff Bilyk To: Natanael Copa Cc: alpine-devel@lists.alpinelinux.org Content-Type: multipart/alternative; boundary=bcaec52d51d7eafb9a049fdc6f9f --bcaec52d51d7eafb9a049fdc6f9f Content-Type: text/plain; charset=ISO-8859-1 On Fri, Apr 1, 2011 at 10:31 AM, Natanael Copa wrote: > On Fri, 1 Apr 2011 09:52:46 +0000 > Jeff Bilyk wrote: > > > perl-net-snpp: new aport > > --- > > testing/perl-net-snpp/APKBUILD | 33 > > +++++++++++++++++++++++++++++++++ 1 files changed, 33 insertions(+), > > 0 deletions(-) create mode 100644 testing/perl-net-snpp/APKBUILD > > > > diff --git a/testing/perl-net-snpp/APKBUILD > > b/testing/perl-net-snpp/APKBUILD new file mode 100644 > > index 0000000..4161379 > > --- /dev/null > > +++ b/testing/perl-net-snpp/APKBUILD > > @@ -0,0 +1,33 @@ > > +# Contributor: Jeff Bilyk > > +# Maintainer: Leonardo Arena > > +pkgname=perl-net-snpp > > +_realname=Net-SNPP > > +pkgver=1.17 > > +pkgrel=0 > > +pkgdesc="Perl Simple Network Pager Protocol Client" > > +url="http://search.cpan.org/~tobeya/" > > +arch="x86 x86_64" > > are there any specific reason this package should not run on future > archs, like misp, arm or sparc? > > None that i can think of. > I applied and changed arch to noarch since there didnt seem to be any > arch specfic binaries. > > Same for the other packages you sent. > > Thanks! > > -nc > Thanks, Jeff --bcaec52d51d7eafb9a049fdc6f9f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
On Fri, Apr 1, 2011 at 10:31 AM, Natanael Copa <= span dir=3D"ltr"><ncopa@alpinel= inux.org> wrote:
On Fri, =A01 Apr 2011 09:52:46 +0000
Jeff Bilyk <jbilyk@gmail.com>= wrote:

> perl-net-snpp: new aport
> ---
> =A0testing/perl-net-snpp/APKBUILD | =A0 33
> +++++++++++++++++++++++++++++++++ 1 files changed, 33 insertions(+), > 0 deletions(-) create mode 100644 testing/perl-net-snpp/APKBUILD
>
> diff --git a/testing/perl-net-snpp/APKBUILD
> b/testing/perl-net-snpp/APKBUILD new file mode 100644
> index 0000000..4161379
> --- /dev/null
> +++ b/testing/perl-net-snpp/APKBUILD
> @@ -0,0 +1,33 @@
> +# Contributor: =A0Jeff Bilyk <= jbilyk@gmail.com>
> +# Maintainer: =A0Leonardo Arena <rnalrd@gmail.com>
> +pkgname=3Dperl-net-snpp
> +_realname=3DNet-SNPP
> +pkgver=3D1.17
> +pkgrel=3D0
> +pkgdesc=3D"Perl Simple Network Pager Protocol Client"
> +url=3D"http://search.cpan.org/~tobeya/"
> +arch=3D"x86 x86_64"

are there any specific reason this package should not run on future archs, like misp, arm or sparc?

None that i can think of.
=A0
I applied and changed arch to noarch since there didnt seem to be any
arch specfic binaries.

Same for the other packages you sent.

Thanks!

-nc

Thanks,

Jeff
--bcaec52d51d7eafb9a049fdc6f9f-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---