Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/mediator_lua/
Date: Wed, 27 Jan 2021 19:48:20
Message-Id: 1611776428.b1e3a3b84f25454dcb10eb2d8d21ffece891ceec.conikost@gentoo
1 commit: b1e3a3b84f25454dcb10eb2d8d21ffece891ceec
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 24 18:15:32 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 27 19:40:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1e3a3b8
7
8 dev-lua/mediator_lua: drop old version
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 dev-lua/mediator_lua/mediator_lua-1.1.2_p0.ebuild | 32 -----------------------
14 1 file changed, 32 deletions(-)
15
16 diff --git a/dev-lua/mediator_lua/mediator_lua-1.1.2_p0.ebuild b/dev-lua/mediator_lua/mediator_lua-1.1.2_p0.ebuild
17 deleted file mode 100644
18 index b95c7f74bc7..00000000000
19 --- a/dev-lua/mediator_lua/mediator_lua-1.1.2_p0.ebuild
20 +++ /dev/null
21 @@ -1,32 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -inherit toolchain-funcs
28 -
29 -# Below is the upstream version number. The"-0" suffix should be kept in
30 -# sync with the _p0 suffix of the ebuild version.
31 -MY_PV=1.1.2-0
32 -
33 -DESCRIPTION="Event handling through channels"
34 -HOMEPAGE="http://olivinelabs.com/mediator_lua/",
35 -SRC_URI="https://github.com/Olivine-Labs/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
36 -
37 -LICENSE="MIT"
38 -SLOT="0"
39 -KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
40 -IUSE=""
41 -
42 -COMMON_DEPEND=">=dev-lang/lua-5.1:0="
43 -DEPEND="${COMMON_DEPEND}
44 - virtual/pkgconfig"
45 -RDEPEND="${COMMON_DEPEND}"
46 -
47 -S="${WORKDIR}/${PN}-${MY_PV}"
48 -
49 -src_install() {
50 - insinto "$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD lua)"
51 - doins src/mediator.lua
52 - dodoc README.md
53 -}