summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Podshumok <kpp.live+signed@gmail.com>2020-04-25 04:35:05 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-05-12 16:57:08 +0300
commit09efbf4ed38ffb300545cb132cd313d4943c8010 (patch)
tree008ceddb1eca82276ad6055a131d71f63190beee /dev-go/licenseclassifier/metadata.xml
parentdev-libs/ilbc-rfc3951: add blocker against media-libs/libilbc. (diff)
downloadgentoo-09efbf4ed38ffb300545cb132cd313d4943c8010.tar.gz
gentoo-09efbf4ed38ffb300545cb132cd313d4943c8010.tar.bz2
gentoo-09efbf4ed38ffb300545cb132cd313d4943c8010.zip
dev-go/licenseclassifier: new ebuild
I find this tool very helpful for managing LICENSE in different ebuilds. Just run identify_license on any file - just a source code or COPYING/LICENSE file. It also can be built against licenses in /var/db/repos/gentoo/licenses, but this is not yet implemented in this commit. Bug: https://bugs.gentoo.org/694792 Bug: https://bugs.gentoo.org/694790 Signed-off-by: Konstantin Podshumok <kpp.live+signed@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-go/licenseclassifier/metadata.xml')
-rw-r--r--dev-go/licenseclassifier/metadata.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-go/licenseclassifier/metadata.xml b/dev-go/licenseclassifier/metadata.xml
new file mode 100644
index 000000000000..36c5ed7ae5ec
--- /dev/null
+++ b/dev-go/licenseclassifier/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>kpp+gentoo@qrator.net</email>
+ <name>Konstantin Ignatov</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription>
+ The license classifier is a library and set of tools that can analyze text
+ to determine what type of license it contains. It searches for license texts
+ in a file and compares them to an archive of known licenses.
+ These files could be, e.g., LICENSE files with a single or multiple licenses in it,
+ or source code files with the license text in a comment.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">google/licenseclassifier</remote-id>
+ </upstream>
+</pkgmetadata>