commit: f2c692db399db77faf03da7fec6ea73ed12efdd7 Author: orbea <orbea <AT> riseup <DOT> net> AuthorDate: Wed Jul 12 15:28:02 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Aug 29 06:09:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2c692db
dev-util/tinycmmc: new package, add 0.1.0, 9999 Signed-off-by: orbea <orbea <AT> riseup.net> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/tinycmmc/Manifest | 1 + dev-util/tinycmmc/metadata.xml | 15 +++++++++++++++ dev-util/tinycmmc/tinycmmc-0.1.0.ebuild | 20 ++++++++++++++++++++ dev-util/tinycmmc/tinycmmc-9999.ebuild | 20 ++++++++++++++++++++ 4 files changed, 56 insertions(+) diff --git a/dev-util/tinycmmc/Manifest b/dev-util/tinycmmc/Manifest new file mode 100644 index 000000000000..4b84d407313d --- /dev/null +++ b/dev-util/tinycmmc/Manifest @@ -0,0 +1 @@ +DIST tinycmmc-0.1.0.tar.gz 10559 BLAKE2B 9708c6c95c5746d000bb02b46bc40b788b8b18d55d3bd2e97e88789f4b084e145db39e038b4d619c75273b8fd23713f6906a8618fa248664a468c60e1073000c SHA512 cf1e8108be2f5c8a23e08756b6f50a2493a688ffa8bd7a06a59330cdd74046035705f18d5f53a00d6779dafb76a2c529b4ca9be7e53ff2660d718e8f68544769 diff --git a/dev-util/tinycmmc/metadata.xml b/dev-util/tinycmmc/metadata.xml new file mode 100644 index 000000000000..a85353b5969e --- /dev/null +++ b/dev-util/tinycmmc/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>[email protected]</email> + <name>orbea</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <remote-id type="github">Grumbel/tinycmmc</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-util/tinycmmc/tinycmmc-0.1.0.ebuild b/dev-util/tinycmmc/tinycmmc-0.1.0.ebuild new file mode 100644 index 000000000000..d36c835eb825 --- /dev/null +++ b/dev-util/tinycmmc/tinycmmc-0.1.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +if [[ ${PV} == 9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/Grumbel/${PN}.git" +else + SRC_URI="https://github.com/Grumbel/${PN}/archive/v${PV}/${P}.tar.gz" + KEYWORDS="~amd64" +fi + +DESCRIPTION="Tiny CMake Module Collections" +HOMEPAGE="https://github.com/Grumbel/tinycmmc" + +LICENSE="GPL-3+" +SLOT="0" diff --git a/dev-util/tinycmmc/tinycmmc-9999.ebuild b/dev-util/tinycmmc/tinycmmc-9999.ebuild new file mode 100644 index 000000000000..ecaf99a1a6db --- /dev/null +++ b/dev-util/tinycmmc/tinycmmc-9999.ebuild @@ -0,0 +1,20 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +if [[ ${PV} == 9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/Grumbel/${PN}.git" +else + SRC_URI="https://github.com/Grumbel/${PN}/archive/v${PV}/${P}.tar.gz" + KEYWORDS="~amd64" +fi + +DESCRIPTION="Tiny CMake Module Collections" +HOMEPAGE="https://github.com/Grumbel/tinycmmc" + +LICENSE="ZLIB" +SLOT="0"
