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 0E3C0138334 for ; Tue, 5 Feb 2019 06:20:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57560E0CB2; Tue, 5 Feb 2019 06:20:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 309E8E0CB2 for ; Tue, 5 Feb 2019 06:20:03 +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 EF14E335D8E for ; Tue, 5 Feb 2019 00:30:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 696BC52F for ; Tue, 5 Feb 2019 00:30:24 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1549326612.1475b6ca4048145e17775aa8e5e9ef1ceb4c9ec5.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-zlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/lua-zlib/Manifest dev-lua/lua-zlib/lua-zlib-0.3.ebuild X-VCS-Directories: dev-lua/lua-zlib/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1475b6ca4048145e17775aa8e5e9ef1ceb4c9ec5 X-VCS-Branch: master Date: Tue, 5 Feb 2019 00:30:24 +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: 3ce2698f-b5c0-4d5a-ada7-a8f452b37520 X-Archives-Hash: 35d376fe564bf52aedb8e6d3bd5b1cf4 commit: 1475b6ca4048145e17775aa8e5e9ef1ceb4c9ec5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 4 20:39:07 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 5 00:30:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1475b6ca dev-lua/lua-zlib: Drop 0.3 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-lua/lua-zlib/Manifest | 1 - dev-lua/lua-zlib/lua-zlib-0.3.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) diff --git a/dev-lua/lua-zlib/Manifest b/dev-lua/lua-zlib/Manifest index 33966f5cf83..bac884dea04 100644 --- a/dev-lua/lua-zlib/Manifest +++ b/dev-lua/lua-zlib/Manifest @@ -1,2 +1 @@ -DIST lua-zlib-0.3.tgz 11220 BLAKE2B 49134507d74e552c4f8b50bb6fb17c4c336e809c95b92e90230b3c9be3b7f2f2ac1ac0785e5c2dbbd3d577d18491e680d43608ac22fd8243280865e662543e1d SHA512 99711166637d394c806dd16b86a3588ff84eb9180d2da05725ff6d4e86458d1ded7a5fbb303284fa442fd0925bc94fe34772057e0190c1a3e00cbb853865941d DIST lua-zlib-1.1.tar.gz 16572 BLAKE2B 22f504230616ea0df505c4aa00fc562c2cdfebd9f8e40b6000fdda883dbdefbeb10d22a2466386f1bfb314672aa17524420d047498346e5c980ebc6f5e175b41 SHA512 df9768efb96be8175b6afe1fd347b268565ecd93a71dd0f1f7ec1b710fd52bbd7a7c37a89f7c3d939906c7ac1578e9bdb542a0052673b6ac6eec7285d7f75633 diff --git a/dev-lua/lua-zlib/lua-zlib-0.3.ebuild b/dev-lua/lua-zlib/lua-zlib-0.3.ebuild deleted file mode 100644 index dfdba4a1a63..00000000000 --- a/dev-lua/lua-zlib/lua-zlib-0.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit cmake-utils - -DESCRIPTION="Lua bindings to zlib" -HOMEPAGE="https://github.com/brimworks/lua-zlib" -SRC_URI="https://github.com/brimworks/${PN}/tarball/v${PV} -> ${P}.tgz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm x86" -IUSE="" - -RDEPEND=" - dev-lang/lua:0 - sys-libs/zlib" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_unpack() { - unpack ${A} - mv *-${PN}-* "${S}" -} - -src_configure() { - MYCMAKEARGS="-DINSTALL_CMOD='$(pkg-config --variable INSTALL_CMOD lua)'" - cmake-utils_src_configure -}