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 093841381F1 for ; Tue, 12 Jul 2016 18:59:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC2B921C0A2; Tue, 12 Jul 2016 18:59:21 +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 2BB7221C0C9 for ; Tue, 12 Jul 2016 18:59:21 +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 268AF340F20 for ; Tue, 12 Jul 2016 18:59:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1526978 for ; Tue, 12 Jul 2016 18:59:18 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1468349357.ebe78fa1faed4ef8dd9926dae19cc22a60b32437.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua_cliargs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/lua_cliargs/Manifest dev-lua/lua_cliargs/lua_cliargs-3.0_p1.ebuild X-VCS-Directories: dev-lua/lua_cliargs/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: ebe78fa1faed4ef8dd9926dae19cc22a60b32437 X-VCS-Branch: master Date: Tue, 12 Jul 2016 18:59:18 +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: 356d8b40-70ad-4057-86a3-8be9aaccca6b X-Archives-Hash: c516b8e06c8ed7bad8a5ca6d15f9c1a8 commit: ebe78fa1faed4ef8dd9926dae19cc22a60b32437 Author: William Hubbs gentoo org> AuthorDate: Fri Jul 8 15:22:53 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Jul 12 18:49:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebe78fa1 dev-lua/lua_cliargs: 3.0_p1 version bump Package-Manager: portage-2.2.28 dev-lua/lua_cliargs/Manifest | 1 + dev-lua/lua_cliargs/lua_cliargs-3.0_p1.ebuild | 37 +++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/dev-lua/lua_cliargs/Manifest b/dev-lua/lua_cliargs/Manifest index 52f1554..5708639 100644 --- a/dev-lua/lua_cliargs/Manifest +++ b/dev-lua/lua_cliargs/Manifest @@ -1 +1,2 @@ DIST lua_cliargs-2.5_p5.tar.gz 19513 SHA256 7b410dc3665b9bde5d954bfa73fb8254bfd5b4e72b20924f59006ce2f080baf4 SHA512 7c4d490f5d86b07bdf299c976b99bf83c9ba86fabeb321f348587f8ad207983292e3e9268ef72f3cc6ff9d6e32a43669de1d3c21c47499852f971c2cc2a4e746 WHIRLPOOL 07991c547513cc42d5596424651b4a119c30c5ff2dd7a1cabcd125a3198ceebf9f9d466f5110a684af2497cb48afff009aed922719c3115a34823481d194c53b +DIST lua_cliargs-3.0_p1.tar.gz 29904 SHA256 35cbd5daff3411bdada1cd6f0cd5dcd61626da90f63f26483a0b9768d60dccad SHA512 2bdcd3c790a82351df598cb3d289de980fe771222ebd9715036678eecdbe51b7563d24629afa4d286b900d722bf844004d12f2330744a1e644d9286ac44b4dbe WHIRLPOOL 31b672caffa2dca31c92001c2ce3c482dd6411732547fbe5bdd27396868a8116d2b48e749ced352963d21adf83715473aca8796df13d12b09f99cc2833fda288 diff --git a/dev-lua/lua_cliargs/lua_cliargs-3.0_p1.ebuild b/dev-lua/lua_cliargs/lua_cliargs-3.0_p1.ebuild new file mode 100644 index 0000000..4a4b904 --- /dev/null +++ b/dev-lua/lua_cliargs/lua_cliargs-3.0_p1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit toolchain-funcs + +# Below is the upstream package version. +# The final component of the version number has been mapped to the _px +# component of the version number in portage so should be kept in sync. +MY_PV="3.0-1" + +DESCRIPTION="A command-line argument parser." +HOMEPAGE="https://github.com/amireh/lua_cliargs" +SRC_URI="https://github.com/amireh/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +COMMON_DEPEND=">=dev-lang/lua-5.1:=" +DEPEND="${COMMON_DEPEND} +virtual/pkgconfig" +RDEPEND="${COMMON_DEPEND}" + +S="${WORKDIR}/${PN}-${MY_PV}" + +src_install() { + insinto "$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD lua)" + doins -r src/cliargs.lua src/cliargs + dodoc README.md + dodoc -r examples + docinto html + dodoc -r doc/* +}