X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id A0170DC0700 for ; Tue, 19 Jan 2016 12:35:53 +0000 (UTC) Received: from mail-lf0-f50.google.com (mail-lf0-f50.google.com [209.85.215.50]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 1AEF6DC0268 for ; Tue, 19 Jan 2016 12:35:52 +0000 (UTC) Received: by mail-lf0-f50.google.com with SMTP id h129so143036849lfh.3 for ; Tue, 19 Jan 2016 04:35:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=YE214exNHpwa+G4NfIjYYJbA3Cr9FnGP5AMM0Vg3jYg=; b=0QQ3yz1RbLa8lCPU3FsglArDLiJOSae6eWIgk34bua3zVxtpYCLJL+FErYrekCSvk9 U7OcSaCX2WDMCCgX7QiMPec1snbGmWAAG5bxNq/4AAlgWaqByU21cu4Xy+JTqA8RHMOD gMHK0xDgq2B7i9VRIm/5I2s1xZ4v7sQsEHsowG4F7usgpkPbWYwv0K6Fm4o5c18ftnIv ihXeS9PU0lKd4GYRzIXFXrbs9G4WUrgWGj1EV29kK+OMGoiTWa5Bc/CiIoh+WLyDRlCB z0KuE7ji2rSQu46lZEqcPm82OAsC44E2S09Fka2XpLfvhDToHC+4wd07LDBuuKKpp9nP 5Muw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :in-reply-to:references:mime-version:content-type :content-transfer-encoding; bh=YE214exNHpwa+G4NfIjYYJbA3Cr9FnGP5AMM0Vg3jYg=; b=ZOZYaywHGfHeo7m/g+WMOxIF4fJ6reyrSurwAXbWsL2OCG7D4WGaQ/esN1dtq+dJDf Y0r7aAdQrQFmqXv/K2PIQcpwSiVF3JJINnHYMyXaBH6i1+6ie6K/3qzzZyPHlPD+gyHo CIf7ztmLVC5Mv5QAe5VtVXROGy4P6P4ihkzPZcxzQDVapgBot/zOEz1u51MLsapQEOab jUrjaQKB34Ni37r0aukwT8u5HzZ+NVG+VjUmDWyOs212fdrozRCuFdJYrbUjFNUlLikZ G81SDyatc/wun8ZZIi/9RZlyGpc1yLVD6TF7OingHCJKuyRGqitTMLN5MG7xvzM6t1h/ 3mFA== X-Gm-Message-State: AG10YOTz+JmrIgEtShKIKQ0NAkfY8NZcAiPg/Xx7e4ES33zP/HKhDIVrESAs/nLEFCgIww== X-Received: by 10.25.143.17 with SMTP id r17mr3005194lfd.37.1453206950967; Tue, 19 Jan 2016 04:35:50 -0800 (PST) Received: from vostro ([83.145.235.201]) by smtp.gmail.com with ESMTPSA id um4sm3928285lbb.1.2016.01.19.04.35.50 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 19 Jan 2016 04:35:50 -0800 (PST) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Tue, 19 Jan 2016 14:35:48 +0200 From: Timo Teras To: David Huffman Cc: "alpine-aports@lists.alpinelinux.org" , "soeren@soeren-tempel.net" Subject: Re: [alpine-aports] [PATCH] testing/libgflags: new aport Message-ID: <20160119143548.6014fcd5@vostro> In-Reply-To: References: X-Mailer: Claws Mail 3.13.1 (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=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: ClamAV using ClamSMTP On Sat, 9 Jan 2016 12:23:33 -0500 David Huffman wrote: > Since it only provides a library and not an application, I figured it > would be preferable for organization purposes. Was I wrong? >=20 > (Sorry about you getting this twice, my email client apparently isn=E2=80= =99t > a fan of replying to mailing lists without some coercion.) Warm > regards, Yes, this is the standard practice. library-only stuff is usually prefixed with lib. The aport looks good with the exception that it installs: usr/bin/gflags_completions.sh Either delete it or make it a subpkg with install_if for bash. See tmux or grep "bash-completion" in the main/*/APKBUILD for examples. Please resend that fixed, and I'm happy to apply it. Thanks, Timo > David Huffman >=20 >=20 > From: S=C3=B6ren Tempel > Sent: Saturday, January 9, 2016 10:29 AM > To: alpine-aports@lists.alpinelinux.org > Cc: storedbox@outlook.com > Subject: Re: [alpine-aports] [PATCH] testing/libgflags: new aport >=20 > On 09.01.16, David Huffman wrote: > > +# Contributor: David Huffman > > +# Maintainer: David Huffman > > +pkgname=3Dlibgflags > > +pkgver=3D2.1.2 > > +_srcname=3Dgflags-$pkgver =20 >=20 > Is there any reason why you called the package libgflags instead of > simply naming it gflags? Than you wouldn't need the _srcname > variable... >=20 > S=C3=B6ren. >=20 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---