diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-02 10:20:15 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-02 10:20:15 +0200 |
commit | 0ab6136abf3fdfc3a65ce23ec5c8b0306bd967e4 (patch) | |
tree | a7b5b01b0b18e81fa6c84c5d842be229f5702cec /dev-util/coccigrep | |
parent | dev-vcs/rapidsvn: Remove last-rited pkg (diff) | |
download | gentoo-0ab6136abf3fdfc3a65ce23ec5c8b0306bd967e4.tar.gz gentoo-0ab6136abf3fdfc3a65ce23ec5c8b0306bd967e4.tar.bz2 gentoo-0ab6136abf3fdfc3a65ce23ec5c8b0306bd967e4.zip |
dev-util/coccigrep: Remove last-rited pkg
Closes: https://bugs.gentoo.org/734630
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/coccigrep')
-rw-r--r-- | dev-util/coccigrep/Manifest | 1 | ||||
-rw-r--r-- | dev-util/coccigrep/coccigrep-1.13.ebuild | 60 | ||||
-rw-r--r-- | dev-util/coccigrep/files/50coccigrep-gentoo.el | 4 | ||||
-rw-r--r-- | dev-util/coccigrep/metadata.xml | 11 |
4 files changed, 0 insertions, 76 deletions
diff --git a/dev-util/coccigrep/Manifest b/dev-util/coccigrep/Manifest deleted file mode 100644 index 14ccef174eda..000000000000 --- 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 896adfe6ed09..000000000000 --- 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 7fbc6b93e541..000000000000 --- 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 38144618c397..000000000000 --- 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> |