From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F35B1382C5 for ; Sat, 26 Dec 2020 08:29:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D455E0C03; Sat, 26 Dec 2020 08:29:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F17CE0C03 for ; Sat, 26 Dec 2020 08:29:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 63CAA341A2C for ; Sat, 26 Dec 2020 08:29:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05CD84E for ; Sat, 26 Dec 2020 08:29:17 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1608971279.ec254e431444a672ebe444a61cacd04e960d41c6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luadoc/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/luadoc/Manifest dev-lua/luadoc/luadoc-3.0.1.ebuild dev-lua/luadoc/metadata.xml profiles/package.mask X-VCS-Directories: profiles/ dev-lua/luadoc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ec254e431444a672ebe444a61cacd04e960d41c6 X-VCS-Branch: master Date: Sat, 26 Dec 2020 08:29:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a4ca33a4-8479-4831-811b-9c2839cfcedf X-Archives-Hash: 8d53840911fbb499aba247851c8aba9c commit: ec254e431444a672ebe444a61cacd04e960d41c6 Author: Michał Górny gentoo org> AuthorDate: Sat Dec 26 08:27:59 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 26 08:27:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec254e43 dev-lua/luadoc: Remove last-rited pkg Closes: https://bugs.gentoo.org/756343 Signed-off-by: Michał Górny gentoo.org> dev-lua/luadoc/Manifest | 1 - dev-lua/luadoc/luadoc-3.0.1.ebuild | 36 ------------------------------------ dev-lua/luadoc/metadata.xml | 11 ----------- profiles/package.mask | 5 ----- 4 files changed, 53 deletions(-) diff --git a/dev-lua/luadoc/Manifest b/dev-lua/luadoc/Manifest deleted file mode 100644 index af6b1b70a67..00000000000 --- a/dev-lua/luadoc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST luadoc-3.0.1.tar.gz 108824 BLAKE2B 52092feeb22cdcd7570ba5d54c57598d16688daba7c90d81dc975cfd2545c5e42e6f4b8f1bdc150c877f6b953cbb193d03d1a02f0ac48cfbc5cf1ec4a91b101c SHA512 413b40e72cc0699c00caf47fe3d7233c8619bfd6064eac001762bcb2ae0b21ccc6f800bd05566cd83924546e5616d1e5840d8bc20ec6d1f1c7a64910a9df6be2 diff --git a/dev-lua/luadoc/luadoc-3.0.1.ebuild b/dev-lua/luadoc/luadoc-3.0.1.ebuild deleted file mode 100644 index c2d1de3b9b1..00000000000 --- a/dev-lua/luadoc/luadoc-3.0.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="LuaDoc is a documentation tool for Lua source code" -HOMEPAGE="http://luadoc.luaforge.net/" -SRC_URI="http://luaforge.net/frs/download.php/3185/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm ppc ppc64 x86" -IUSE="" - -DEPEND="" -RDEPEND=">=dev-lang/lua-5.1.3 - dev-lua/luafilesystem" - -src_prepare() { - default - - sed -i \ - -e "s|/usr/local|\$(DESTDIR)/usr|" \ - -e "s|lib|$(get_libdir)|" \ - -e "s|lua5.1|lua|" \ - config || die - - # lua-5.1.3 - find . -name '*.lua' -exec sed -i -e "s/gfind/gmatch/g" {} + || die -} - -src_install() { - default - docinto html - dodoc -r doc/us/. -} diff --git a/dev-lua/luadoc/metadata.xml b/dev-lua/luadoc/metadata.xml deleted file mode 100644 index 8f9a6deeebb..00000000000 --- a/dev-lua/luadoc/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - LuaDoc is a documentation generator tool for Lua source code. - It parses the declarations and documentation comments in a set of Lua - source files and produces a set of XHTML pages describing the commented - declarations and functions. - - diff --git a/profiles/package.mask b/profiles/package.mask index 48d425d84ec..29cc70d6cb7 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -226,11 +226,6 @@ app-text/cook # Removal in 30 days. (bug #756370) sys-block/rts_pstor -# Marek Szuba (2020-11-24) -# No releases since 2008, deprecated upstream in favour of dev-lua/ldoc, -# unmaintained, no revdeps. Removal in 30 days (Bug #756343). -dev-lua/luadoc - # Thomas Deutschmann (2020-11-24) # Serious data corruption bug when using XFS, see https://www.spinics.net/lists/linux-xfs/msg47004.html # Feel free to manually unmask when not using XFS.