Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/coccigrep/, profiles/, dev-util/coccigrep/files/
Date: Wed, 02 Sep 2020 08:24:31
Message-Id: 1599034815.0ab6136abf3fdfc3a65ce23ec5c8b0306bd967e4.mgorny@gentoo
1 commit: 0ab6136abf3fdfc3a65ce23ec5c8b0306bd967e4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 08:20:15 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 08:20:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab6136a
7
8 dev-util/coccigrep: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/734630
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-util/coccigrep/Manifest | 1 -
14 dev-util/coccigrep/coccigrep-1.13.ebuild | 60 --------------------------
15 dev-util/coccigrep/files/50coccigrep-gentoo.el | 4 --
16 dev-util/coccigrep/metadata.xml | 11 -----
17 profiles/package.mask | 1 -
18 5 files changed, 77 deletions(-)
19
20 diff --git a/dev-util/coccigrep/Manifest b/dev-util/coccigrep/Manifest
21 deleted file mode 100644
22 index 14ccef174ed..00000000000
23 --- a/dev-util/coccigrep/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST coccigrep-1.13.tar.gz 32366 BLAKE2B 8b9d8e0832c6bbacb3a8efd74ab8f4a0ec3112e935ddca63f345799ebc96a3dfbc8fe8e9fa77cee912d7dd5ee28c62e72ea00173e4ee4b16588b4b6e1eaf661c SHA512 d01baefe1c5f5d23ce03e5daccde0c38d4c05872313a0c8d15e53444c34fa6ae0db3b25bd62d8635a3f7b16e64767f92051c59d29bbd81cd24f94c9376af08ba
27
28 diff --git a/dev-util/coccigrep/coccigrep-1.13.ebuild b/dev-util/coccigrep/coccigrep-1.13.ebuild
29 deleted file mode 100644
30 index 896adfe6ed0..00000000000
31 --- a/dev-util/coccigrep/coccigrep-1.13.ebuild
32 +++ /dev/null
33 @@ -1,60 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -PYTHON_COMPAT=( python2_7 )
39 -
40 -inherit distutils-r1 elisp-common
41 -
42 -DESCRIPTION="A semantic grep for the C language"
43 -HOMEPAGE="http://home.regit.org/software/coccigrep/"
44 -SRC_URI="https://github.com/regit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="GPL-3"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -IUSE="doc emacs vim"
50 -
51 -RDEPEND="dev-util/coccinelle[python]
52 - emacs? ( >=app-editors/emacs-23.1:* )
53 - vim? ( || ( app-editors/vim app-editors/gvim ) )"
54 -DEPEND="doc? ( dev-python/sphinx )
55 - emacs? ( >=app-editors/emacs-23.1:* )"
56 -
57 -SITEFILE="50${PN}-gentoo.el"
58 -
59 -python_compile_all() {
60 - use doc && emake -C doc html
61 -
62 - if use emacs ; then
63 - elisp-compile editors/*.el || die
64 - fi
65 -}
66 -
67 -python_install_all() {
68 - use doc && local HTML_DOCS="doc/_build/html/."
69 - distutils-r1_python_install_all
70 -
71 - doman ${PN}.1
72 -
73 - if use emacs ; then
74 - elisp-install ${PN} editors/*.{el,elc} || die
75 - elisp-site-file-install "${FILESDIR}"/${SITEFILE} || die
76 - fi
77 -
78 - if use vim ; then
79 - insinto /usr/share/vim/vimfiles/plugin
80 - doins editors/cocci-grep.vim
81 - fi
82 -}
83 -
84 -pkg_postinst() {
85 - use emacs && elisp-site-regen
86 -
87 - einfo "Syntax highlighting is supported through dev-python/pygments."
88 - einfo "Install it if you want colorized output formats."
89 -}
90 -
91 -pkg_postrm() {
92 - use emacs && elisp-site-regen
93 -}
94
95 diff --git a/dev-util/coccigrep/files/50coccigrep-gentoo.el b/dev-util/coccigrep/files/50coccigrep-gentoo.el
96 deleted file mode 100644
97 index 7fbc6b93e54..00000000000
98 --- a/dev-util/coccigrep/files/50coccigrep-gentoo.el
99 +++ /dev/null
100 @@ -1,4 +0,0 @@
101 -;;; coccigrep site-lisp configuration
102 -
103 -(add-to-list 'load-path "@SITELISP@")
104 -(require 'cocci-grep)
105
106 diff --git a/dev-util/coccigrep/metadata.xml b/dev-util/coccigrep/metadata.xml
107 deleted file mode 100644
108 index 38144618c39..00000000000
109 --- a/dev-util/coccigrep/metadata.xml
110 +++ /dev/null
111 @@ -1,11 +0,0 @@
112 -<?xml version="1.0" encoding="UTF-8"?>
113 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
114 -<pkgmetadata>
115 - <!-- maintainer-needed -->
116 - <use>
117 - <flag name="vim">Install the coccigrep vim plugin</flag>
118 - </use>
119 - <upstream>
120 - <remote-id type="github">regit/coccigrep</remote-id>
121 - </upstream>
122 -</pkgmetadata>
123
124 diff --git a/profiles/package.mask b/profiles/package.mask
125 index 9402349cb0a..262d414fa8c 100644
126 --- a/profiles/package.mask
127 +++ b/profiles/package.mask
128 @@ -642,7 +642,6 @@ net-mail/libpst
129 # bindings. dev-util/coccinelle has py2 bindings and fails to build
130 # with python disabled (bug #701904). Both packages are unmaintained.
131 # Removal in 30 days. Bug #734630.
132 -dev-util/coccigrep
133 dev-util/coccinelle
134
135 # Mikle Kolyada <zlogene@g.o> (2020-08-02)