* [gentoo-commits] repo/gentoo:master commit in: dev-lua/lanes/files/, dev-lua/lanes/
@ 2021-01-10 23:21 Conrad Kostecki
0 siblings, 0 replies; 2+ messages in thread
From: Conrad Kostecki @ 2021-01-10 23:21 UTC (permalink / raw
To: gentoo-commits
commit: d32a07c5320c8737f8f910661a4c3602b98479a2
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 22:08:55 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 23:20:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d32a07c5
dev-lua/lanes: drop old version
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-lua/lanes/Manifest | 1 -
.../lanes/files/lanes-3.10.0-fix-makefile.patch | 28 -------------------
dev-lua/lanes/lanes-3.10.0.ebuild | 31 ----------------------
3 files changed, 60 deletions(-)
diff --git a/dev-lua/lanes/Manifest b/dev-lua/lanes/Manifest
index 7ddec415417..1cc7a0a7a5b 100644
--- a/dev-lua/lanes/Manifest
+++ b/dev-lua/lanes/Manifest
@@ -1,2 +1 @@
-DIST lanes-3.10.0.tar.gz 231359 BLAKE2B beb1972a9b37097947fc673a644330fe8b66c826bc09967526b96d8e28838939516ee3ad4640fb8e5dca7061227c2844d55270c48f26416c7a7bd3613a83e648 SHA512 4a49f560623e291a8344ffef69f4f26fd422d21d3926d73dfee9c9ae9ebd4973e5ae2d307dfd42c5a3bf101bfcc277df54f0a46d89390c83483208e36d4e5d9b
DIST lanes-3.13.0.tar.gz 247978 BLAKE2B e330f3648e865b8b7c1b77061b6a8210f46e1db650066736afe62040dbb20c7e31e0037b420fded8fb0931cc2ac59687e2039fb31f43c1bdf0cae8cd3c031307 SHA512 bb509181757fa2b4f07a55962015b35ca6bb867b18ec89dd655f333babe2e12f56479fa85bc98e0dacf5bec2a523265bbc3a978396dc332dc1fdda4df760b2e5
diff --git a/dev-lua/lanes/files/lanes-3.10.0-fix-makefile.patch b/dev-lua/lanes/files/lanes-3.10.0-fix-makefile.patch
deleted file mode 100644
index 52549704248..00000000000
--- a/dev-lua/lanes/files/lanes-3.10.0-fix-makefile.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff --git a/Makefile b/Makefile
-index fc44fac..6c87e89 100644
---- a/Makefile
-+++ b/Makefile
-@@ -202,17 +202,17 @@ _perftest:
- #
- # LUA_LIBDIR and LUA_SHAREDIR are used by the .rockspec (don't change the names!)
- #
--DESTDIR=/usr/local
--LUA_LIBDIR=$(DESTDIR)/lib/lua/5.1
--LUA_SHAREDIR=$(DESTDIR)/share/lua/5.1
-+PREFIX=/usr/local
-+LUA_LIBDIR=$(PREFIX)/lib/lua/5.1
-+LUA_SHAREDIR=$(PREFIX)/share/lua/5.1
-
- #
- # AKa 17-Oct: changed to use 'install -m 644' and 'cp -p'
- #
- install: $(_TARGET_SO) src/lanes.lua
-- mkdir -p $(LUA_LIBDIR) $(LUA_LIBDIR)/lanes $(LUA_SHAREDIR)
-- install -m 644 $(_TARGET_SO) $(LUA_LIBDIR)/lanes
-- cp -p src/lanes.lua $(LUA_SHAREDIR)
-+ mkdir -p $(DESTDIR)$(LUA_LIBDIR)/lanes $(DESTDIR)$(LUA_SHAREDIR)
-+ install -m 644 $(_TARGET_SO) $(DESTDIR)$(LUA_LIBDIR)/lanes
-+ cp -p src/lanes.lua $(DESTDIR)$(LUA_SHAREDIR)
-
-
- #--- Packaging ---
diff --git a/dev-lua/lanes/lanes-3.10.0.ebuild b/dev-lua/lanes/lanes-3.10.0.ebuild
deleted file mode 100644
index b801dd2bd23..00000000000
--- a/dev-lua/lanes/lanes-3.10.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="lightweight, native, lazy evaluating multithreading library"
-HOMEPAGE="https://github.com/LuaLanes/lanes"
-SRC_URI="https://github.com/LuaLanes/lanes/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-COMMON_DEPEND=">=dev-lang/lua-5.1:0="
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-
-src_prepare() {
- tc-export CC
- epatch "${FILESDIR}"/${P}-fix-makefile.patch
- sed -i -e "s#/lib#/$(get_libdir)#" Makefile || die "sed failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX=/usr install
- dodoc ABOUT BUGS CHANGES README TODO
-dohtml -r docs/*
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-lua/lanes/files/, dev-lua/lanes/
@ 2024-04-17 11:39 Conrad Kostecki
0 siblings, 0 replies; 2+ messages in thread
From: Conrad Kostecki @ 2024-04-17 11:39 UTC (permalink / raw
To: gentoo-commits
commit: f5263064fa17728268849f7d4d64fb5e3c1a5b0a
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 17 11:31:21 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Apr 17 11:39:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5263064
dev-lua/lanes: drop 3.16.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-lua/lanes/Manifest | 1 -
dev-lua/lanes/files/lanes-3.16.2-musl.patch | 27 --------
dev-lua/lanes/lanes-3.16.2.ebuild | 96 -----------------------------
3 files changed, 124 deletions(-)
diff --git a/dev-lua/lanes/Manifest b/dev-lua/lanes/Manifest
index 6bc52ef2bf8a..a8b4f9f6ddd3 100644
--- a/dev-lua/lanes/Manifest
+++ b/dev-lua/lanes/Manifest
@@ -1,2 +1 @@
-DIST lanes-3.16.2.tar.gz 446113 BLAKE2B 5343ac98f2fac3c92d8afeb6dbbd4875ce93c44715b40b030cbbb03f311b3e358358c1daa295790b0a62113bb15355fc8927a8b7896af079d8e7fe50e2e6b438 SHA512 c7e8037d6f709b31bdb981cbcf70ba51f23823bac51f7ee9ef47881603547a8e1df3c6b7fa35110528cb7547f83048cbe71868aa94c03a59165f1b9d2d5ad08a
DIST lanes-3.16.3.tar.gz 446289 BLAKE2B 018f470209b534bb84f69f8a38c7decd8011a13926bf7c82a4fc4b0d3f2892562a69c3116dd6fce5d37d9d2b5057ed661cc22bdbfcfac4e267a32dd5f64a47dc SHA512 a3037c0df27e8172ce9ff896079eb4a5ee3a35dc507a8b809c151de21e7600ffd0fccc12113fb64dc3c709e1eff99da350576aef41ac20493ea933fb7dc4c381
diff --git a/dev-lua/lanes/files/lanes-3.16.2-musl.patch b/dev-lua/lanes/files/lanes-3.16.2-musl.patch
deleted file mode 100644
index 05508a57d85d..000000000000
--- a/dev-lua/lanes/files/lanes-3.16.2-musl.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 0e959e637b6ee85b0710e0608fe5d678ad7e0b78 Mon Sep 17 00:00:00 2001
-From: Conrad Kostecki <conikost@gentoo.org>
-Date: Tue, 23 Jan 2024 21:58:50 +0100
-Subject: [PATCH] src/threading.h: fix compilation on musl
-
-Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
----
- src/threading.h | 6 +++++-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/src/threading.h b/src/threading.h
-index 3925076..b1706ac 100644
---- a/src/threading.h
-+++ b/src/threading.h
-@@ -113,7 +113,11 @@ enum e_status { PENDING, RUNNING, WAITING, DONE, ERROR_ST, CANCELLED };
- #include <pthread.h>
-
- #ifdef PLATFORM_LINUX
-- # define _MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
-+ #if defined(__GLIBC__)
-+ # define _MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
-+ #else
-+ # define _MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE
-+ #endif
- #else
- /* OS X, ... */
- # define _MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE
diff --git a/dev-lua/lanes/lanes-3.16.2.ebuild b/dev-lua/lanes/lanes-3.16.2.ebuild
deleted file mode 100644
index a77abaafcacc..000000000000
--- a/dev-lua/lanes/lanes-3.16.2.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-LUA_COMPAT=( lua5-{1..4} luajit )
-
-inherit lua toolchain-funcs
-
-DESCRIPTION="Lightweight, native, lazy evaluating multithreading library"
-HOMEPAGE="https://github.com/LuaLanes/lanes"
-SRC_URI="https://github.com/LuaLanes/lanes/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-
-# Tests are currently somehow problematic.
-# https://github.com/LuaLanes/lanes/issues/197
-# https://github.com/LuaLanes/lanes/issues/198
-RESTRICT="test"
-
-RDEPEND="${LUA_DEPS}"
-DEPEND="${RDEPEND}"
-BDEPEND="
- virtual/pkgconfig
- test? ( ${RDEPEND} )
-"
-
-HTML_DOCS=( "docs/." )
-
-PATCHES=(
- "${FILESDIR}/${PN}-3.13.0-makefile.patch"
- "${FILESDIR}/${PN}-3.16.2-musl.patch"
-)
-
-src_prepare() {
- default
-
- lua_copy_sources
-}
-
-lua_src_compile() {
- pushd "${BUILD_DIR}" || die
-
- local myemakeargs=(
- "CC=$(tc-getCC)"
- "LUA=${ELUA}"
- "LUA_FLAGS=$(lua_get_CFLAGS)"
- "LUA_LIBS="
- "OPT_FLAGS=${CFLAGS}"
- )
-
- tc-export PKG_CONFIG
-
- emake "${myemakeargs[@]}"
-
- popd
-}
-
-src_compile() {
- lua_foreach_impl lua_src_compile
-}
-
-lua_src_test() {
- pushd "${BUILD_DIR}" || die
-
- emake LUA="${ELUA}" test
-
- popd
-}
-
-src_test() {
- lua_foreach_impl lua_src_test
-}
-
-lua_src_install() {
- pushd "${BUILD_DIR}" || die
-
- local myemakeargs=(
- "LUA_LIBDIR=${ED}/$(lua_get_cmod_dir)"
- "LUA_SHAREDIR=${ED}/$(lua_get_lmod_dir)"
- )
-
- emake "${myemakeargs[@]}" install
-
- popd
-}
-
-src_install() {
- lua_foreach_impl lua_src_install
-
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-04-17 11:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-10 23:21 [gentoo-commits] repo/gentoo:master commit in: dev-lua/lanes/files/, dev-lua/lanes/ Conrad Kostecki
-- strict thread matches above, loose matches on Subject: below --
2024-04-17 11:39 Conrad Kostecki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox