From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-81902-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1KHmr1-00058n-MK
	for garchives@archives.gentoo.org; Sat, 12 Jul 2008 21:42:07 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 43162E01FC;
	Sat, 12 Jul 2008 21:42:06 +0000 (UTC)
Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.224])
	by pigeon.gentoo.org (Postfix) with ESMTP id 1BBC3E01FC
	for <gentoo-user@lists.gentoo.org>; Sat, 12 Jul 2008 21:42:06 +0000 (UTC)
Received: by wr-out-0506.google.com with SMTP id c37so3054723wra.26
        for <gentoo-user@lists.gentoo.org>; Sat, 12 Jul 2008 14:42:05 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=googlemail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:to
         :subject:in-reply-to:mime-version:content-type
         :content-transfer-encoding:content-disposition:references;
        bh=+w0uamXSyyRv44P5V1ZZgNmDzkRedJSG9TtF3s1l8BE=;
        b=tm+iDlpv3t30qJb2lYHbUOEaWxpCx1w6BJcu7lB0UjmWHiMV5zVc42v6dXjb3K8okH
         ywX53E3rVexxXtfoUmHM+8a+o7cU+bEXdAgydW+LSGGo8LfJ16XCRPWcUGBlkXqEjy6N
         HIIul3h5SJuHvnwP+qKtNzri47LB4Pp+3X2Oc=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=googlemail.com; s=gamma;
        h=message-id:date:from:to:subject:in-reply-to:mime-version
         :content-type:content-transfer-encoding:content-disposition
         :references;
        b=wt4OhGv+Anqfc/Hu2P8+aCNjsMB2J3gqSSW7fqPOygo1MYEm7ePEtO83bbfXyaujlm
         t08+0restgAcyW2OZgvq6Ddg03Fy2Yfw3HmZb5MGu2NSNEC/K4T7Q6zF8LLhtrHTUIyT
         tCqkf+s69UPHBEusMj9XWHLN/f3ohQyz5EowU=
Received: by 10.90.67.10 with SMTP id p10mr13068903aga.60.1215898925343;
        Sat, 12 Jul 2008 14:42:05 -0700 (PDT)
Received: by 10.90.29.1 with HTTP; Sat, 12 Jul 2008 14:42:05 -0700 (PDT)
Message-ID: <fbdd0e50807121442s15393ea3xd3e674657d1b0bf@mail.gmail.com>
Date: Sat, 12 Jul 2008 23:42:05 +0200
From: "Gentoo User" <usr.gentoo@googlemail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Simplistic bash-script to manage package.use
In-Reply-To: <48791FFC.5040901@husku.net>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <48791FFC.5040901@husku.net>
X-Archives-Salt: f517ca37-5288-4ffb-a2c8-7a9b2c27e655
X-Archives-Hash: 2445a0f3ff1435ae7dbde9679ab4f28d

Hi,

the question is: is it really necessary? If I want to add a new entry
into this file I just call echo "category/package myflags" >>
/etc/portage/package.use and if I want to edit them I just call my
favorite editor, use its search capabilities and change the line.
So I don't really see the benefit of a command line tool, since I
still need to write flags, package and everything and the tools I'm
using now (mostly echo, grep and vim) to do this are not very
complicated and most of the typing goes to the use flags and package
name anyway.


Just my opinion.


Best regards

Geralt


On 7/12/08, Mikko Husari <husku@husku.net> wrote:
> greetings earthlings,
>
>  i did not found (nor did i look for long enough) any tools/scripts to
> easily manage package.use file, so i did my own. now i started to think
> that, if there really is not any, my creation would be sufficient (although
> possibly buggy) for most users who wish to have "easy" control over
> package.use.
>
>  yes, i know this is not the best place to "announce" but, this is not an
> real announcement, this is an query for an superior solution which would
> show my creation to be useless/dublicate/stupid. (if mine is useless/stupid
> it would be nice, so i would not have to maintain it and i also could use
> some real software).
>
>  -- husku
>
>
-- 
gentoo-user@lists.gentoo.org mailing list