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: app-text/cook/, profiles/
Date: Thu, 31 Dec 2020 08:58:18
Message-Id: 1609404924.b3c700776fc915f9c984d96688253b40965edadc.mgorny@gentoo
1 commit: b3c700776fc915f9c984d96688253b40965edadc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 08:55:14 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 08:55:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3c70077
7
8 app-text/cook: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/709512
11 Closes: https://bugs.gentoo.org/713300
12 Closes: https://bugs.gentoo.org/729518
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 app-text/cook/Manifest | 1 -
16 app-text/cook/cook-1.0.2-r1.ebuild | 41 --------------------------------------
17 app-text/cook/metadata.xml | 8 --------
18 profiles/package.mask | 5 -----
19 4 files changed, 55 deletions(-)
20
21 diff --git a/app-text/cook/Manifest b/app-text/cook/Manifest
22 deleted file mode 100644
23 index 0b3bfad195f..00000000000
24 --- a/app-text/cook/Manifest
25 +++ /dev/null
26 @@ -1 +0,0 @@
27 -DIST cook-1.0.2.tar.gz 139428 BLAKE2B c3f1a3e753a7de14fce4f357af64f99af5e0a515988bb2aef40b79a0cc70dcba4bb585c1fa31e0da1d235fc1c363e9693338756f2bd784898a7dc63944b9ed51 SHA512 6941d3541a6cccc18fcbf14128e0593556148d40f74715b0da943455a223099406d632466137fabef27a2083b582701df92666a1ad6e6a04f5d2d3dc0b62e1a1
28
29 diff --git a/app-text/cook/cook-1.0.2-r1.ebuild b/app-text/cook/cook-1.0.2-r1.ebuild
30 deleted file mode 100644
31 index 4c1343f0e2c..00000000000
32 --- a/app-text/cook/cook-1.0.2-r1.ebuild
33 +++ /dev/null
34 @@ -1,41 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -inherit readme.gentoo-r1 toolchain-funcs
41 -
42 -DESCRIPTION="Embedded language which can be used as a macro preprocessor"
43 -HOMEPAGE="http://cook.sourceforge.net/"
44 -SRC_URI="mirror://sourceforge/cook/${P}.tar.gz"
45 -
46 -LICENSE="GPL-2"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ppc x86 ~x86-linux ~ppc-macos ~sparc-solaris"
49 -
50 -src_compile() {
51 - emake \
52 - CC="$(tc-getCC)" \
53 - CFLAGS="${CFLAGS}" \
54 - LDFLAGS="${LDFLAGS}"
55 -}
56 -
57 -src_install() {
58 - newbin src/cook cookproc
59 -
60 - dodoc README doc/cook.txt doc/cook.html
61 - docinto examples
62 - dodoc test/pcb.dbdef test/pcb.dg test/pcbprol.ps test/tempsens.pcb
63 - docompress -x /usr/share/doc/${PF}/examples
64 -
65 - local DOC_CONTENTS="
66 - NOTICE:
67 - ${EPREFIX}/usr/bin/cook has been renamed to ${EPREFIX}/usr/bin/cookproc in Gentoo
68 - -- Karl Trygve Kalleberg <karltk@g.o>"
69 - readme.gentoo_create_doc
70 - dodoc "${T}"/README.gentoo
71 -}
72 -
73 -pkg_postinst() {
74 - readme.gentoo_print_elog
75 -}
76
77 diff --git a/app-text/cook/metadata.xml b/app-text/cook/metadata.xml
78 deleted file mode 100644
79 index 7e1c91980a5..00000000000
80 --- a/app-text/cook/metadata.xml
81 +++ /dev/null
82 @@ -1,8 +0,0 @@
83 -<?xml version="1.0" encoding="UTF-8"?>
84 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
85 -<pkgmetadata>
86 - <!-- maintainer-needed -->
87 - <upstream>
88 - <remote-id type="sourceforge">cook</remote-id>
89 - </upstream>
90 -</pkgmetadata>
91
92 diff --git a/profiles/package.mask b/profiles/package.mask
93 index 6617d8e9e8a..f1bf529c7a0 100644
94 --- a/profiles/package.mask
95 +++ b/profiles/package.mask
96 @@ -265,11 +265,6 @@ net-analyzer/dosdetector
97 # Removal in 30 days. Bug #734732.
98 dev-libs/libclangformat-ide
99
100 -# David Seifert <soap@g.o> (2020-11-28)
101 -# Last release in 2002, multiple open bugs, no maintainer, no revdeps.
102 -# Bug #709512, #713300, #729518, Removal in 30 days.
103 -app-text/cook
104 -
105 # Thomas Deutschmann <whissi@g.o> (2020-11-24)
106 # Serious data corruption bug when using XFS, see https://www.spinics.net/lists/linux-xfs/msg47004.html
107 # Feel free to manually unmask when not using XFS.