public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lanes/files/, dev-lua/lanes/
Date: Sun, 10 Jan 2021 23:21:25 +0000 (UTC)	[thread overview]
Message-ID: <1610320830.d32a07c5320c8737f8f910661a4c3602b98479a2.conikost@gentoo> (raw)

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/*
-}


             reply	other threads:[~2021-01-10 23:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-10 23:21 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-17 11:39 [gentoo-commits] repo/gentoo:master commit in: dev-lua/lanes/files/, dev-lua/lanes/ 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=1610320830.d32a07c5320c8737f8f910661a4c3602b98479a2.conikost@gentoo \
    --to=conikost@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