public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Neil Bothwick <neil@digimed.co.uk>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] How do you remove packages made with --buildpkg?
Date: Mon, 8 Aug 2005 23:24:04 +0100	[thread overview]
Message-ID: <20050808232404.204c9e1e@hactar.digimed.co.uk> (raw)
In-Reply-To: <42F7D082.6020408@erols.com>

[-- Attachment #1: Type: text/plain, Size: 670 bytes --]

On Mon, 08 Aug 2005 17:37:06 -0400, Matt Randolph wrote:

> Since qpkg is being phased out, I guess the equery way to do this is:
> 
> equery -C l 2> /dev/null | grep / | while read p; do
>     touch --no-create $PKGDIR/$p.tbz2
>     touch --no-create $PKGDIR/All/$(basename $p).tbz2
>     done

Probably, but I still use qpkg wherever possible.

> find $PKGDIR ! -mtime +1 -exec rm "{}" \;

This line is wrong, it should be

> find $PKGDIR -mtime +1 -exec rm "{}" \;

> Right?  qpkg is a lot faster, though.

Yes, by several orders of magnitude, which is why I still use it.


-- 
Neil Bothwick

God: What one human uses to persecute another.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2005-08-08 22:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-08 17:59 [gentoo-user] How do you remove packages made with --buildpkg? Matt Randolph
2005-08-08 19:18 ` Neil Bothwick
2005-08-08 21:37   ` Matt Randolph
2005-08-08 22:24     ` Neil Bothwick [this message]
2005-08-08 23:51       ` Matt Randolph
2005-08-08 22:24     ` Matt Randolph

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050808232404.204c9e1e@hactar.digimed.co.uk \
    --to=neil@digimed.co.uk \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox