Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luaposix/
Date: Mon, 24 Aug 2020 14:39:08
Message-Id: 1598279925.f2b4dbba8aed3b5a35701446944ca34757cb0bb3.juippis@gentoo
1 commit: f2b4dbba8aed3b5a35701446944ca34757cb0bb3
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 6 17:05:18 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 24 14:38:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2b4dbba
7
8 dev-lua/luaposix: remove old version
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/17032
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 dev-lua/luaposix/Manifest | 1 -
16 dev-lua/luaposix/luaposix-33.4.0.ebuild | 18 ------------------
17 2 files changed, 19 deletions(-)
18
19 diff --git a/dev-lua/luaposix/Manifest b/dev-lua/luaposix/Manifest
20 index 1a023e34a2e..eb74e269748 100644
21 --- a/dev-lua/luaposix/Manifest
22 +++ b/dev-lua/luaposix/Manifest
23 @@ -1,2 +1 @@
24 -DIST luaposix-33.4.0.tar.gz 643523 BLAKE2B e407363eb6410d2636024371a169eefe8d0bc633b9fcbad6c2e7edb413b4aa0fc681e94b35c9ea39a561ecdcf225af1033ded1c67d87cd57bed2ba3e0d795aab SHA512 3cb78ccb343a55e2bf5b182410e2050356379e8f7a86d42a79853db6198628cae85f9984854f99f41505cb7e4fbb5288e4a46633a6db459649837729af76044c
25 DIST luaposix-35.0.tar.gz 178091 BLAKE2B b2d2ca01f18f0e98b45008919fc886e05d2cad034c84e870900c33891dd5867d9bc7aa8deae06c3f3f0852db902c1e766e693162b32ed474eb710b379bf9e3ed SHA512 4bb61892b78d9e59418a9a6360b9f611fb9b5438b9261a2c6672f053a1b21dfd9a2060b8d2f0d3eac6185773cf84672c1769c081c4ab53d2ddae2232e4a9269b
26
27 diff --git a/dev-lua/luaposix/luaposix-33.4.0.ebuild b/dev-lua/luaposix/luaposix-33.4.0.ebuild
28 deleted file mode 100644
29 index ba2e3aea549..00000000000
30 --- a/dev-lua/luaposix/luaposix-33.4.0.ebuild
31 +++ /dev/null
32 @@ -1,18 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -DESCRIPTION="Bindings for POSIX APIs"
39 -HOMEPAGE="https://luaposix.github.io/luaposix/ https://github.com/luaposix/luaposix"
40 -SRC_URI="https://github.com/luaposix/luaposix/archive/release-v${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -SLOT="0"
43 -LICENSE="public-domain"
44 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
45 -IUSE=""
46 -
47 -RDEPEND="dev-lang/lua:0="
48 -DEPEND="${RDEPEND}"
49 -
50 -S="${WORKDIR}"/${PN}-release-v${PV}