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-lua/luadoc/, profiles/
Date: Sat, 26 Dec 2020 08:29:20
Message-Id: 1608971279.ec254e431444a672ebe444a61cacd04e960d41c6.mgorny@gentoo
1 commit: ec254e431444a672ebe444a61cacd04e960d41c6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 26 08:27:59 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 26 08:27:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec254e43
7
8 dev-lua/luadoc: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/756343
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-lua/luadoc/Manifest | 1 -
14 dev-lua/luadoc/luadoc-3.0.1.ebuild | 36 ------------------------------------
15 dev-lua/luadoc/metadata.xml | 11 -----------
16 profiles/package.mask | 5 -----
17 4 files changed, 53 deletions(-)
18
19 diff --git a/dev-lua/luadoc/Manifest b/dev-lua/luadoc/Manifest
20 deleted file mode 100644
21 index af6b1b70a67..00000000000
22 --- a/dev-lua/luadoc/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST luadoc-3.0.1.tar.gz 108824 BLAKE2B 52092feeb22cdcd7570ba5d54c57598d16688daba7c90d81dc975cfd2545c5e42e6f4b8f1bdc150c877f6b953cbb193d03d1a02f0ac48cfbc5cf1ec4a91b101c SHA512 413b40e72cc0699c00caf47fe3d7233c8619bfd6064eac001762bcb2ae0b21ccc6f800bd05566cd83924546e5616d1e5840d8bc20ec6d1f1c7a64910a9df6be2
26
27 diff --git a/dev-lua/luadoc/luadoc-3.0.1.ebuild b/dev-lua/luadoc/luadoc-3.0.1.ebuild
28 deleted file mode 100644
29 index c2d1de3b9b1..00000000000
30 --- a/dev-lua/luadoc/luadoc-3.0.1.ebuild
31 +++ /dev/null
32 @@ -1,36 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -DESCRIPTION="LuaDoc is a documentation tool for Lua source code"
39 -HOMEPAGE="http://luadoc.luaforge.net/"
40 -SRC_URI="http://luaforge.net/frs/download.php/3185/${P}.tar.gz"
41 -
42 -LICENSE="MIT"
43 -SLOT="0"
44 -KEYWORDS="amd64 arm ppc ppc64 x86"
45 -IUSE=""
46 -
47 -DEPEND=""
48 -RDEPEND=">=dev-lang/lua-5.1.3
49 - dev-lua/luafilesystem"
50 -
51 -src_prepare() {
52 - default
53 -
54 - sed -i \
55 - -e "s|/usr/local|\$(DESTDIR)/usr|" \
56 - -e "s|lib|$(get_libdir)|" \
57 - -e "s|lua5.1|lua|" \
58 - config || die
59 -
60 - # lua-5.1.3
61 - find . -name '*.lua' -exec sed -i -e "s/gfind/gmatch/g" {} + || die
62 -}
63 -
64 -src_install() {
65 - default
66 - docinto html
67 - dodoc -r doc/us/.
68 -}
69
70 diff --git a/dev-lua/luadoc/metadata.xml b/dev-lua/luadoc/metadata.xml
71 deleted file mode 100644
72 index 8f9a6deeebb..00000000000
73 --- a/dev-lua/luadoc/metadata.xml
74 +++ /dev/null
75 @@ -1,11 +0,0 @@
76 -<?xml version="1.0" encoding="UTF-8"?>
77 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
78 -<pkgmetadata>
79 - <!-- maintainer-needed -->
80 - <longdescription lang="en">
81 - LuaDoc is a documentation generator tool for Lua source code.
82 - It parses the declarations and documentation comments in a set of Lua
83 - source files and produces a set of XHTML pages describing the commented
84 - declarations and functions.
85 - </longdescription>
86 -</pkgmetadata>
87
88 diff --git a/profiles/package.mask b/profiles/package.mask
89 index 48d425d84ec..29cc70d6cb7 100644
90 --- a/profiles/package.mask
91 +++ b/profiles/package.mask
92 @@ -226,11 +226,6 @@ app-text/cook
93 # Removal in 30 days. (bug #756370)
94 sys-block/rts_pstor
95
96 -# Marek Szuba <marecki@g.o> (2020-11-24)
97 -# No releases since 2008, deprecated upstream in favour of dev-lua/ldoc,
98 -# unmaintained, no revdeps. Removal in 30 days (Bug #756343).
99 -dev-lua/luadoc
100 -
101 # Thomas Deutschmann <whissi@g.o> (2020-11-24)
102 # Serious data corruption bug when using XFS, see https://www.spinics.net/lists/linux-xfs/msg47004.html
103 # Feel free to manually unmask when not using XFS.