Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 511462 - net-im/psi-9999[iconsets]: incomplete LICENSE
Summary: net-im/psi-9999[iconsets]: incomplete LICENSE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sergey Ilinykh
URL:
Whiteboard:
Keywords: PullRequest
Depends on: 620772
Blocks:
  Show dependency tree
 
Reported: 2014-05-25 14:57 UTC by Ulrich Müller
Modified: 2022-06-27 17:40 UTC (History)
4 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 Ulrich Müller gentoo-dev 2014-05-25 14:57:20 UTC
With USE=iconsets, the ebuild outputs a warning in pkg_setup:

   Some artwork is from open source projects, but some is provided 'as-is'
   and has not clear licensing.
   Possibly this build is not redistributable in some countries.

Presumably, "iconsets? ( bindist )" should be added to RESTRICT, and also LICENSE should be updated to reflect this situation.
Comment 1 Andreas Sturmlechner gentoo-dev 2017-07-31 21:28:40 UTC
Added RESTRICT="iconsets? ( bindist )" with 1.2 version bump in git commit e32db49b7a035c6794acab427c762a83a1ceaec9

Is this sufficient or what else do you suggest to do with LICENSE?
Comment 2 Jonas Stein gentoo-dev 2018-04-09 00:54:03 UTC
@Ulm, can we close this now as fixed?
Comment 3 Ulrich Müller gentoo-dev 2018-04-09 05:48:21 UTC
(In reply to Jonas Stein from comment #2)
> @Ulm, can we close this now as fixed?

LICENSE still says GPL-2.
Presumably, something like "iconsets? ( all-rights-reserved )" should be added to it (or whatever terms the artwork is distributed under).
Comment 4 Ulrich Müller gentoo-dev 2019-12-28 14:33:47 UTC
ping
Comment 5 Sergey Ilinykh 2021-04-08 07:23:38 UTC
iconsets repo contains a collection of icons from various sources. It's hard to say what exactly the license. Currently it's under 'bindist' flag.
Comment 6 Ulrich Müller gentoo-dev 2022-06-27 16:50:43 UTC
ping
Comment 7 Sergey Ilinykh 2022-06-27 16:55:02 UTC
something like 
```
LICENSE="!iconsets? ( GPL-2 ) iconsets? ( all-rights-reserved )"
```
?
Comment 8 Ulrich Müller gentoo-dev 2022-06-27 17:10:02 UTC
(In reply to Sergey Ilinykh from comment #7)
> something like 
> ```
> LICENSE="!iconsets? ( GPL-2 ) iconsets? ( all-rights-reserved )"
> ```
> ?

The GPL licensed files are always installed, so no condition there:

LICENSE="GPL-2 iconsets? ( all-rights-reserved )"
Comment 9 Larry the Git Cow gentoo-dev 2022-06-27 17:40:20 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa865cf5c5ac17e56e7d4e63b645231f6b741717

commit aa865cf5c5ac17e56e7d4e63b645231f6b741717
Author:     Sergey Ilinykh <rion4ik@gmail.com>
AuthorDate: 2022-06-27 17:18:12 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2022-06-27 17:38:50 +0000

    net-im/psi: add license all-rights-reserved with USE=iconsets
    
    Signed-off-by: Sergei Ilinykh <rion4ik@gmail.com>
    Closes: https://bugs.gentoo.org/511462
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 net-im/psi/psi-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)