summaryrefslogtreecommitdiff
path: root/dev-lua/lua-utf8-simple
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
commitbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch)
tree0d7a74b4463ee387f9cf9368ceb1b757f694f72a /dev-lua/lua-utf8-simple
parentf716a9fe6455d39eef01e718aae68dae61c19704 (diff)
downloadbaldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'dev-lua/lua-utf8-simple')
-rw-r--r--dev-lua/lua-utf8-simple/Manifest1
-rw-r--r--dev-lua/lua-utf8-simple/lua-utf8-simple-0_pre20150305.ebuild42
-rw-r--r--dev-lua/lua-utf8-simple/metadata.xml11
3 files changed, 54 insertions, 0 deletions
diff --git a/dev-lua/lua-utf8-simple/Manifest b/dev-lua/lua-utf8-simple/Manifest
new file mode 100644
index 000000000000..374ce2376f98
--- /dev/null
+++ b/dev-lua/lua-utf8-simple/Manifest
@@ -0,0 +1 @@
+DIST lua-utf8-simple-0_pre20150305.tar.gz 4505 BLAKE2B 0362ef32dd135a1937e8f03a709b3fc25800847e4fbc32cf0f6824b3b1e5c02e6536e2b222b25892d042dbe9ea9020b24bd4c8be5bf0d5e592b22a4d6319c12f SHA512 54e1a47e8e53cf4ba6bf02b40fe37a6533d5b2f08b5a6d3a00cf7efa52aa44ad2680863c9a016307cc95163a2a539c676d5d69a35bde3ebfacfe802734d378fa
diff --git a/dev-lua/lua-utf8-simple/lua-utf8-simple-0_pre20150305.ebuild b/dev-lua/lua-utf8-simple/lua-utf8-simple-0_pre20150305.ebuild
new file mode 100644
index 000000000000..629836e44b42
--- /dev/null
+++ b/dev-lua/lua-utf8-simple/lua-utf8-simple-0_pre20150305.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LUA_COMPAT=( lua5-{1,3,4} luajit )
+
+inherit lua
+
+DESCRIPTION="Basic UTF8-handling functions for Lua"
+HOMEPAGE="https://github.com/blitmap/lua-utf8-simple"
+EGIT_COMMIT="7ef030750d8e408ac5d724aefab2ec8769731005"
+SRC_URI="https://github.com/blitmap/lua-utf8-simple/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+
+DEPEND="${LUA_DEPS}"
+RDEPEND="${DEPEND}"
+
+lua_src_test() {
+ ${ELUA} shitty_testcases.lua || die
+}
+
+src_test() {
+ lua_foreach_impl lua_src_test
+}
+
+lua_src_install() {
+ insinto $(lua_get_lmod_dir)
+ doins utf8_simple.lua
+}
+
+src_install() {
+ lua_foreach_impl lua_src_install
+ dodoc README.md
+}
diff --git a/dev-lua/lua-utf8-simple/metadata.xml b/dev-lua/lua-utf8-simple/metadata.xml
new file mode 100644
index 000000000000..e5d6df3524ab
--- /dev/null
+++ b/dev-lua/lua-utf8-simple/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>suleyman@farajli.net</email>
+ <name>Suleyman Farajli</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">blitmap/lua-utf8-simple</remote-id>
+ </upstream>
+</pkgmetadata>