Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/selfhtml/, profiles/
Date: Wed, 22 Dec 2021 11:24:02
Message-Id: 1640172182.03ad5988db8d6f82638e72e59a8bd94d5885e8a3.jsmolic@gentoo
1 commit: 03ad5988db8d6f82638e72e59a8bd94d5885e8a3
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 22 11:19:24 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 22 11:23:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03ad5988
7
8 app-doc/selfhtml: treeclean
9
10 Closes: https://bugs.gentoo.org/826454
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 app-doc/selfhtml/Manifest | 1 -
14 app-doc/selfhtml/metadata.xml | 6 ------
15 app-doc/selfhtml/selfhtml-8.1.2.ebuild | 20 --------------------
16 profiles/package.mask | 8 --------
17 4 files changed, 35 deletions(-)
18
19 diff --git a/app-doc/selfhtml/Manifest b/app-doc/selfhtml/Manifest
20 deleted file mode 100644
21 index a1bf35c3c8d3..000000000000
22 --- a/app-doc/selfhtml/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST selfhtml812.zip 8435931 BLAKE2B cad5a3284b09b73c23d43b3655c2f1df16832c2ac46c6b7e135d233396653de387e18da5d786e3899539dcc32fc30be4f977bc9a1ca687962666d53527b47da3 SHA512 95df63a90ee42e5c890aa42453987821ded0b89d008cebd334f853ce638670cda7f352923130853a8b8af10a4a8caf0b69a3f887aec514bc2c0bc8eb0e8450a5
26
27 diff --git a/app-doc/selfhtml/metadata.xml b/app-doc/selfhtml/metadata.xml
28 deleted file mode 100644
29 index 7c487e08141e..000000000000
30 --- a/app-doc/selfhtml/metadata.xml
31 +++ /dev/null
32 @@ -1,6 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 -<!-- maintainer-needed -->
37 -<stabilize-allarches/>
38 -</pkgmetadata>
39
40 diff --git a/app-doc/selfhtml/selfhtml-8.1.2.ebuild b/app-doc/selfhtml/selfhtml-8.1.2.ebuild
41 deleted file mode 100644
42 index a856a39ecf60..000000000000
43 --- a/app-doc/selfhtml/selfhtml-8.1.2.ebuild
44 +++ /dev/null
45 @@ -1,20 +0,0 @@
46 -# Copyright 1999-2020 Gentoo Authors
47 -# Distributed under the terms of the GNU General Public License v2
48 -
49 -EAPI=5
50 -
51 -S=${WORKDIR}
52 -TARGET=/usr/share/doc/${PF}/html
53 -DESCRIPTION="\"The\" German HTML/XHTML/CSS/XML/DHTML/CGI/Perl/JavaScript Documentation"
54 -SRC_URI="http://aktuell.de.selfhtml.org/cgi-bin/selfdown/download.pl/${PN}${PV//\./}.zip"
55 -HOMEPAGE="http://selfhtml.org"
56 -DEPEND="app-arch/unzip"
57 -SLOT="0"
58 -LICENSE="selfhtml"
59 -KEYWORDS="~alpha amd64 hppa ~mips ppc sparc x86"
60 -IUSE=""
61 -
62 -src_install() {
63 - dodir "${TARGET}"
64 - cp -pR "${S}/"* "${D}${TARGET}"
65 -}
66
67 diff --git a/profiles/package.mask b/profiles/package.mask
68 index 9803cc6ba6c2..aac1d562be1b 100644
69 --- a/profiles/package.mask
70 +++ b/profiles/package.mask
71 @@ -369,14 +369,6 @@ app-text/dbacl
72 # Removal in 30 days
73 net-misc/quagga
74
75 -# Marek Szuba <marecki@g.o> (2021-11-22)
76 -# Upstream switched from static documentation to the Wiki format
77 -# around 10 years ago, and the ebuild we've got in the tree was
78 -# massively outdated even then (our version: 812, last static
79 -# upstream version: 2001). No maintainer in Gentoo, EAPI 5.
80 -# Removal in 30 days. Bug #826454
81 -app-doc/selfhtml
82 -
83 # Stephan Hartmann <sultan@g.o> (2021-11-22)
84 # Dev channel releases are only for people who
85 # are developers or want more experimental features