From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luasocket/
Date: Sun, 22 Jan 2017 01:27:31 +0000 (UTC) [thread overview]
Message-ID: <1485048432.a3c8ab66ac8e42381e7b3afc4ad4df38c8e49a9a.mrueg@gentoo> (raw)
commit: a3c8ab66ac8e42381e7b3afc4ad4df38c8e49a9a
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 01:27:12 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 01:27:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3c8ab66
dev-lua/luasocket: Remove old
Package-Manager: portage-2.3.3
dev-lua/luasocket/Manifest | 1 -
dev-lua/luasocket/luasocket-2.0.2.ebuild | 49 --------------------------------
2 files changed, 50 deletions(-)
diff --git a/dev-lua/luasocket/Manifest b/dev-lua/luasocket/Manifest
index 5dfeba3..dca5531 100644
--- a/dev-lua/luasocket/Manifest
+++ b/dev-lua/luasocket/Manifest
@@ -1,2 +1 @@
-DIST luasocket-2.0.2.tar.gz 115443 SHA256 4fd9c775cfd98841299851e29b30176caf289370fea1ff1e00bb67c2d6842ca6 SHA512 3ea46dc96a4530def11c2c0ad34c9e2e9d2095b1b671ca7dd29c91953adcb22d621de3960f65045d15fd0a16b1c75c629c8cef1218281fd2d3373c76dc4759f3 WHIRLPOOL 34d68f1f7cbe2c56108d038af9f776c38917deb759398b13fc7f9b879505699a710f9a8c815e3f05a23d840777bebf84eddf8555edc5f948e26338a8f246c4c9
DIST luasocket-3.0_rc1.tar.gz 328598 SHA256 8b67d9b5b545e1b694753dab7bd6cdbc24c290f2b21ba1e14c77b32817ea1249 SHA512 f6efce259aaacaa11472911471f8a13b118fe009b8953a82c6aa18b9ec829cd1293180904e56935cb130d36d267e3f27c91db2d78e03f7488f3e100571ed0540 WHIRLPOOL 31870d4450f0dffbf74669450188c0e491c916ec5b1df853ce8400987bc99528b730b5de9063183d9e75433af412ccacaa8c41ed9c34720f2c2f63c62c817923
diff --git a/dev-lua/luasocket/luasocket-2.0.2.ebuild b/dev-lua/luasocket/luasocket-2.0.2.ebuild
deleted file mode 100644
index 9d75d8c..00000000
--- a/dev-lua/luasocket/luasocket-2.0.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-inherit multilib toolchain-funcs flag-o-matic eutils
-
-DESCRIPTION="Networking support library for the Lua language"
-HOMEPAGE="http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/"
-SRC_URI="http://luaforge.net/frs/download.php/2664/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="debug"
-
-RDEPEND=">=dev-lang/lua-5.1[deprecated]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- # Unix socket support is needed by app-crypt/ekeyd, but upstream
- # does not seem to enable it by default.
- epatch "${FILESDIR}"/${P}-unixsocket.patch
-}
-
-src_compile() {
- # We append flags here to avoid editing the config file
- use debug && append-flags -DLUASOCKET_DEBUG
- append-flags -fPIC
-
- emake \
- CFLAGS="${CFLAGS}" \
- LDFLAGS="${LDFLAGS}" \
- CC="$(tc-getCC)" \
- LD="$(tc-getCC) -shared" \
- || die
-}
-
-src_install() {
- emake install \
- INSTALL_TOP_SHARE="${D}/$(pkg-config --variable INSTALL_LMOD lua)" \
- INSTALL_TOP_LIB="${D}/$(pkg-config --variable INSTALL_CMOD lua | sed -e "s:lib/:$(get_libdir)/:")" \
- || die
-
- dodoc NEW README || die
- dohtml doc/* || die
-}
next reply other threads:[~2017-01-22 1:27 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-22 1:27 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-07-23 12:12 [gentoo-commits] repo/gentoo:master commit in: dev-lua/luasocket/ Manuel Rüger
2017-07-29 12:34 Alexis Ballier
2019-01-28 19:38 Sergei Trofimovich
2019-02-02 19:09 Sergei Trofimovich
2019-02-02 21:17 Sergei Trofimovich
2019-02-07 10:52 Mikle Kolyada
2019-02-09 18:36 Thomas Deutschmann
2019-02-19 21:15 Markus Meier
2020-07-09 7:54 Joonas Niilola
2020-07-09 7:54 Joonas Niilola
2020-08-05 12:19 Joonas Niilola
2020-08-06 19:05 Sam James
2020-08-07 11:47 Agostino Sarubbo
2020-08-07 11:48 Agostino Sarubbo
2020-08-07 18:05 Sam James
2020-08-08 10:31 Sergei Trofimovich
2020-08-09 16:51 Sergei Trofimovich
2020-08-11 11:00 Agostino Sarubbo
2020-08-12 6:01 Agostino Sarubbo
2020-11-14 15:19 Conrad Kostecki
2020-11-22 17:44 Conrad Kostecki
2020-11-22 17:44 Conrad Kostecki
2020-11-29 15:37 Conrad Kostecki
2020-11-29 15:37 Conrad Kostecki
2020-12-14 17:59 Conrad Kostecki
2020-12-14 17:59 Conrad Kostecki
2021-01-23 22:42 Sam James
2021-01-23 22:50 Sam James
2021-01-23 22:51 Sam James
2021-02-21 21:22 Conrad Kostecki
2021-04-20 21:20 Sergei Trofimovich
2021-11-19 2:09 Sam James
2021-11-19 2:43 Sam James
2021-11-19 2:43 Sam James
2021-11-19 6:18 Arthur Zamarin
2021-11-19 7:59 Arthur Zamarin
2021-11-19 8:10 Agostino Sarubbo
2021-11-19 17:50 Jakov Smolić
2021-11-20 1:08 Conrad Kostecki
2022-04-29 21:36 Sam James
2022-04-29 21:36 Sam James
2022-04-29 21:39 Sam James
2022-04-30 19:09 Sam James
2022-05-03 18:09 Arthur Zamarin
2022-05-14 14:46 Conrad Kostecki
2022-07-27 18:55 Conrad Kostecki
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-08-30 5:42 Joonas Niilola
2022-08-30 5:42 Joonas Niilola
2022-08-30 8:09 Conrad Kostecki
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=1485048432.a3c8ab66ac8e42381e7b3afc4ad4df38c8e49a9a.mrueg@gentoo \
--to=mrueg@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