mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-lua/luasocket: new maintainer
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 <azamat.hackimov@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
committed by
Joonas Niilola
parent
9c7187da84
commit
8009d29b45
@@ -6,7 +6,8 @@ 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"
|
||||
@@ -14,9 +15,9 @@ 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/_/-}
|
||||
|
||||
|
||||
@@ -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>azamat.hackimov@gmail.com</email>
|
||||
<name>Azamat H. Hackimov</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">diegonehab/luasocket</remote-id>
|
||||
</upstream>
|
||||
|
||||
Reference in New Issue
Block a user