From 2771f79232c273bc2a57d23bf335dd81ccf6af28 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 5 Dec 2021 02:47:11 +0000 Subject: gentoo resync : 05.12.2021 --- dev-util/complexity/Manifest | 2 +- dev-util/complexity/complexity-1.10-r1.ebuild | 18 ++++++++++++++++++ dev-util/complexity/complexity-1.10.ebuild | 20 -------------------- 3 files changed, 19 insertions(+), 21 deletions(-) create mode 100644 dev-util/complexity/complexity-1.10-r1.ebuild delete mode 100644 dev-util/complexity/complexity-1.10.ebuild (limited to 'dev-util/complexity') diff --git a/dev-util/complexity/Manifest b/dev-util/complexity/Manifest index 86e88a363f36..2d78b960a9b2 100644 --- a/dev-util/complexity/Manifest +++ b/dev-util/complexity/Manifest @@ -1,3 +1,3 @@ DIST complexity-1.10.tar.xz 422012 BLAKE2B 7010647a6de95bed56a724aa890a4d07f4a671ec0190eb9ebdff8d1db0bd1c73916dca17641dc539a5492dd3acf7c666b9c2812b82b980af8b4ebcd951dc15a4 SHA512 3c9a935b55981a420f5f81b055c921fee96f294bf052fa8f7b7299a538b154659161e24bcce549e2a20706273c48870477cb26c4b4120658de985ab653a90bf1 -EBUILD complexity-1.10.ebuild 459 BLAKE2B 451a5e6eb5fbfff3ff08dd4d8f31e55ea17b909608e7e2f8f4beb1f3637e2d1e566afda2f62d946b30fcd663508238a0d1fe361c8ce15754bfa5f064b23b2142 SHA512 1bd7ec4ed193f532ec48fa6c43d54ec3ac4768e129dfb1cf59c8233759d6d125f9b3f71ee2d003c9bb499c1acaf786f153ded6e2c62c126111ff7566ec49c38d +EBUILD complexity-1.10-r1.ebuild 462 BLAKE2B 67ed0b28cc43ab45978faae39e70a90af4fa30864c0a23fd94f0fd71bfe988de6090931bbaa762ec9b35971bea2a34f08f135b9ea55007d72c49ddd26063c7c2 SHA512 93388ae5794b930a8e22eeb68677ac583a775b009fddfd5dabd2437cb3f1429c8050640eb78f1bf9ee18fb2316edbb818b544c1f08a174aa33c7915bf1aefe55 MISC metadata.xml 167 BLAKE2B 868e3b584722eaacf68273db062bb773d8c7e5d7ab2b81ca7e8397643bf7cc106c3a1033594401c99c54f667bb45d6b73f9048fc335580bbd44b4589ad26a832 SHA512 30caadd1496c3b9969136038239a1d8e01f236726b4022c2d7e19ca7575f25f735e556835e581afbf44fbd3e4104c40f2b5ef5fa70118d75c881fdf871962d0a diff --git a/dev-util/complexity/complexity-1.10-r1.ebuild b/dev-util/complexity/complexity-1.10-r1.ebuild new file mode 100644 index 000000000000..2594e392799e --- /dev/null +++ b/dev-util/complexity/complexity-1.10-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="a tool designed for analyzing the complexity of C program functions" +HOMEPAGE="https://www.gnu.org/software/complexity/" +SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~x86" + +RDEPEND=">=sys-devel/autogen-5.11.7" +DEPEND="${RDEPEND}" +BDEPEND="sys-devel/libtool" + +DOCS=( AUTHORS ChangeLog NEWS ) diff --git a/dev-util/complexity/complexity-1.10.ebuild b/dev-util/complexity/complexity-1.10.ebuild deleted file mode 100644 index 889a75348459..000000000000 --- a/dev-util/complexity/complexity-1.10.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="a tool designed for analyzing the complexity of C program functions" -HOMEPAGE="https://www.gnu.org/software/complexity/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" - -RDEPEND=">=sys-devel/autogen-5.11.7" -DEPEND=" - ${RDEPEND} - sys-devel/libtool -" - -DOCS=( AUTHORS ChangeLog NEWS ) -- cgit v1.2.3