diff options
author | 2022-09-15 13:23:48 +0300 | |
---|---|---|
committer | 2022-09-15 13:23:48 +0300 | |
commit | 90209b21cf291230123bdfcd6ee1559a03f6c975 (patch) | |
tree | e3a8a8cebcde4e91af061ed2db3a82dfb6045b49 /dev-util/uncrustify | |
parent | dev-cpp/amqp-cpp: add 4.3.17, drop 4.3.10-r1 (diff) | |
download | gentoo-90209b21cf291230123bdfcd6ee1559a03f6c975.tar.gz gentoo-90209b21cf291230123bdfcd6ee1559a03f6c975.tar.bz2 gentoo-90209b21cf291230123bdfcd6ee1559a03f6c975.zip |
dev-util/uncrustify: add new version
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'dev-util/uncrustify')
-rw-r--r-- | dev-util/uncrustify/Manifest | 3 | ||||
-rw-r--r-- | dev-util/uncrustify/uncrustify-0.74.0.ebuild | 31 | ||||
-rw-r--r-- | dev-util/uncrustify/uncrustify-0.75.1.ebuild (renamed from dev-util/uncrustify/uncrustify-0.72.0.ebuild) | 2 |
3 files changed, 2 insertions, 34 deletions
diff --git a/dev-util/uncrustify/Manifest b/dev-util/uncrustify/Manifest index c4a0b51af119..98edbbf2fe54 100644 --- a/dev-util/uncrustify/Manifest +++ b/dev-util/uncrustify/Manifest @@ -1,3 +1,2 @@ DIST uncrustify-0.71.0.tar.gz 1704631 BLAKE2B 3dc9122647e2c173a776c4ad24c93d7b88fdd00c6c4f3070e68fd7a272218335063d8563446a3c8e72ff68e41d00a265aca76682a8cea201a33230377d7e425a SHA512 220ecbebb1c1d6abadb96c339e4ca9b264a04fa08bc83e9b0fabba5fae425efd1911d175d18b635521614ec9c33aa389fadaeec62ebf28a5d71e595900a92181 -DIST uncrustify-0.72.0.tar.gz 1530850 BLAKE2B 59b3ff4b47fee1f2a303e237d46b5fb656041e4d397aa97862cc7aebb6a5e705d036889a7b492bbe4393537ff52cf78af46bbe513e71aef19fca1388e3ffa79b SHA512 bfcbdf0d8198e1dd91f1c8283441a56669610a84d55a17cdd504571da09b26fef026fd3f753acd9950e498f574e6771a206c72b76ffdea97747b7a4fdb481862 -DIST uncrustify-0.74.0.tar.gz 1565507 BLAKE2B b3e8289b68d859e9e52c16c4fc2c2cb2708314af20b2e8396ae5311374aace98a1d3ebba3173a0b0260c24f5a847d3a91aec03c9f65a69b1c5584c86950663d6 SHA512 97348bf151464e12e292a38dfdbb98d62c15bdd7dd990da7c8854969ceb53d6f70a0873a6e09b9978291010615dda29c3486a4e8a77dc1bfb881c34df01143c5 +DIST uncrustify-0.75.1.tar.gz 1603502 BLAKE2B 096a933757b2894f61cf0630f1329f7c118e28469f8bf14b4bc696ffeed031792829a0bb6432c528610e0d58ea3a0a3c007b2d9821f855d646b330fad6e25f2a SHA512 105e723a3421153919f7280288559cdf6a0ff80bf37575348195f8f83f3f3863b0084911ec8b07b0a88147bd8321698e1108c91fa3892fdaed59048d4057e3de diff --git a/dev-util/uncrustify/uncrustify-0.74.0.ebuild b/dev-util/uncrustify/uncrustify-0.74.0.ebuild deleted file mode 100644 index e4c34c2bcb23..000000000000 --- a/dev-util/uncrustify/uncrustify-0.74.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" - scm_eclass=git-r3 -else - KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" - SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz" - S=${WORKDIR}/${PN}-${P} -fi - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit cmake python-any-r1 ${scm_eclass} - -DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier" -HOMEPAGE="http://uncrustify.sourceforge.net/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND="test? ( ${PYTHON_DEPS} )" - -pkg_setup() { - use test && python-any-r1_pkg_setup -} diff --git a/dev-util/uncrustify/uncrustify-0.72.0.ebuild b/dev-util/uncrustify/uncrustify-0.75.1.ebuild index e4c34c2bcb23..7d5daa8187dd 100644 --- a/dev-util/uncrustify/uncrustify-0.72.0.ebuild +++ b/dev-util/uncrustify/uncrustify-0.75.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 |