summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-12-31 09:55:14 +0100
committerMichał Górny <mgorny@gentoo.org>2020-12-31 09:55:24 +0100
commitb3c700776fc915f9c984d96688253b40965edadc (patch)
tree6cc69474b59a560c36e693c1c50f2c8876dfb845 /app-text
parentdev-python/pyquery: Remove old (diff)
downloadgentoo-b3c700776fc915f9c984d96688253b40965edadc.tar.gz
gentoo-b3c700776fc915f9c984d96688253b40965edadc.tar.bz2
gentoo-b3c700776fc915f9c984d96688253b40965edadc.zip
app-text/cook: Remove last-rited pkg
Closes: https://bugs.gentoo.org/709512 Closes: https://bugs.gentoo.org/713300 Closes: https://bugs.gentoo.org/729518 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/cook/Manifest1
-rw-r--r--app-text/cook/cook-1.0.2-r1.ebuild41
-rw-r--r--app-text/cook/metadata.xml8
3 files changed, 0 insertions, 50 deletions
diff --git a/app-text/cook/Manifest b/app-text/cook/Manifest
deleted file mode 100644
index 0b3bfad195fe..000000000000
--- a/app-text/cook/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cook-1.0.2.tar.gz 139428 BLAKE2B c3f1a3e753a7de14fce4f357af64f99af5e0a515988bb2aef40b79a0cc70dcba4bb585c1fa31e0da1d235fc1c363e9693338756f2bd784898a7dc63944b9ed51 SHA512 6941d3541a6cccc18fcbf14128e0593556148d40f74715b0da943455a223099406d632466137fabef27a2083b582701df92666a1ad6e6a04f5d2d3dc0b62e1a1
diff --git a/app-text/cook/cook-1.0.2-r1.ebuild b/app-text/cook/cook-1.0.2-r1.ebuild
deleted file mode 100644
index 4c1343f0e2c4..000000000000
--- a/app-text/cook/cook-1.0.2-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit readme.gentoo-r1 toolchain-funcs
-
-DESCRIPTION="Embedded language which can be used as a macro preprocessor"
-HOMEPAGE="http://cook.sourceforge.net/"
-SRC_URI="mirror://sourceforge/cook/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86 ~x86-linux ~ppc-macos ~sparc-solaris"
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- CFLAGS="${CFLAGS}" \
- LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- newbin src/cook cookproc
-
- dodoc README doc/cook.txt doc/cook.html
- docinto examples
- dodoc test/pcb.dbdef test/pcb.dg test/pcbprol.ps test/tempsens.pcb
- docompress -x /usr/share/doc/${PF}/examples
-
- local DOC_CONTENTS="
- NOTICE:
- ${EPREFIX}/usr/bin/cook has been renamed to ${EPREFIX}/usr/bin/cookproc in Gentoo
- -- Karl Trygve Kalleberg <karltk@gentoo.org>"
- readme.gentoo_create_doc
- dodoc "${T}"/README.gentoo
-}
-
-pkg_postinst() {
- readme.gentoo_print_elog
-}
diff --git a/app-text/cook/metadata.xml b/app-text/cook/metadata.xml
deleted file mode 100644
index 7e1c91980a55..000000000000
--- a/app-text/cook/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="sourceforge">cook</remote-id>
- </upstream>
-</pkgmetadata>