* [gentoo-user] ebuilds gone to the happy hunting-grounds
@ 2006-02-12 19:30 Uwe Thiem
2006-02-12 20:28 ` Rumen Yotov
2006-02-13 9:11 ` Ciaran McCreesh
0 siblings, 2 replies; 5+ messages in thread
From: Uwe Thiem @ 2006-02-12 19:30 UTC (permalink / raw
To: gentoo-user
Hi folks,
while trying to fix some other problems involving revdep-rebuild, I stumbled
over some ebuilds no longer in portage but still installed on my system.
How can I get rid of that stuff? I mean "emerge --unmerge dead-package" won't
do it because the ebuild doesn't exist any more.
Uwe
--
Why do consumers keep buying products they will live to curse?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] ebuilds gone to the happy hunting-grounds
2006-02-12 19:30 [gentoo-user] ebuilds gone to the happy hunting-grounds Uwe Thiem
@ 2006-02-12 20:28 ` Rumen Yotov
2006-02-13 9:11 ` Ciaran McCreesh
1 sibling, 0 replies; 5+ messages in thread
From: Rumen Yotov @ 2006-02-12 20:28 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 639 bytes --]
On Sun, 2006-02-12 at 21:30 +0200, Uwe Thiem wrote:
> Hi folks,
>
> while trying to fix some other problems involving revdep-rebuild, I stumbled
> over some ebuilds no longer in portage but still installed on my system.
>
> How can I get rid of that stuff? I mean "emerge --unmerge dead-package" won't
> do it because the ebuild doesn't exist any more.
>
> Uwe
>
> --
> Why do consumers keep buying products they will live to curse?
Hi,
Run"#emerge =package-category/package-version -aC"(ask for confirmation)
IIRC ebuild and other info about installed packages is available at:
/var/db/pkg/ directory.
HTH.Rumen
[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 3409 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] ebuilds gone to the happy hunting-grounds
2006-02-12 19:30 [gentoo-user] ebuilds gone to the happy hunting-grounds Uwe Thiem
2006-02-12 20:28 ` Rumen Yotov
@ 2006-02-13 9:11 ` Ciaran McCreesh
2006-02-13 10:28 ` Uwe Thiem
1 sibling, 1 reply; 5+ messages in thread
From: Ciaran McCreesh @ 2006-02-13 9:11 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 669 bytes --]
On Sun, 12 Feb 2006 21:30:13 +0200 Uwe Thiem <uwix@iway.na> wrote:
| while trying to fix some other problems involving revdep-rebuild, I
| stumbled over some ebuilds no longer in portage but still installed
| on my system.
|
| How can I get rid of that stuff? I mean "emerge --unmerge
| dead-package" won't do it because the ebuild doesn't exist any more.
It will unless you installed said package a very long time ago. Portage
keeps a copy of the ebuild in the vdb when you install something.
--
Ciaran McCreesh : Gentoo Developer (Wearer of the shiny hat)
Mail : ciaranm at gentoo.org
Web : http://dev.gentoo.org/~ciaranm
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] ebuilds gone to the happy hunting-grounds
2006-02-13 9:11 ` Ciaran McCreesh
@ 2006-02-13 10:28 ` Uwe Thiem
2006-02-13 11:30 ` Max Lorenz
0 siblings, 1 reply; 5+ messages in thread
From: Uwe Thiem @ 2006-02-13 10:28 UTC (permalink / raw
To: gentoo-user
On 13 February 2006 11:11, Ciaran McCreesh wrote:
> On Sun, 12 Feb 2006 21:30:13 +0200 Uwe Thiem <uwix@iway.na> wrote:
> | while trying to fix some other problems involving revdep-rebuild, I
> | stumbled over some ebuilds no longer in portage but still installed
> | on my system.
> |
> | How can I get rid of that stuff? I mean "emerge --unmerge
> | dead-package" won't do it because the ebuild doesn't exist any more.
>
> It will unless you installed said package a very long time ago. Portage
> keeps a copy of the ebuild in the vdb when you install something.
Apparently, I did install it a very long time ago because emerge told me it
didn't know it. :-(
Uwe
--
Why do consumers keep buying products they will live to curse?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] ebuilds gone to the happy hunting-grounds
2006-02-13 10:28 ` Uwe Thiem
@ 2006-02-13 11:30 ` Max Lorenz
0 siblings, 0 replies; 5+ messages in thread
From: Max Lorenz @ 2006-02-13 11:30 UTC (permalink / raw
To: gentoo-user
On 2/13/06, Uwe Thiem <uwix@iway.na> wrote:
> On 13 February 2006 11:11, Ciaran McCreesh wrote:
> > On Sun, 12 Feb 2006 21:30:13 +0200 Uwe Thiem <uwix@iway.na> wrote:
> > | while trying to fix some other problems involving revdep-rebuild, I
> > | stumbled over some ebuilds no longer in portage but still installed
> > | on my system.
> > |
> > | How can I get rid of that stuff? I mean "emerge --unmerge
> > | dead-package" won't do it because the ebuild doesn't exist any more.
> >
> > It will unless you installed said package a very long time ago. Portage
> > keeps a copy of the ebuild in the vdb when you install something.
>
> Apparently, I did install it a very long time ago because emerge told me it
> didn't know it. :-(
Well, then grab the ebuild from cvs:
http://viewcvs.gentoo.org/
> Uwe
Max
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-02-13 11:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-12 19:30 [gentoo-user] ebuilds gone to the happy hunting-grounds Uwe Thiem
2006-02-12 20:28 ` Rumen Yotov
2006-02-13 9:11 ` Ciaran McCreesh
2006-02-13 10:28 ` Uwe Thiem
2006-02-13 11:30 ` Max Lorenz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox