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 4F96E138331 for ; Mon, 10 Oct 2016 22:54:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7560E0B8E; Mon, 10 Oct 2016 22:54:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA8BAE0B8E for ; Mon, 10 Oct 2016 22:54:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D4C7341586 for ; Mon, 10 Oct 2016 22:54:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 314022F2 for ; Mon, 10 Oct 2016 22:54:51 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1476140077.2e29b3f063ca86c002d50db6b6689d3c760ba642.mrueg@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/lua-zlib-0.4.ebuild X-VCS-Directories: dev-lua/lua-zlib/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 2e29b3f063ca86c002d50db6b6689d3c760ba642 X-VCS-Branch: master Date: Mon, 10 Oct 2016 22:54:51 +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-Archives-Salt: 4ef5096d-7443-4005-93a6-d428810bd511 X-Archives-Hash: da315e5843acc13ec15af0f2076bae7b commit: 2e29b3f063ca86c002d50db6b6689d3c760ba642 Author: Manuel Rüger gentoo org> AuthorDate: Mon Oct 10 22:54:37 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Oct 10 22:54:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e29b3f0 dev-lua/lua-zlib: Remove old Package-Manager: portage-2.3.1 dev-lua/lua-zlib/lua-zlib-0.4.ebuild | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/dev-lua/lua-zlib/lua-zlib-0.4.ebuild b/dev-lua/lua-zlib/lua-zlib-0.4.ebuild deleted file mode 100644 index 7967731..00000000 --- a/dev-lua/lua-zlib/lua-zlib-0.4.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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 -}