commit: 0ab6136abf3fdfc3a65ce23ec5c8b0306bd967e4 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Sep 2 08:20:15 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Sep 2 08:20:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab6136a
dev-util/coccigrep: Remove last-rited pkg Closes: https://bugs.gentoo.org/734630 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-util/coccigrep/Manifest | 1 - dev-util/coccigrep/coccigrep-1.13.ebuild | 60 -------------------------- dev-util/coccigrep/files/50coccigrep-gentoo.el | 4 -- dev-util/coccigrep/metadata.xml | 11 ----- profiles/package.mask | 1 - 5 files changed, 77 deletions(-) diff --git a/dev-util/coccigrep/Manifest b/dev-util/coccigrep/Manifest deleted file mode 100644 index 14ccef174ed..00000000000 --- a/dev-util/coccigrep/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST coccigrep-1.13.tar.gz 32366 BLAKE2B 8b9d8e0832c6bbacb3a8efd74ab8f4a0ec3112e935ddca63f345799ebc96a3dfbc8fe8e9fa77cee912d7dd5ee28c62e72ea00173e4ee4b16588b4b6e1eaf661c SHA512 d01baefe1c5f5d23ce03e5daccde0c38d4c05872313a0c8d15e53444c34fa6ae0db3b25bd62d8635a3f7b16e64767f92051c59d29bbd81cd24f94c9376af08ba diff --git a/dev-util/coccigrep/coccigrep-1.13.ebuild b/dev-util/coccigrep/coccigrep-1.13.ebuild deleted file mode 100644 index 896adfe6ed0..00000000000 --- a/dev-util/coccigrep/coccigrep-1.13.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 elisp-common - -DESCRIPTION="A semantic grep for the C language" -HOMEPAGE="http://home.regit.org/software/coccigrep/" -SRC_URI="https://github.com/regit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc emacs vim" - -RDEPEND="dev-util/coccinelle[python] - emacs? ( >=app-editors/emacs-23.1:* ) - vim? ( || ( app-editors/vim app-editors/gvim ) )" -DEPEND="doc? ( dev-python/sphinx ) - emacs? ( >=app-editors/emacs-23.1:* )" - -SITEFILE="50${PN}-gentoo.el" - -python_compile_all() { - use doc && emake -C doc html - - if use emacs ; then - elisp-compile editors/*.el || die - fi -} - -python_install_all() { - use doc && local HTML_DOCS="doc/_build/html/." - distutils-r1_python_install_all - - doman ${PN}.1 - - if use emacs ; then - elisp-install ${PN} editors/*.{el,elc} || die - elisp-site-file-install "${FILESDIR}"/${SITEFILE} || die - fi - - if use vim ; then - insinto /usr/share/vim/vimfiles/plugin - doins editors/cocci-grep.vim - fi -} - -pkg_postinst() { - use emacs && elisp-site-regen - - einfo "Syntax highlighting is supported through dev-python/pygments." - einfo "Install it if you want colorized output formats." -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/dev-util/coccigrep/files/50coccigrep-gentoo.el b/dev-util/coccigrep/files/50coccigrep-gentoo.el deleted file mode 100644 index 7fbc6b93e54..00000000000 --- a/dev-util/coccigrep/files/50coccigrep-gentoo.el +++ /dev/null @@ -1,4 +0,0 @@ -;;; coccigrep site-lisp configuration - -(add-to-list 'load-path "@SITELISP@") -(require 'cocci-grep) diff --git a/dev-util/coccigrep/metadata.xml b/dev-util/coccigrep/metadata.xml deleted file mode 100644 index 38144618c39..00000000000 --- a/dev-util/coccigrep/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <use> - <flag name="vim">Install the coccigrep vim plugin</flag> - </use> - <upstream> - <remote-id type="github">regit/coccigrep</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 9402349cb0a..262d414fa8c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -642,7 +642,6 @@ net-mail/libpst # bindings. dev-util/coccinelle has py2 bindings and fails to build # with python disabled (bug #701904). Both packages are unmaintained. # Removal in 30 days. Bug #734630. -dev-util/coccigrep dev-util/coccinelle # Mikle Kolyada <[email protected]> (2020-08-02)
