[gentoo-commits] repo/gentoo:master commit in: dev-lua/luadoc/, profiles/

2020-12-26 Thread Michał Górny
commit: ec254e431444a672ebe444a61cacd04e960d41c6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 26 08:27:59 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 26 08:27:59 2020 +
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..000
--- 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..000
--- 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..000
--- a/dev-lua/luadoc/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-  
-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.



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luadoc/

2020-01-09 Thread Rafael Martins
commit: 79fe2a0186ceeb9da33259d15071bfbda52fceaa
Author: Rafael Martins  gentoo  org>
AuthorDate: Thu Jan  9 18:25:18 2020 +
Commit: Rafael Martins  gentoo  org>
CommitDate: Thu Jan  9 18:40:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79fe2a01

dev-lua/luadoc: drop to maintainer-needed

Signed-off-by: Rafael Martins  gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.16

 dev-lua/luadoc/metadata.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-lua/luadoc/metadata.xml b/dev-lua/luadoc/metadata.xml
index fe12f6f53b3..8f9a6deeebb 100644
--- a/dev-lua/luadoc/metadata.xml
+++ b/dev-lua/luadoc/metadata.xml
@@ -1,9 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-rafaelmart...@gentoo.org
-  
+  
   
 LuaDoc is a documentation generator tool for Lua source code.
 It parses the declarations and documentation comments in a set of Lua



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luadoc/

2019-11-10 Thread Michał Górny
commit: 3b40d81cf4fb2c88397575ee400cdcd4eba9aea9
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 10 11:09:04 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 10 11:24:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b40d81c

dev-lua/luadoc: Bump to EAPI 7

Closes: https://bugs.gentoo.org/697354
Signed-off-by: Michał Górny  gentoo.org>

 dev-lua/luadoc/luadoc-3.0.1.ebuild | 19 +--
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/dev-lua/luadoc/luadoc-3.0.1.ebuild 
b/dev-lua/luadoc/luadoc-3.0.1.ebuild
index 801cfcd9867..c2d1de3b9b1 100644
--- a/dev-lua/luadoc/luadoc-3.0.1.ebuild
+++ b/dev-lua/luadoc/luadoc-3.0.1.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=7
 
-inherit multilib
 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;
@@ -17,9 +16,9 @@ DEPEND=""
 RDEPEND=">=dev-lang/lua-5.1.3
dev-lua/luafilesystem"
 
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
+src_prepare() {
+   default
+
sed -i \
-e "s|/usr/local|\$(DESTDIR)/usr|" \
-e "s|lib|$(get_libdir)|" \
@@ -27,11 +26,11 @@ src_unpack() {
config || die
 
# lua-5.1.3
-   find . -name '*.lua' | xargs sed -i -e "s/gfind/gmatch/g" || die
+   find . -name '*.lua' -exec sed -i -e "s/gfind/gmatch/g" {} + || die
 }
 
 src_install() {
-   emake DESTDIR="${D}" install || die
-   dodoc README
-   dohtml -r doc/us/*
+   default
+   docinto html
+   dodoc -r doc/us/.
 }



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luadoc/, dev-lua/luafilesystem/, dev-lua/lgi/

2019-10-11 Thread Michał Górny
commit: b5fe1cd343a4ba32f64798865954a65080cae10e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:34:28 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:34:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5fe1cd3

dev-lua: Remove *-fbsd KEYWORDS

Signed-off-by: Michał Górny  gentoo.org>

 dev-lua/lgi/lgi-0.6.2-r1.ebuild  | 2 +-
 dev-lua/lgi/lgi-0.6.2.ebuild | 2 +-
 dev-lua/lgi/lgi-0.7.2.ebuild | 2 +-
 dev-lua/lgi/lgi-0.9.0-r1.ebuild  | 2 +-
 dev-lua/lgi/lgi-0.9.0.ebuild | 2 +-
 dev-lua/luadoc/luadoc-3.0.1.ebuild   | 2 +-
 dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild | 2 +-
 dev-lua/luafilesystem/luafilesystem-1.6.2.ebuild | 2 +-
 dev-lua/luafilesystem/luafilesystem-1.6.3.ebuild | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev-lua/lgi/lgi-0.6.2-r1.ebuild b/dev-lua/lgi/lgi-0.6.2-r1.ebuild
index 3128ed21037..51f313d0033 100644
--- a/dev-lua/lgi/lgi-0.6.2-r1.ebuild
+++ b/dev-lua/lgi/lgi-0.6.2-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/downloads/pavouk/lgi/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="examples test"
 
 RDEPEND=">=dev-lang/lua-5.1

diff --git a/dev-lua/lgi/lgi-0.6.2.ebuild b/dev-lua/lgi/lgi-0.6.2.ebuild
index aa861d1a7ab..d4b92fec99e 100644
--- a/dev-lua/lgi/lgi-0.6.2.ebuild
+++ b/dev-lua/lgi/lgi-0.6.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/downloads/pavouk/lgi/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND=">=dev-lang/lua-5.1

diff --git a/dev-lua/lgi/lgi-0.7.2.ebuild b/dev-lua/lgi/lgi-0.7.2.ebuild
index bd19c1f0485..27adc4c0de9 100644
--- a/dev-lua/lgi/lgi-0.7.2.ebuild
+++ b/dev-lua/lgi/lgi-0.7.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/pavouk/lgi/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 arm ppc ppc64 x86"
 IUSE="examples test"
 
 RDEPEND=">=dev-lang/lua-5.1

diff --git a/dev-lua/lgi/lgi-0.9.0-r1.ebuild b/dev-lua/lgi/lgi-0.9.0-r1.ebuild
index b0035719374..4a200b202b7 100644
--- a/dev-lua/lgi/lgi-0.9.0-r1.ebuild
+++ b/dev-lua/lgi/lgi-0.9.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/pavouk/lgi/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="examples test"
 
 RDEPEND=">=dev-lang/lua-5.1

diff --git a/dev-lua/lgi/lgi-0.9.0.ebuild b/dev-lua/lgi/lgi-0.9.0.ebuild
index bd19c1f0485..27adc4c0de9 100644
--- a/dev-lua/lgi/lgi-0.9.0.ebuild
+++ b/dev-lua/lgi/lgi-0.9.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/pavouk/lgi/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 arm ppc ppc64 x86"
 IUSE="examples test"
 
 RDEPEND=">=dev-lang/lua-5.1

diff --git a/dev-lua/luadoc/luadoc-3.0.1.ebuild 
b/dev-lua/luadoc/luadoc-3.0.1.ebuild
index 93cd498bdc0..801cfcd9867 100644
--- a/dev-lua/luadoc/luadoc-3.0.1.ebuild
+++ b/dev-lua/luadoc/luadoc-3.0.1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://luaforge.net/frs/download.php/3185/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 arm ppc ppc64 x86"
 IUSE=""
 
 DEPEND=""

diff --git a/dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild 
b/dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild
index f7a912d74ff..2b6daaa1580 100644
--- a/dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild
+++ b/dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/downloads/keplerproject/luafilesystem/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 arm hppa ~mips ppc ppc64 sparc x86"
 IUSE=""
 
 DEPEND=">=dev-lang/lua-5.1"

diff --git a/dev-lua/luafilesystem/luafilesystem-1.6.2.ebuild 
b/dev-lua/luafilesystem/luafilesystem-1.6.2.ebuild
index 20fe7574006..def72540b45 100644
--- a/dev-lua/luafilesystem/luafilesystem-1.6.2.ebuild
+++ b/dev-lua/luafilesystem/luafilesystem-1.6.2.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/downloads/keplerproject/luafilesystem/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
 IUSE=""
 
 DEPEND=">=dev-lang/lua-5.1"

diff --git a/dev-lua/luafilesystem/luafilesystem-1.6.3.ebuild 
b/dev-lua/luafilesystem/luafilesystem-1.6.3.ebuild
index b2b1c99b814..75ab037289a 100644
--- a/dev-lua/luafilesystem/luafilesystem-1.6.3.ebuild
+++ b/dev-lua/luafilesystem/luafilesystem-1.6.3.ebuild
@@ -12,7 +12,7 @@