From 099a367cdd12aba4c41dd82e301b6938d51683f5 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 11 Jul 2020 21:13:21 +0200 Subject: app-text/editorconfig-core-c: Drop 0.12.3 (r0) Closes: https://github.com/gentoo/gentoo/pull/16669 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner Signed-off-by: Zac Medico --- .../editorconfig-core-c-0.12.3.ebuild | 39 ---------------------- 1 file changed, 39 deletions(-) delete mode 100644 app-text/editorconfig-core-c/editorconfig-core-c-0.12.3.ebuild (limited to 'app-text') diff --git a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.3.ebuild b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.3.ebuild deleted file mode 100644 index 98408d4748d3..000000000000 --- a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake-utils - -DESCRIPTION="EditorConfig core library written in C" -HOMEPAGE="https://github.com/editorconfig/editorconfig-core-c/" -SRC_URI="https://github.com/editorconfig/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" -IUSE="cli doc" -CDEPEND="dev-libs/libpcre:=" -DEPEND="${CDEPEND} - doc? ( app-doc/doxygen )" -RDEPEND="${CDEPEND} - cli? ( !dev-python/editorconfig-core-py[cli] )" - -src_prepare() { - sed -e 's:OUTPUT_NAME editorconfig_static:OUTPUT_NAME editorconfig:' \ - -i src/lib/CMakeLists.txt || die - cmake-utils_src_prepare -} - -src_configure() { - local mycmakeargs=() - use doc && mycmakeargs+=(-DINSTALL_HTML_DOC=ON) - cmake-utils_src_configure - sed -e "s:/share/doc/editorconfig\":/share/doc/${PF}\":" \ - -i "${BUILD_DIR}/doc/cmake_install.cmake" || die -} - -src_install() { - cmake-utils_src_install - use cli || rm -rf "${ED}/usr/bin" -} -- cgit v1.2.3-65-gdbad