From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luassert/
Date: Wed, 11 Nov 2015 17:50:47 +0000 (UTC) [thread overview]
Message-ID: <1447263572.3c6d9b4795fd04fa57ede3d6d97dda76a39359cd.williamh@gentoo> (raw)
commit: 3c6d9b4795fd04fa57ede3d6d97dda76a39359cd
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 10 18:50:49 2015 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 17:39:32 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c6d9b47
dev-lua/luassert: initial commit
dev-lua/luassert/Manifest | 1 +
dev-lua/luassert/luassert-1.7.9.ebuild | 28 ++++++++++++++++++++++++++++
dev-lua/luassert/metadata.xml | 12 ++++++++++++
3 files changed, 41 insertions(+)
diff --git a/dev-lua/luassert/Manifest b/dev-lua/luassert/Manifest
new file mode 100644
index 0000000..3656ba9
--- /dev/null
+++ b/dev-lua/luassert/Manifest
@@ -0,0 +1 @@
+DIST v1.7.9.tar.gz 34803 SHA256 e632e3f4819badc4906370242b652d5c912317e735b0ccc8c4d5c851591ff161 SHA512 4e1257bf7adaa9002af7c6ac15f2d042c9094ceeae9ce065c51296c663a99fa239ac8d37f106151100478cde8c68d3290b42588553ac681d183e7edef288414b WHIRLPOOL 0e9d848c3d7ae29dd444504814f3c4ba7d00994d766a3aea560e5a4cd8ee479dd35a64fe3b43b7ad6eaf869e70357658f6208e3f3aa5a729becb0bab3bb19aeb
diff --git a/dev-lua/luassert/luassert-1.7.9.ebuild b/dev-lua/luassert/luassert-1.7.9.ebuild
new file mode 100644
index 0000000..8a0940b
--- /dev/null
+++ b/dev-lua/luassert/luassert-1.7.9.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit toolchain-funcs
+
+DESCRIPTION="Lua Assertions Extension"
+HOMEPAGE="http://olivinelabs.com/busted/"
+SRC_URI="https://github.com/Olivine-Labs/luassert/archive/v${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+COMMON_DEPEND=">=dev-lang/lua-5.1:="
+DEPEND="${COMMON_DEPEND}
+virtual/pkgconfig"
+RDEPEND="${COMMON_DEPEND}
+ >=dev-lua/say-1.2_p1"
+
+src_install() {
+ insinto "$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD lua)"/${PN}
+doins -r src/*
+dodoc *.md
+}
diff --git a/dev-lua/luassert/metadata.xml b/dev-lua/luassert/metadata.xml
new file mode 100644
index 0000000..832c684
--- /dev/null
+++ b/dev-lua/luassert/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>williamh@gentoo.org</email>
+ <name>William Hubbs</name>
+ </maintainer>
+ <longdescription lang="en">
+ Adds a framework that allows registering new assertions
+ without compromising builtin assertion functionality.
+ </longdescription>
+</pkgmetadata>
next reply other threads:[~2015-11-11 17:50 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-11 17:50 William Hubbs [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-11-08 23:50 [gentoo-commits] repo/gentoo:master commit in: dev-lua/luassert/ Manuel Rüger
2017-01-07 1:52 Aaron Bauman
2017-03-16 10:27 Michael Palimaka
2017-09-02 8:45 Michał Górny
2018-03-27 7:31 Sergei Trofimovich
2018-03-27 8:06 Sergei Trofimovich
2018-04-01 11:48 Mikle Kolyada
2018-12-29 12:10 Mikle Kolyada
2019-05-24 22:08 Sergei Trofimovich
2019-05-24 22:51 Sergei Trofimovich
2019-05-25 8:35 Mikle Kolyada
2019-05-26 22:27 Thomas Deutschmann
2020-04-07 1:32 Georgy Yakovlev
2020-10-12 10:57 Conrad Kostecki
2020-11-24 1:52 Sam James
2020-11-25 10:28 Thomas Deutschmann
2020-11-26 8:32 Sam James
2020-11-26 23:04 Sergei Trofimovich
2020-11-28 17:45 Conrad Kostecki
2020-11-28 17:45 Conrad Kostecki
2020-11-29 17:11 Sergei Trofimovich
2020-11-30 13:33 Conrad Kostecki
2020-12-03 13:11 Marek Szuba
2021-01-04 0:25 Conrad Kostecki
2021-01-04 0:25 Conrad Kostecki
2021-01-23 22:50 Sam James
2021-01-23 22:51 Sam James
2021-01-24 3:52 Sam James
2021-01-27 19:48 Conrad Kostecki
2021-03-16 17:37 Conrad Kostecki
2021-04-17 12:24 Conrad Kostecki
2021-04-20 21:20 Sergei Trofimovich
2021-04-21 21:03 Conrad Kostecki
2021-04-22 19:31 Sergei Trofimovich
2021-09-18 12:29 Marek Szuba
2022-08-24 21:51 Conrad Kostecki
2022-08-24 21:51 Conrad Kostecki
2022-09-25 23:12 Conrad Kostecki
2024-06-10 20:39 William Hubbs
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1447263572.3c6d9b4795fd04fa57ede3d6d97dda76a39359cd.williamh@gentoo \
--to=williamh@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox