Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 665110 - net-libs/nodejs-8.11.* installs some empty .git folders and files
Summary: net-libs/nodejs-8.11.* installs some empty .git folders and files
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-02 13:10 UTC by tt_1
Modified: 2019-01-19 12:52 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tt_1 2018-09-02 13:10:46 UTC
emerge -pv nodejs: [ebuild   R   ~] net-libs/nodejs-8.11.4::gentoo  USE="icu npm snapshot ssl -debug -doc -inspector -systemtap {-test}" CPU_FLAGS_X86="sse2" PYTHON_TARGETS="python2_7" 0 KiB


equery f nodejs | grep .git
/usr/lib64/node_modules/npm/.github
/usr/lib64/node_modules/npm/.github/CODEOWNERS
/usr/lib64/node_modules/npm/lib/doctor/get-git-path.js
/usr/lib64/node_modules/npm/lib/utils/git.js
/usr/lib64/node_modules/npm/node_modules/hosted-git-info
/usr/lib64/node_modules/npm/node_modules/hosted-git-info/git-host-info.js
/usr/lib64/node_modules/npm/node_modules/hosted-git-info/git-host.js
/usr/lib64/node_modules/npm/node_modules/hosted-git-info/index.js
/usr/lib64/node_modules/npm/node_modules/hosted-git-info/package.json
/usr/lib64/node_modules/npm/node_modules/pacote/lib/fetchers/git.js
/usr/lib64/node_modules/npm/node_modules/pacote/lib/util/git.js
/usr/lib64/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/.gitmodules

first two and the last entry in the filelist are empty and can be delted, unless they have a reason to be there?
Comment 1 tt_1 2019-01-19 12:52:36 UTC
seems there is a reason for them, sort of funky dir structure this is.