mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-lua/luadoc: Remove last-rited pkg
Closes: https://bugs.gentoo.org/756343 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST luadoc-3.0.1.tar.gz 108824 BLAKE2B 52092feeb22cdcd7570ba5d54c57598d16688daba7c90d81dc975cfd2545c5e42e6f4b8f1bdc150c877f6b953cbb193d03d1a02f0ac48cfbc5cf1ec4a91b101c SHA512 413b40e72cc0699c00caf47fe3d7233c8619bfd6064eac001762bcb2ae0b21ccc6f800bd05566cd83924546e5616d1e5840d8bc20ec6d1f1c7a64910a9df6be2
|
||||
@@ -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/.
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<longdescription lang="en">
|
||||
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.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
@@ -226,11 +226,6 @@ app-text/cook
|
||||
# Removal in 30 days. (bug #756370)
|
||||
sys-block/rts_pstor
|
||||
|
||||
# Marek Szuba <marecki@gentoo.org> (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 <whissi@gentoo.org> (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.
|
||||
|
||||
Reference in New Issue
Block a user