diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-09-02 14:09:07 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-09-02 14:09:07 +0100 |
commit | b17a3ef12038de50228bade1f05502c74e135321 (patch) | |
tree | 9026dffec53f92cba48ca9a500a4f778e6304380 /dev-util/coccigrep | |
parent | 3cf7c3ef441822c889356fd1812ebf2944a59851 (diff) |
gentoo resync : 02.09.2020
Diffstat (limited to 'dev-util/coccigrep')
-rw-r--r-- | dev-util/coccigrep/Manifest | 4 | ||||
-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, 79 deletions
diff --git a/dev-util/coccigrep/Manifest b/dev-util/coccigrep/Manifest deleted file mode 100644 index 72717cd47529..000000000000 --- a/dev-util/coccigrep/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX 50coccigrep-gentoo.el 99 BLAKE2B 596f01a6ac85deca70bdcf4f50c2475c7a38e44926d719e0da5eb23a8c713f89ebad0182cdca66b3011029bcda14d0cde76d4a186a126e05b74a0ccaa8e9efd1 SHA512 13cf90c99017cfb865c1d41e9813bb20993b4a91419e4bcca6b5536e8c35bfb871616c5174dd08eb8f1726f05296205428d14eaf9e9fabcf08bff01b287581f4 -DIST coccigrep-1.13.tar.gz 32366 BLAKE2B 8b9d8e0832c6bbacb3a8efd74ab8f4a0ec3112e935ddca63f345799ebc96a3dfbc8fe8e9fa77cee912d7dd5ee28c62e72ea00173e4ee4b16588b4b6e1eaf661c SHA512 d01baefe1c5f5d23ce03e5daccde0c38d4c05872313a0c8d15e53444c34fa6ae0db3b25bd62d8635a3f7b16e64767f92051c59d29bbd81cd24f94c9376af08ba -EBUILD coccigrep-1.13.ebuild 1359 BLAKE2B af5e020596d8a540fa5ee2f7e5b7fb00476dbb80432896bdd4b31e00500c2e3896407692e7040564d027ebe1b177e9146727d99a5ed0809f08ea3de50be21786 SHA512 31f62ea2d68fecfaac808ab446c604750dffe6003d0c7a31f03b96461cb3afa3bce909611d2b1b9fa839cb2d3f094674a10efc817cec4371ca9a9ab4b468806a -MISC metadata.xml 321 BLAKE2B 58502481c090abd4b41a2c9ba39bd7027d03d2a02a65dc462e477917029df36663cac68e98b49d10b28bd73e5cc3a784e69fb1dc2771474f4d97f5f0a7c852e1 SHA512 7b6ae71b16416aa2847c902ebc176ececd5527177c85bfeb2f3e6d8a504405c7d1f34ccfaea2133f49f9052e86b89d8429322c2082f790c230e02da2ca10a2f6 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> |