Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 694384 - dev-go/glide: incomplete LICENSE (only revdep: app-shells/peco)
Summary: dev-go/glide: incomplete LICENSE (only revdep: app-shells/peco)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Deadline: 2019-12-31
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks: 694792
  Show dependency tree
 
Reported: 2019-09-14 20:49 UTC by Michał Górny
Modified: 2020-01-01 08:45 UTC (History)
3 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-09-14 20:49:44 UTC
$ find -name '*LICENSE*' -exec ninka {} ';'
./vendor/gopkg.in/yaml.v2/LICENSE.libyaml;spdxMIT;1;4;0;1;1;UNKNOWN,Copyright,4
./vendor/gopkg.in/yaml.v2/LICENSE;Apache-2;1;5;0;1;0;Copyright,5
./vendor/github.com/mitchellh/go-homedir/LICENSE;spdxMIT;1;4;0;2;0;MITname,Copyright,4
./vendor/github.com/codegangsta/cli/LICENSE;spdxMIT;1;4;0;2;0;MITname,Copyright,4
./vendor/github.com/Masterminds/vcs/LICENSE.txt;spdxMIT;1;4;0;1;0;Copyright,4
./vendor/github.com/Masterminds/semver/LICENSE.txt;spdxMIT;1;4;0;1;0;Copyright,4
./LICENSE;spdxMIT;1;4;0;1;0;Copyright,4

Apparently yaml.v2 is licensed Apache-2.0 which is more restrictive than MIT, so that should be added to LICENSE.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-11-03 19:59:04 UTC
Ping.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-11-05 18:37:40 UTC
@spiderx, you seem to be maintaining the only revdep of this package.  Would you be interested in taking it over?
Comment 3 Vladimir Pavljuchenkov (SpiderX) 2019-11-12 22:37:58 UTC
I can, but I think that glide has no future, because modern go already has features glide provides.

https://github.com/Masterminds/glide → "The Go community is now using Go Modules to handle dependencies. Please consider using that instead of Glide. Glide is now mostly unmaintained."

So, I think that we should use this bug to remove glide as revdep from peco and remove it from tree after it.
Comment 4 Vladimir Pavljuchenkov (SpiderX) 2019-11-12 22:55:07 UTC
I submitted https://github.com/gentoo/gentoo/pull/13625.

If you think that approach from above is appropriate, please, review PR.