From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EB76513829C for ; Tue, 7 Jun 2016 22:25:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B104821C046; Tue, 7 Jun 2016 22:24:57 +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 4D2B421C046 for ; Tue, 7 Jun 2016 22:24:56 +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 5C749340D36 for ; Tue, 7 Jun 2016 22:24:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 132462320 for ; Tue, 7 Jun 2016 22:24:50 +0000 (UTC) From: "Amadeusz Piotr Żołnowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amadeusz Piotr Żołnowski" Message-ID: <1465338027.d55ef42a948924a1d829a216990f7acf82e378c6.aidecoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/luerl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/luerl/Manifest dev-erlang/luerl/luerl-0.2.ebuild dev-erlang/luerl/metadata.xml X-VCS-Directories: dev-erlang/luerl/ X-VCS-Committer: aidecoe X-VCS-Committer-Name: Amadeusz Piotr Żołnowski X-VCS-Revision: d55ef42a948924a1d829a216990f7acf82e378c6 X-VCS-Branch: master Date: Tue, 7 Jun 2016 22:24:50 +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: 282116d2-8b0a-437d-b58a-72ee44d76ff8 X-Archives-Hash: 383b076027d1afdc07423c41da2f7ae3 commit: d55ef42a948924a1d829a216990f7acf82e378c6 Author: Amadeusz Żołnowski gentoo org> AuthorDate: Mon Jun 6 22:16:24 2016 +0000 Commit: Amadeusz Piotr Żołnowski gentoo org> CommitDate: Tue Jun 7 22:20:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d55ef42a dev-erlang/luerl: Add new package It is debundled from net-im/ejabberd-16.04 and therefore inherits keywords from ejabberd: ~amd64, ~arm, ~ppc and ~x86. ~ia64 and ~sparc are not inherited because other dependency is missing these keywords and there's no chance it can get them any time soon. Package-Manager: portage-2.3.0_rc1 dev-erlang/luerl/Manifest | 1 + dev-erlang/luerl/luerl-0.2.ebuild | 21 +++++++++++++++++++++ dev-erlang/luerl/metadata.xml | 8 ++++++++ 3 files changed, 30 insertions(+) diff --git a/dev-erlang/luerl/Manifest b/dev-erlang/luerl/Manifest new file mode 100644 index 0000000..4208f13 --- /dev/null +++ b/dev-erlang/luerl/Manifest @@ -0,0 +1 @@ +DIST luerl-0.2.tar.gz 94603 SHA256 819f68940b2114975c64cbb58a546b660486a48dbac86af0cdd41e3e06d33129 SHA512 80fb76609ad42df880d67919c352785781adb1d815b4c625bb93c35caf17ecf5455e82aab61f95c6c2f522d554b2858748d295db7c487c26e90c6afa957faaec WHIRLPOOL df583aca72eaa303bf51f8d500f4d52053b7876cf57ca82368019aa51971f0b87bc056cbbaea136496e7a76e9a3f3a636f97c420570f8da64cf5cc2f18bd3970 diff --git a/dev-erlang/luerl/luerl-0.2.ebuild b/dev-erlang/luerl/luerl-0.2.ebuild new file mode 100644 index 0000000..db0d23f --- /dev/null +++ b/dev-erlang/luerl/luerl-0.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit rebar + +DESCRIPTION="Lua in Erlang" +HOMEPAGE="https://github.com/rvirding/luerl" +SRC_URI="https://github.com/rvirding/${PN}/archive/v${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86" + +DEPEND=">=dev-lang/erlang-17.1" +RDEPEND="${DEPEND}" + +DOCS=( README.md ) diff --git a/dev-erlang/luerl/metadata.xml b/dev-erlang/luerl/metadata.xml new file mode 100644 index 0000000..674f5ad --- /dev/null +++ b/dev-erlang/luerl/metadata.xml @@ -0,0 +1,8 @@ + + + + + aidecoe@gentoo.org + Amadeusz Żołnowski + +