summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2024-02-24 13:44:22 +0100
committerJakov Smolić <jsmolic@gentoo.org>2024-02-24 13:44:22 +0100
commit7dacc9de918521fcb769c6affed34b7eec207cc8 (patch)
tree03716d66cb6a99c4687f3170c51a8e85c8d1872a /dev-build
parentdev-build/tup: treeclean (diff)
downloadgentoo-7dacc9de918521fcb769c6affed34b7eec207cc8.tar.gz
gentoo-7dacc9de918521fcb769c6affed34b7eec207cc8.tar.bz2
gentoo-7dacc9de918521fcb769c6affed34b7eec207cc8.zip
dev-build/cons: treeclean
Closes: https://bugs.gentoo.org/803035 Closes: https://bugs.gentoo.org/833130 Closes: https://bugs.gentoo.org/711856 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-build')
-rw-r--r--dev-build/cons/Manifest1
-rw-r--r--dev-build/cons/cons-2.3.0-r1.ebuild31
-rw-r--r--dev-build/cons/metadata.xml8
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-build/cons/Manifest b/dev-build/cons/Manifest
deleted file mode 100644
index 167672cc3290..000000000000
--- a/dev-build/cons/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cons-2.3.0.tgz 235895 BLAKE2B 766b00824ede528c5d356eda40d3b2929b472720340c0f85add95ba13a5b172afaaa50c779e664cca1b5e74f9ed1d26cce8405f7994d9464a0693e5828963863 SHA512 a42b7537fa8c8cc179ff9e608e6cecfaec1ee0b2e1efb9b9b5992ced15867ca05155e87221e5fde6d912b94eac0d1a411c7feb528e882ed65ce9fb2a2d46be12
diff --git a/dev-build/cons/cons-2.3.0-r1.ebuild b/dev-build/cons/cons-2.3.0-r1.ebuild
deleted file mode 100644
index cbaeccacc605..000000000000
--- a/dev-build/cons/cons-2.3.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Extensible perl-based build utility"
-HOMEPAGE="https://www.gnu.org/software/cons/"
-SRC_URI="https://www.gnu.org/software/${PN}/stable/${P}.tgz
- https://www.gnu.org/software/${PN}/dev/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="2.2"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86"
-
-RDEPEND="dev-lang/perl
- virtual/perl-Digest-MD5
- !sci-biology/emboss"
-BDEPEND="${RDEPEND}
- app-arch/gzip"
-
-DOCS=( CHANGES INSTALL MANIFEST README RELEASE TODO )
-
-src_install() {
- dobin cons
-
- docinto html
- dodoc *.html
-
- gunzip cons.1.gz || die
- doman cons.1
-}
diff --git a/dev-build/cons/metadata.xml b/dev-build/cons/metadata.xml
deleted file mode 100644
index b0d83aa2e489..000000000000
--- a/dev-build/cons/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>base-system@gentoo.org</email>
- <name>Gentoo Base System</name>
- </maintainer>
-</pkgmetadata>