From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 232C71382C5 for ; Wed, 27 Jan 2021 19:48:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3F1EE0C40; Wed, 27 Jan 2021 19:48:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE7E3E0C3F for ; Wed, 27 Jan 2021 19:48:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F02B7340ECD for ; Wed, 27 Jan 2021 19:48:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 556C54B9 for ; Wed, 27 Jan 2021 19:48:13 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1611776428.b1e3a3b84f25454dcb10eb2d8d21ffece891ceec.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/mediator_lua/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/mediator_lua/mediator_lua-1.1.2_p0.ebuild X-VCS-Directories: dev-lua/mediator_lua/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: b1e3a3b84f25454dcb10eb2d8d21ffece891ceec X-VCS-Branch: master Date: Wed, 27 Jan 2021 19:48:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bc85dc62-3f50-4c34-a470-d6298be3ef83 X-Archives-Hash: baf461d1c30efb0f83a349b49a048d3e commit: b1e3a3b84f25454dcb10eb2d8d21ffece891ceec Author: Conrad Kostecki gentoo org> AuthorDate: Sun Jan 24 18:15:32 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Jan 27 19:40:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1e3a3b8 dev-lua/mediator_lua: drop old version Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/mediator_lua/mediator_lua-1.1.2_p0.ebuild | 32 ----------------------- 1 file changed, 32 deletions(-) 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 b95c7f74bc7..00000000000 --- 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 -}