Skip to content

Commit

Permalink
dev-lua/luasocket: new maintainer
Browse files Browse the repository at this point in the history
Minor fixes to ebuild.
Closes: https://bugs.gentoo.org/730348
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Azamat H. Hackimov <[email protected]>
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
winterheart authored and juippis committed Jul 9, 2020
1 parent 9c7187d commit 8009d29
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
9 changes: 5 additions & 4 deletions dev-lua/luasocket/luasocket-3.0_rc1-r4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@ EAPI=7
inherit multilib multilib-minimal flag-o-matic toolchain-funcs

DESCRIPTION="Networking support library for the Lua language"
HOMEPAGE="http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/"
HOMEPAGE="http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/
https://github.com/diegonehab/luasocket"
SRC_URI="https://github.com/diegonehab/${PN}/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm ~arm64 hppa ~mips ppc ppc64 sparc x86"
IUSE="debug"

RDEPEND=">=dev-lang/lua-5.1.5-r2[deprecated,${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}
virtual/pkgconfig"
RDEPEND=">=dev-lang/lua-5.1.5-r2:0[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"

S=${WORKDIR}/${PN}-${PV/_/-}

Expand Down
9 changes: 8 additions & 1 deletion dev-lua/luasocket/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<maintainer type="person">
<email>[email protected]</email>
<name>Azamat H. Hackimov</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
<remote-id type="github">diegonehab/luasocket</remote-id>
</upstream>
Expand Down

0 comments on commit 8009d29

Please sign in to comment.