summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2022-11-23 01:01:55 UTCRepository mirror & CI2022-11-2310-37/+60
|
* 2022-11-23 00:31:54 UTCRepository mirror & CI2022-11-237-51/+15
|
* 2022-11-23 00:16:53 UTCRepository mirror & CI2022-11-239-15/+15
|
* 2022-11-23 00:02:04 UTCRepository mirror & CI2022-11-2310-25/+89
|
* 2022-11-22 23:46:57 UTCRepository mirror & CI2022-11-2214-34/+52
|
* 2022-11-22 23:31:57 UTCRepository mirror & CI2022-11-224-4/+4
|
* 2022-11-22 22:02:03 UTCRepository mirror & CI2022-11-223-2/+19
|
* 2022-11-22 21:31:52 UTCRepository mirror & CI2022-11-227-20/+32
|
* 2022-11-22 21:13:06 UTCRepository mirror & CI2022-11-2251-52/+52
|
* 2022-11-22 20:46:51 UTCRepository mirror & CI2022-11-228-7/+68
|
* 2022-11-22 20:31:53 UTCRepository mirror & CI2022-11-225-6/+6
|
* 2022-11-22 20:16:52 UTCRepository mirror & CI2022-11-223-5/+5
|
* 2022-11-22 20:03:14 UTCRepository mirror & CI2022-11-224-18/+18
|
* 2022-11-22 19:46:51 UTCRepository mirror & CI2022-11-227-6/+86
|
* 2022-11-22 19:31:50 UTCRepository mirror & CI2022-11-224-3/+35
|
* 2022-11-22 19:16:53 UTCRepository mirror & CI2022-11-224-8/+8
|
* 2022-11-22 19:01:56 UTCRepository mirror & CI2022-11-228-13/+13
|
* 2022-11-22 18:46:53 UTCRepository mirror & CI2022-11-2210-77/+25
|
* 2022-11-22 18:31:53 UTCRepository mirror & CI2022-11-227-20/+23
|
* 2022-11-22 18:16:51 UTCRepository mirror & CI2022-11-223-2/+17
|
* Merge updates from masterRepository mirror & CI2022-11-221-0/+178
|\
| * metadata: Add license-mapping.conf for SPDX license mappingMichał Górny2022-11-221-0/+178
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a file defining mapping of SPDX-2.0 license identifiers to Gentoo ebuild licenses. This was originally discussed on Gentoo Bugzilla [1], the submitted to the gentoo-dev ml [2]. The proposed file uses the common key-value format used for configuration files. Currently only `spdx-to-ebuild` section is defined but other kinds of mapping can be added in the future. As described in the top comment, it provides the ability to map SPDX-2.0 license identifiers along with the `+` and `WITH` operators to arbitrary Gentoo LICENSE strings (including all-of and any-of groups). The initial list was based on cargo-ebuild's license.rs [3], courtesy of Leonardo H. Neumann and Georgy Yakovlev. I have done some changes, particularly removed some incorrect mappings and added more variants from the same license groups (e.g. GPL variants). Ulrich Müller has noticed a number of problems and given helpful suggestions. A parser for this file format is implemented in pycargoebuild [4]. [1] https://bugs.gentoo.org/706472 [2] https://archives.gentoo.org/gentoo-dev/message/01924bb71411696dce04445d85da508d [3] https://gitweb.gentoo.org/proj/cargo-ebuild.git/tree/src/license.rs?id=b4314edc5bb672f5e94dcbc996f443e98fdb4dba [4] https://github.com/projg2/pycargoebuild/ Closes: https://github.com/gentoo/gentoo/pull/28256 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* | 2022-11-22 17:46:54 UTCRepository mirror & CI2022-11-223-2/+19
| |
* | 2022-11-22 17:16:53 UTCRepository mirror & CI2022-11-227-74/+7
| |
* | 2022-11-22 16:46:52 UTCRepository mirror & CI2022-11-224-21/+5
| |
* | 2022-11-22 16:02:01 UTCRepository mirror & CI2022-11-224-7/+7
| |
* | 2022-11-22 15:46:52 UTCRepository mirror & CI2022-11-224-6/+6
| |
* | 2022-11-22 15:16:52 UTCRepository mirror & CI2022-11-222-3/+3
| |
* | 2022-11-22 14:46:49 UTCRepository mirror & CI2022-11-226-41/+9
| |
* | 2022-11-22 14:16:54 UTCRepository mirror & CI2022-11-223-4/+4
| |
* | 2022-11-22 14:02:03 UTCRepository mirror & CI2022-11-2219-32/+79
| |
* | 2022-11-22 13:48:55 UTCRepository mirror & CI2022-11-225-8/+42
| |
* | 2022-11-22 13:31:53 UTCRepository mirror & CI2022-11-2214-84/+54
| |
* | 2022-11-22 13:16:52 UTCRepository mirror & CI2022-11-222-2/+2
| |
* | 2022-11-22 12:46:52 UTCRepository mirror & CI2022-11-222-3/+3
| |
* | 2022-11-22 11:46:54 UTCRepository mirror & CI2022-11-222-3/+3
| |
* | 2022-11-22 09:46:51 UTCRepository mirror & CI2022-11-223-2/+17
| |
* | 2022-11-22 09:16:51 UTCRepository mirror & CI2022-11-223-2/+18
| |
* | 2022-11-22 08:31:52 UTCRepository mirror & CI2022-11-222-3/+3
| |
* | 2022-11-22 08:16:52 UTCRepository mirror & CI2022-11-227-9/+39
| |
* | 2022-11-22 08:02:02 UTCRepository mirror & CI2022-11-2221-38/+53
| |
* | 2022-11-22 07:46:50 UTCRepository mirror & CI2022-11-223-2/+17
| |
* | 2022-11-22 07:31:51 UTCRepository mirror & CI2022-11-2211-102/+40
| |
* | 2022-11-22 07:16:52 UTCRepository mirror & CI2022-11-2212-70/+70
| |
* | 2022-11-22 07:01:57 UTCRepository mirror & CI2022-11-223-4/+4
| |
* | 2022-11-22 06:31:53 UTCRepository mirror & CI2022-11-2229-120/+234
| |
* | 2022-11-22 06:16:53 UTCRepository mirror & CI2022-11-227-8/+56
| |
* | 2022-11-22 06:02:02 UTCRepository mirror & CI2022-11-222-3/+3
| |
* | 2022-11-22 05:46:54 UTCRepository mirror & CI2022-11-222-3/+3
| |
* | 2022-11-22 05:31:52 UTCRepository mirror & CI2022-11-225-7/+7
| |