From 55eb8564fb489fb5884ed3d2b22b70571eefa70b Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@p37t)" Date: Sat, 11 Jul 2020 18:35:50 +0200 Subject: [PATCH] add MIT license to pylibrespot-java-0.1.0 (found at Pypi) --- CHANGELOG.txt | 1 + dev-python/pylibrespot-java/Manifest | 2 +- dev-python/pylibrespot-java/pylibrespot-java-0.1.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1462abfce..9929e3d38 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -56,6 +56,7 @@ * update homeassistant-0.112.3 * update homeassistant-0.112.4 * reformat bellows margins + * add MIT license to pylibrespot-java-0.1.0 (found at Pypi) 2020-06-29 * bump aioguardian-1.0.0 diff --git a/dev-python/pylibrespot-java/Manifest b/dev-python/pylibrespot-java/Manifest index 4c9ba3ca8..977e4e7a3 100644 --- a/dev-python/pylibrespot-java/Manifest +++ b/dev-python/pylibrespot-java/Manifest @@ -1,3 +1,3 @@ DIST pylibrespot-java-0.1.0.tar.gz 3184 BLAKE2B b23c2ad1433d5ab21298a975c07507aa44f27b9d2f24d673d38d97020e9304492bb58a632a1914d11daf25a43854608171dd3e6c120f496d4eb8890c5bd5c16c SHA512 78bcfbbed59948d61c79d43e7d9aed6c3b0203fd6755e4e34a531ec652b43b14a7c49f4ed49e2de07dea488d18a43dbc2a01736fb958b73514d00d7fa7032f96 -EBUILD pylibrespot-java-0.1.0.ebuild 725 BLAKE2B 6a6adba5f6e78549812ffd1196a8f26487effe6beae804b49878f854b053004f5840ed022ac1128000c57ad363b673220f916ae7fab5feda19412d5a908c0899 SHA512 69f61b0c0fa7b6a021ef30b108e6d528cdb431c3128aa8cfee09433e323387ead00f3e56085ac84cb2df2e764e2571b129d1adf4f1a796a194c6c00076d91982 +EBUILD pylibrespot-java-0.1.0.ebuild 728 BLAKE2B 5cbf47e8e23267940a0e9ce6261de05b8ae4d04506bde6a1e040ea45638dc426fb6edf03dd563a6970b27081750273c016f08186366c66a8f853b00f016ceb3e SHA512 c0358f9150480b31d71bf9deacc78aa4fdb6e12cabbebde9cee0138ac1f294fe96f6823e0f1dcd831121ea7d3bda264d25fcd941863c06662e067c221d1d2586 MISC metadata.xml 482 BLAKE2B be4cae60656c9c0d5e0673361da0f34d614bddcb0a9c9061c25911c54cc9f1c6a9b56f2f946f8292919d5ad87174dcc9de3a1e3ae86c2428c498753979e0a618 SHA512 0d37484e4ff81567a47810b2ce261c42e64e932fb328525291634343c5f7247c928e96e2166728adf9bfe203d7fa515bf13f6017f45b29766529542e120c0d6e diff --git a/dev-python/pylibrespot-java/pylibrespot-java-0.1.0.ebuild b/dev-python/pylibrespot-java/pylibrespot-java-0.1.0.ebuild index c8b3b998f..90cf12acc 100644 --- a/dev-python/pylibrespot-java/pylibrespot-java-0.1.0.ebuild +++ b/dev-python/pylibrespot-java/pylibrespot-java-0.1.0.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Python Interface for librespot-java" HOMEPAGE="https://github.com/uvjustin/pylibrespot-java/ https://pypi.org/project/pylibrespot-java/" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" -LICENSE="" +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="test"