diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-07-23 13:40:43 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-07-23 13:40:43 +0000 |
| commit | 0d9a32816e3c0d439552d89e27eff28958ece7bb (patch) | |
| tree | ea4e99ae5bd3928376c57a6ae0eac9567c9b15bd /dev-util | |
| parent | 659a8f0e2192ea921947b129036460b1598da20f (diff) | |
| download | baldeagleos-repo-0d9a32816e3c0d439552d89e27eff28958ece7bb.tar.gz baldeagleos-repo-0d9a32816e3c0d439552d89e27eff28958ece7bb.tar.xz baldeagleos-repo-0d9a32816e3c0d439552d89e27eff28958ece7bb.zip | |
Adding metadata
Diffstat (limited to 'dev-util')
| -rw-r--r-- | dev-util/ccache/ccache-4.3-r2.ebuild | 2 | ||||
| -rw-r--r-- | dev-util/codespell/Manifest | 1 | ||||
| -rw-r--r-- | dev-util/codespell/codespell-2.1.0.ebuild | 43 | ||||
| -rw-r--r-- | dev-util/codespell/metadata.xml | 21 | ||||
| -rw-r--r-- | dev-util/cucumber-wire/Manifest | 1 | ||||
| -rw-r--r-- | dev-util/cucumber-wire/cucumber-wire-6.0.1.ebuild | 26 | ||||
| -rw-r--r-- | dev-util/dejagnu/dejagnu-1.6.3.ebuild | 2 | ||||
| -rw-r--r-- | dev-util/objconv/metadata.xml | 4 | ||||
| -rw-r--r-- | dev-util/shards/metadata.xml | 4 | ||||
| -rw-r--r-- | dev-util/xxdiff/metadata.xml | 4 |
10 files changed, 94 insertions, 14 deletions
diff --git a/dev-util/ccache/ccache-4.3-r2.ebuild b/dev-util/ccache/ccache-4.3-r2.ebuild index 987b811477e6..f2388e4e31fa 100644 --- a/dev-util/ccache/ccache-4.3-r2.ebuild +++ b/dev-util/ccache/ccache-4.3-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ccache/ccache/releases/download/v${PV}/ccache-${PV}. LICENSE="GPL-3 LGPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86" IUSE="static-c++ test" DEPEND="" diff --git a/dev-util/codespell/Manifest b/dev-util/codespell/Manifest new file mode 100644 index 000000000000..c0fb3621378b --- /dev/null +++ b/dev-util/codespell/Manifest @@ -0,0 +1 @@ +DIST codespell-2.1.0.tar.gz 187490 BLAKE2B 6114aa3a7ad8cd37ab868a3f27f641501dd0cc5bfe80bef0aa5cad0a86f8e2bba6e1f1030d5ac6fb06f78f9e01e37359d0fc17d17eb54608060300f676d3d56c SHA512 16d9a4239ae18fad6a06825a2afae6adc903d50eb90b759cdc61b1e1d145458bbfb1385837c4465b0a9858da100be074c597343c4816ca0260bbf6710d9c84e8 diff --git a/dev-util/codespell/codespell-2.1.0.ebuild b/dev-util/codespell/codespell-2.1.0.ebuild new file mode 100644 index 000000000000..107e0f775a7e --- /dev/null +++ b/dev-util/codespell/codespell-2.1.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) + +inherit distutils-r1 + +DESCRIPTION="Check text files for common misspellings" +HOMEPAGE="https://github.com/codespell-project/codespell" +SRC_URI="https://github.com/codespell-project/codespell/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +# Code licensed under GPL-2 +# Dictionary licensed under CC-BY-SA-3.0 +LICENSE="GPL-2 CC-BY-SA-3.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +BDEPEND=" + sys-apps/help2man + test? ( dev-python/chardet[${PYTHON_USEDEP}] ) +" + +distutils_enable_tests --install pytest + +python_prepare_all() { + distutils-r1_python_prepare_all + + # do not depend on pytest-cov + sed -e '/addopts/d' -i setup.cfg || die +} + +python_compile_all() { + # generate included man page + emake ${PN}.1 +} + +python_install_all() { + distutils-r1_python_install_all + + doman ${PN}.1 +} diff --git a/dev-util/codespell/metadata.xml b/dev-util/codespell/metadata.xml new file mode 100644 index 000000000000..87ebaa81248d --- /dev/null +++ b/dev-util/codespell/metadata.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>waebbl-gentoo@posteo.net</email> + <name>Bernd Waibel</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Gentoo Proxy Maintainers</name> + </maintainer> + <longdescription lang="en"> + A tool to fix common misspellings in text files. It's designed primarily + checking misspelled words in source code, but can be used with other + text files as well. +</longdescription> + <upstream> + <bugs-to>https://github.com/codespell-project/codespell/issues</bugs-to> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-util/cucumber-wire/Manifest b/dev-util/cucumber-wire/Manifest index fd0e281e8983..cbaee2369caa 100644 --- a/dev-util/cucumber-wire/Manifest +++ b/dev-util/cucumber-wire/Manifest @@ -1,2 +1,3 @@ DIST cucumber-wire-0.0.1.gem 16384 BLAKE2B c35f478bbc8a8bccfbe1022d5b687a85c087bcadd5f494b807fa530d20b7e14f327ca2ab377c3f9abc28df60c7986576b59a246e5fb7537daadb016bb21420b7 SHA512 c6bae727814f6a2d1dfa8cfee9bc9e63e3bfa755f6bb070f907a24d52009dd29652ab21ea7719527a5423ddf4471208f91a388ec53555d7021abac7769b2109a DIST cucumber-wire-5.0.1.gem 12288 BLAKE2B cbbf593d43cbbc003ea247d41db2cebaed14d232ae2bc52eebe34c8316c58b679be7c6802c7ffae7dd3e8c14d367803e3baba7b2f79326434821693e71fbd9f5 SHA512 deda0bb93b51b9d27074242bd0c371b7465c06e302d2aa608201898a1eb3b1736c9955baa9360f047a29793871fedc9feb25bf3430020e5b1f5630a2c982da73 +DIST cucumber-wire-6.0.1.gem 12288 BLAKE2B f7d371e186a27ee1a6ce489c8663c456c29b1e8dcf3788032c799575ad42b4658110b50bff6e4a446bca7227bcd12eafb117782675ff2ff7e1d0ce67eccc6c48 SHA512 b056dd78b0e715771ec591578fa3d4a29297a1ba1abf3a0d009cc90e36b44ae20578a20198f463a0c8760b70722a0655612f286c34224849db675ae2110c0bd7 diff --git a/dev-util/cucumber-wire/cucumber-wire-6.0.1.ebuild b/dev-util/cucumber-wire/cucumber-wire-6.0.1.ebuild new file mode 100644 index 000000000000..4ee1d24410fd --- /dev/null +++ b/dev-util/cucumber-wire/cucumber-wire-6.0.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby26 ruby27" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Executable feature scenarios" +HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis" +LICENSE="Ruby" + +KEYWORDS="~amd64" +SLOT="$(ver_cut 1)" +IUSE="test" + +ruby_add_rdepend " + >=dev-util/cucumber-core-10.0.1:10 + >=dev-util/cucumber-cucumber-expressions-12.1.1:12 + >=dev-util/cucumber-messages-17.0.1:17 +" + +ruby_add_bdepend "test? ( dev-util/cucumber )" diff --git a/dev-util/dejagnu/dejagnu-1.6.3.ebuild b/dev-util/dejagnu/dejagnu-1.6.3.ebuild index 443cbff69da8..ce4a4650f4f9 100644 --- a/dev-util/dejagnu/dejagnu-1.6.3.ebuild +++ b/dev-util/dejagnu/dejagnu-1.6.3.ebuild @@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" IUSE="test" #RESTRICT="!test? ( test )" diff --git a/dev-util/objconv/metadata.xml b/dev-util/objconv/metadata.xml index 6f45e891f6c2..83d00b14c8d4 100644 --- a/dev-util/objconv/metadata.xml +++ b/dev-util/objconv/metadata.xml @@ -1,10 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>slyfox@gentoo.org</email> - <name>Sergei Trofimovich</name> - </maintainer> <origin>gentoo-staging</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-util/shards/metadata.xml b/dev-util/shards/metadata.xml index 6f45e891f6c2..83d00b14c8d4 100644 --- a/dev-util/shards/metadata.xml +++ b/dev-util/shards/metadata.xml @@ -1,10 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>slyfox@gentoo.org</email> - <name>Sergei Trofimovich</name> - </maintainer> <origin>gentoo-staging</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-util/xxdiff/metadata.xml b/dev-util/xxdiff/metadata.xml index 0c2a7a526662..90b853f1eb76 100644 --- a/dev-util/xxdiff/metadata.xml +++ b/dev-util/xxdiff/metadata.xml @@ -5,10 +5,6 @@ <email>qt@gentoo.org</email> <name>Gentoo Qt Project</name> </maintainer> - <maintainer type="person"> - <email>slyfox@gentoo.org</email> - <name>Sergei Trofimovich</name> - </maintainer> <origin>gentoo-staging</origin> </pkgmetadata>
\ No newline at end of file |
