public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/say/
Date: Wed, 11 Nov 2015 17:50:47 +0000 (UTC)	[thread overview]
Message-ID: <1447263565.c2505de3a5d467f34c4d8fb5acf1ff865f3a1ea6.williamh@gentoo> (raw)

commit:     c2505de3a5d467f34c4d8fb5acf1ff865f3a1ea6
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 10 18:47:44 2015 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 17:39:25 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2505de3

dev-lua/say: initial commit

 dev-lua/say/Manifest          |  1 +
 dev-lua/say/metadata.xml      | 11 +++++++++++
 dev-lua/say/say-1.3_p1.ebuild | 30 ++++++++++++++++++++++++++++++
 3 files changed, 42 insertions(+)

diff --git a/dev-lua/say/Manifest b/dev-lua/say/Manifest
new file mode 100644
index 0000000..de40929
--- /dev/null
+++ b/dev-lua/say/Manifest
@@ -0,0 +1 @@
+DIST say-1.3_p1.tar.gz 3667 SHA256 23e8cd378bb4ab1693279100a785acb2246418e3570b7de7d995b5847b3507ca SHA512 8d4a360bf0731c2a70c23edb9e6e81cab1e7d9b861aa35103a5c6e521633410860d76c46dc2ea62a06ac8ab3b522bc71c11143d6fe7e26e7fa24dd3f5ea1e5f6 WHIRLPOOL fd5a8f65e297151d55595f501e407796126caa02f5d22b5d1b0db2107277e6fc3b83ebb5189fb59cea7252f3111e4cf29ec3d57137b6beba7ab81583f5f57100

diff --git a/dev-lua/say/metadata.xml b/dev-lua/say/metadata.xml
new file mode 100644
index 0000000..d593da1
--- /dev/null
+++ b/dev-lua/say/metadata.xml
@@ -0,0 +1,11 @@
+<?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">
+		Useful for internationalization.
+	</longdescription>
+</pkgmetadata>

diff --git a/dev-lua/say/say-1.3_p1.ebuild b/dev-lua/say/say-1.3_p1.ebuild
new file mode 100644
index 0000000..ff54acc
--- /dev/null
+++ b/dev-lua/say/say-1.3_p1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+MY_PV=1.3-1
+
+inherit toolchain-funcs
+
+DESCRIPTION="Lua String Hashing/Indexing Library"
+HOMEPAGE="http://olivinelabs.com/busted/"
+SRC_URI="https://github.com/Olivine-Labs/${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)"/${PN}
+doins src/init.lua
+dodoc CONTRIBUTING.md README.md
+}


             reply	other threads:[~2015-11-11 17:50 UTC|newest]

Thread overview: 30+ 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 --
2017-01-07  1:52 [gentoo-commits] repo/gentoo:master commit in: dev-lua/say/ 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-25  8:35 Mikle Kolyada
2019-05-26 22:27 Thomas Deutschmann
2020-10-12 10:57 Conrad Kostecki
2020-11-26  8:32 Sam James
2020-11-28 17:45 Conrad Kostecki
2020-11-28 17:45 Conrad Kostecki
2020-11-30 13:33 Conrad Kostecki
2020-12-03 13:11 Marek Szuba
2021-01-23 22:51 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-22 19:31 Sergei Trofimovich
2021-09-18 12:29 Marek Szuba
2022-10-23 10:24 Conrad Kostecki
2022-10-23 10:24 Conrad Kostecki
2022-11-23 23:46 Conrad Kostecki
2022-11-23 23:46 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=1447263565.c2505de3a5d467f34c4d8fb5acf1ff865f3a1ea6.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