public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luasocket/
Date: Thu,  9 Jul 2020 07:54:43 +0000 (UTC)	[thread overview]
Message-ID: <1594281268.f1bbe799e8f7ed31a8a6bc2c6651215bf9d06fac.juippis@gentoo> (raw)

commit:     f1bbe799e8f7ed31a8a6bc2c6651215bf9d06fac
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Tue Jul  7 09:23:57 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jul  9 07:54:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1bbe799

dev-lua/luasocket: install headers

Install headers needed for other packages.
Bug: https://bugs.gentoo.org/730352
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16527
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-lua/luasocket/luasocket-3.0_rc1-r5.ebuild | 58 +++++++++++++++++++++++++++
 1 file changed, 58 insertions(+)

diff --git a/dev-lua/luasocket/luasocket-3.0_rc1-r5.ebuild b/dev-lua/luasocket/luasocket-3.0_rc1-r5.ebuild
new file mode 100644
index 00000000000..5ed5cbf5204
--- /dev/null
+++ b/dev-lua/luasocket/luasocket-3.0_rc1-r5.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+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/
+	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:0[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+S=${WORKDIR}/${PN}-${PV/_/-}
+
+RESTRICT="test"
+
+PATCHES=(
+	"${FILESDIR}"/proxy-fix.patch
+)
+
+src_prepare() {
+	default
+	multilib_copy_sources
+}
+
+multilib_src_compile() {
+	emake \
+		CC="$(tc-getCC) ${CFLAGS}" \
+		LD="$(tc-getCC) ${LDFLAGS}"\
+		$(usex debug DEBUG="DEBUG" "")
+}
+
+multilib_src_install() {
+	local luav=$($(tc-getPKG_CONFIG) --variable V lua)
+	emake \
+		DESTDIR="${D}" \
+		LUAPREFIX_linux=/usr \
+		LUAV=${luav} \
+		CDIR_linux=$(get_libdir)/lua/${luav} \
+		install-unix
+	insinto /usr/include/lua${luav}/luasocket
+	doins src/*.h
+}
+
+multilib_src_install_all() {
+	dodoc NEW README
+	docinto html
+	dodoc -r doc/.
+}


             reply	other threads:[~2020-07-09  7:54 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-09  7:54 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-08-30  8:09 [gentoo-commits] repo/gentoo:master commit in: dev-lua/luasocket/ Conrad Kostecki
2022-08-30  5:42 Joonas Niilola
2022-08-30  5:42 Joonas Niilola
2022-08-30  4:35 Arthur Zamarin
2022-08-30  4:35 Arthur Zamarin
2022-08-30  4:35 Arthur Zamarin
2022-08-30  4:35 Arthur Zamarin
2022-08-30  4:35 Arthur Zamarin
2022-07-27 18:55 Conrad Kostecki
2022-05-14 14:46 Conrad Kostecki
2022-05-03 18:09 Arthur Zamarin
2022-04-30 19:09 Sam James
2022-04-29 21:39 Sam James
2022-04-29 21:36 Sam James
2022-04-29 21:36 Sam James
2021-11-20  1:08 Conrad Kostecki
2021-11-19 17:50 Jakov Smolić
2021-11-19  8:10 Agostino Sarubbo
2021-11-19  7:59 Arthur Zamarin
2021-11-19  6:18 Arthur Zamarin
2021-11-19  2:43 Sam James
2021-11-19  2:43 Sam James
2021-11-19  2:09 Sam James
2021-04-20 21:20 Sergei Trofimovich
2021-02-21 21:22 Conrad Kostecki
2021-01-23 22:51 Sam James
2021-01-23 22:50 Sam James
2021-01-23 22:42 Sam James
2020-12-14 17:59 Conrad Kostecki
2020-12-14 17:59 Conrad Kostecki
2020-11-29 15:37 Conrad Kostecki
2020-11-29 15:37 Conrad Kostecki
2020-11-22 17:44 Conrad Kostecki
2020-11-22 17:44 Conrad Kostecki
2020-11-14 15:19 Conrad Kostecki
2020-08-12  6:01 Agostino Sarubbo
2020-08-11 11:00 Agostino Sarubbo
2020-08-09 16:51 Sergei Trofimovich
2020-08-08 10:31 Sergei Trofimovich
2020-08-07 18:05 Sam James
2020-08-07 11:48 Agostino Sarubbo
2020-08-07 11:47 Agostino Sarubbo
2020-08-06 19:05 Sam James
2020-08-05 12:19 Joonas Niilola
2020-07-09  7:54 Joonas Niilola
2019-02-19 21:15 Markus Meier
2019-02-09 18:36 Thomas Deutschmann
2019-02-07 10:52 Mikle Kolyada
2019-02-02 21:17 Sergei Trofimovich
2019-02-02 19:09 Sergei Trofimovich
2019-01-28 19:38 Sergei Trofimovich
2017-07-29 12:34 Alexis Ballier
2017-07-23 12:12 Manuel Rüger
2017-01-22  1:27 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1594281268.f1bbe799e8f7ed31a8a6bc2c6651215bf9d06fac.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox