commit:     099a367cdd12aba4c41dd82e301b6938d51683f5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 11 19:13:21 2020 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Jul 12 03:10:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=099a367c

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 <asturm <AT> gentoo.org>
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 .../editorconfig-core-c-0.12.3.ebuild              | 39 ----------------------
 1 file changed, 39 deletions(-)

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 98408d4748d..00000000000
--- 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"
-}

Reply via email to