View previous topic :: View next topic |
Author |
Message |
redblade7 Tux's lil' helper

Joined: 11 Jan 2018 Posts: 106
|
Posted: Tue May 28, 2019 10:23 pm Post subject: What is /usr/portage/distfiles/clap-2.32.0.crate from? |
|
|
Hi,
What package is the file /usr/portage/distfiles/clap-2.32.0.crate related to? I can't find any useful information about this with equery f or locate.
Thank you! |
|
Back to top |
|
 |
krinn Watchman


Joined: 02 May 2003 Posts: 7475
|
Posted: Tue May 28, 2019 10:55 pm Post subject: |
|
|
distfiles is directory where ebuild download package sources and files, so the only tool i know that have a relation with files from that directory is eclean (that should seek if the file is still need or not, and remove it if none use it). |
|
Back to top |
|
 |
redblade7 Tux's lil' helper

Joined: 11 Jan 2018 Posts: 106
|
Posted: Wed May 29, 2019 12:02 am Post subject: |
|
|
krinn wrote: | distfiles is directory where ebuild download package sources and files, so the only tool i know that have a relation with files from that directory is eclean (that should seek if the file is still need or not, and remove it if none use it). |
I just did eclean, but the file I guess is in use by the current version of a package.
Is there any way to find out what package it's associated with? Or what the purpose of these *.crate files are? |
|
Back to top |
|
 |
mike155 Advocate

Joined: 17 Sep 2010 Posts: 4438 Location: Frankfurt, Germany
|
Posted: Wed May 29, 2019 12:04 am Post subject: |
|
|
I think it belongs to dev-util/cargo-0.30.0-r1.ebuild. "crate" files are packages for Rust and Cargo is Rust's package manager.
Since dev-lang/rust-1.34 is stable now and this version of Rust already includes Cargo, you probably won't need dev-util/cargo and /usr/portage/distfiles/clap-2.32.0.crate anymore. |
|
Back to top |
|
 |
skellr l33t


Joined: 18 Jun 2005 Posts: 997 Location: The Village, Portmeirion
|
Posted: Wed May 29, 2019 12:21 am Post subject: |
|
|
Probably one of these?
Code: |
/usr/portage/app-misc/skim/Manifest:DIST clap-2.32.0.crate
/usr/portage/app-shells/mcfly/Manifest:DIST clap-2.32.0.crate
/usr/portage/app-text/fblog/Manifest:DIST clap-2.32.0.crate
/usr/portage/dev-util/bingrep/Manifest:DIST clap-2.32.0.crate
/usr/portage/dev-util/cargo-tree/Manifest:DIST clap-2.32.0.crate
/usr/portage/dev-util/cargo/Manifest:DIST clap-2.32.0.crate
/usr/portage/dev-util/cbindgen/Manifest:DIST clap-2.32.0.crate
/usr/portage/dev-util/sccache/Manifest:DIST clap-2.32.0.crate
/usr/portage/sys-apps/bat/Manifest:DIST clap-2.32.0.crate
/usr/portage/sys-apps/fd/Manifest:DIST clap-2.32.0.crate
/usr/portage/sys-apps/lsd/Manifest:DIST clap-2.32.0.crate
/usr/portage/sys-apps/ripgrep/Manifest:DIST clap-2.32.0.crate |
|
|
Back to top |
|
 |
|