diff options
author | stefson <herrtimson@yahoo.de> | 2019-07-02 08:38:05 +0200 |
---|---|---|
committer | stefson <herrtimson@yahoo.de> | 2019-07-02 08:38:05 +0200 |
commit | a11ce3fa685bd94fef02329ca0892b5d3477c220 (patch) | |
tree | b7e4d6c4117b0764f0f8bf2f6e25b540b7fac757 /dev-embedded | |
parent | dev-embedded/cargo-dinghy: add metadata, fix homepage and LICENSE to MIT Apac... (diff) | |
download | rust-a11ce3fa685bd94fef02329ca0892b5d3477c220.tar.gz rust-a11ce3fa685bd94fef02329ca0892b5d3477c220.tar.bz2 rust-a11ce3fa685bd94fef02329ca0892b5d3477c220.zip |
dev-embedded/dinghy-test: add metadata, fix homepage and LICENSE to MIT Apache-2.0
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/dinghy-test/dinghy-test-0.3.5.ebuild | 4 | ||||
-rw-r--r-- | dev-embedded/dinghy-test/metadata.xml | 12 |
2 files changed, 14 insertions, 2 deletions
diff --git a/dev-embedded/dinghy-test/dinghy-test-0.3.5.ebuild b/dev-embedded/dinghy-test/dinghy-test-0.3.5.ebuild index 1ae962a..fbddbed 100644 --- a/dev-embedded/dinghy-test/dinghy-test-0.3.5.ebuild +++ b/dev-embedded/dinghy-test/dinghy-test-0.3.5.ebuild @@ -156,10 +156,10 @@ xml-rs-0.7.0 inherit cargo DESCRIPTION="Cross-compilation made easier - see main crate cargo-dinghy" -HOMEPAGE="https://medium.com/snips-ai/dinghy-painless-rust-tests-and-benches-on-ios-and-android-c9f94f81d305#.c2sx7two8" +HOMEPAGE="https://github.com/snipsco/dinghy" SRC_URI="$(cargo_crate_uris ${CRATES})" RESTRICT="mirror" -LICENSE="MIT/Apache-2.0" # Update to proper Gentoo format +LICENSE="MIT Apache-2.0" # Update to proper Gentoo format SLOT="0" KEYWORDS="~amd64" IUSE="" diff --git a/dev-embedded/dinghy-test/metadata.xml b/dev-embedded/dinghy-test/metadata.xml new file mode 100644 index 0000000..e482cb8 --- /dev/null +++ b/dev-embedded/dinghy-test/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="person"> + <email>maintainer-wanted@gentoo.org</email> + <name>none</name> +</maintainer> +<longdescription lang="en"> + Easier cross-compilation for phones and single boards computers (testsuite) +</longdescription> +</pkgmetadata> + |