summaryrefslogtreecommitdiff
path: root/dev-lua/mediator_lua
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-29 18:03:51 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-29 18:03:51 +0000
commitd7ed2b01311f15ba54fe8ea872aab7d59ab2b193 (patch)
tree1814dd2b5bbf2e7639fdafbeef48d228cfaf5e9b /dev-lua/mediator_lua
parentabaa75b10f899ada8dd05b23cc03205064394bc6 (diff)
gentoo resync : 29.01.2021
Diffstat (limited to 'dev-lua/mediator_lua')
-rw-r--r--dev-lua/mediator_lua/Manifest3
-rw-r--r--dev-lua/mediator_lua/mediator_lua-1.1.2_p0-r101.ebuild4
-rw-r--r--dev-lua/mediator_lua/mediator_lua-1.1.2_p0.ebuild32
3 files changed, 3 insertions, 36 deletions
diff --git a/dev-lua/mediator_lua/Manifest b/dev-lua/mediator_lua/Manifest
index c5bc771da05e..88857a41dd2e 100644
--- a/dev-lua/mediator_lua/Manifest
+++ b/dev-lua/mediator_lua/Manifest
@@ -1,4 +1,3 @@
DIST mediator_lua-1.1.2_p0.tar.gz 5809 BLAKE2B a14cbe043cef72cdff35f92c5e6e420e94ab9930235ef71c31749f6371ef3a9a55c104ebe0a82ad86a95ddb5913ebe69f600e16393b6c5ff532802ace7bd7597 SHA512 116d08a96fa0bd540ac4d3cac61a529a634cba3621c6f2e917b405462bbc0e2ab5b170dc6819e470105cdedf958a382945819eaff4affa63bc057824c163c8a0
-EBUILD mediator_lua-1.1.2_p0-r101.ebuild 928 BLAKE2B 0bafb164dee41f87eba8e47a61cc8e161e206ddff0b77f55cca23b8021f157bdd2cfaf05608aff2a42af711f3c42448b39bfcce8a07407537c84ba938f6aebcd SHA512 b3074810fcdf9409a1e03a4568b4d08114f5b649ab7e576b2dbb5acd3ebccd93c84b16c8abfaa6d3c2b6cb9f55a240536c66e506fff86717c5bd0de7b92d9aa2
-EBUILD mediator_lua-1.1.2_p0.ebuild 796 BLAKE2B d5f09eae4950d302560a4ee0731bafd07831fbf08e6f97812b3bbce7fb872a56327e309e6f94e8349ad5194801b70c9a20c2b539044625ba57ec9077ec0807ac SHA512 1637038c2635b7e22640f9e3957de4138c20c56484307186fcad183df7e6c7fa11a264be7199a665097fa709067c8eb10897a8d780393de38b658f1dda10d9ec
+EBUILD mediator_lua-1.1.2_p0-r101.ebuild 922 BLAKE2B 6f2cfae5751957175b4770ed6e4d6007ea190637f1b82b25d6f192b356b139f3c40d3b49b9bb03af7f11f3ef9fbaae8a3a18c82df7d807e4a33f1647817dcb7e SHA512 579034dbeaffc381f4cfafd7819431abb82efa4c521aca536296772b5669241c7f12a56a329e853c60e58a5f15efc856b72e081d276c43cb6161d9bc76ee464f
MISC metadata.xml 724 BLAKE2B 8dca2534d29b63479b715a665b9f3cb785d7818e9cb467e38b4a69a958826507f286760d43ed6e5645296199ebf94b7562ab5e0c0b8a5e17729637b363e6a8c2 SHA512 a0c40bea247859b28e85de1c00535882a562329973c15899493303b095da0ba1434cf4f01ae68dd027eba3ce9fc46c419b0568187cf3cf851c258aefce6b8220
diff --git a/dev-lua/mediator_lua/mediator_lua-1.1.2_p0-r101.ebuild b/dev-lua/mediator_lua/mediator_lua-1.1.2_p0-r101.ebuild
index 1bbd855a34b4..3ea28bb20902 100644
--- a/dev-lua/mediator_lua/mediator_lua-1.1.2_p0-r101.ebuild
+++ b/dev-lua/mediator_lua/mediator_lua-1.1.2_p0-r101.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
IUSE="test"
REQUIRED_USE="${LUA_REQUIRED_USE}"
RESTRICT="!test? ( test )"
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
deleted file mode 100644
index b95c7f74bc77..000000000000
--- a/dev-lua/mediator_lua/mediator_lua-1.1.2_p0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs
-
-# Below is the upstream version number. The"-0" suffix should be kept in
-# sync with the _p0 suffix of the ebuild version.
-MY_PV=1.1.2-0
-
-DESCRIPTION="Event handling through channels"
-HOMEPAGE="http://olivinelabs.com/mediator_lua/",
-SRC_URI="https://github.com/Olivine-Labs/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
-IUSE=""
-
-COMMON_DEPEND=">=dev-lang/lua-5.1:0="
-DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig"
-RDEPEND="${COMMON_DEPEND}"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-src_install() {
- insinto "$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD lua)"
- doins src/mediator.lua
- dodoc README.md
-}