diff options
-rw-r--r-- | dev-util/uncrustify/Manifest | 1 | ||||
-rw-r--r-- | dev-util/uncrustify/uncrustify-0.70.1.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-util/uncrustify/Manifest b/dev-util/uncrustify/Manifest deleted file mode 100644 index c0b2811..0000000 --- a/dev-util/uncrustify/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST uncrustify-0.70.1.tar.gz 1644844 BLAKE2B 9112cf7297e99f823f2bbca017c389c2ec1edd801298d39b4875b4ec9f6f1394e1c53d76240fef366027226eaca353da225bea710fbcb9e7004fdffeb214ac1c SHA512 d28f02d5c82e3b398fd0391fe49eb1260a905e525c7c4b513ccea68ffff480d96cd77936267dd7d6870a59903c72578efc0ff85696c877caf1f1c89160c79334 diff --git a/dev-util/uncrustify/uncrustify-0.70.1.ebuild b/dev-util/uncrustify/uncrustify-0.70.1.ebuild deleted file mode 100644 index 85a400d..0000000 --- a/dev-util/uncrustify/uncrustify-0.70.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 - -inherit cmake-utils ${scm_eclass} - -PYTHON_COMPAT=( python2_7 ) - -inherit python-any-r1 - -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 )" - -DEPEND="test? ( ${PYTHON_DEPS} )" - -python_test() { - cd tests - ${EPYTHON} run_tests.py || die "tests failed" -} |