summaryrefslogtreecommitdiff
path: root/dev-lua/lua_cliargs
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lua/lua_cliargs')
-rw-r--r--dev-lua/lua_cliargs/Manifest1
-rw-r--r--dev-lua/lua_cliargs/lua_cliargs-3.0.2.ebuild37
-rw-r--r--dev-lua/lua_cliargs/metadata.xml18
3 files changed, 0 insertions, 56 deletions
diff --git a/dev-lua/lua_cliargs/Manifest b/dev-lua/lua_cliargs/Manifest
deleted file mode 100644
index 3b9461613c3f..000000000000
--- a/dev-lua/lua_cliargs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lua_cliargs-3.0.2.tar.gz 31302 BLAKE2B 7ddfd44844f750b943de4d3f8efd90d535f99b959c89e3f29638b456e7f0d8e281489f84e92147800eab80bc0aa8520cb4456ddd7a73863e10eb6a75b55d68ad SHA512 3d9dac4723e8a41284eb28a7d1b5c400add91de055eb59645406929f5091c52bd71640b5f4914597b222b5ce7b43bbc918e4a34a69ce7bae726638bd2447abf8
diff --git a/dev-lua/lua_cliargs/lua_cliargs-3.0.2.ebuild b/dev-lua/lua_cliargs/lua_cliargs-3.0.2.ebuild
deleted file mode 100644
index be1ce39cec48..000000000000
--- a/dev-lua/lua_cliargs/lua_cliargs-3.0.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-LUA_COMPAT=( lua5-{1,3,4} luajit )
-MY_PV="${PV/_p/-}"
-
-inherit lua
-
-DESCRIPTION="A command-line argument parsing module for Lua"
-HOMEPAGE="https://github.com/amireh/lua_cliargs"
-SRC_URI="https://github.com/amireh/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
-IUSE="examples"
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-
-RDEPEND="${LUA_DEPS}"
-BDEPEND="virtual/pkgconfig"
-
-HTML_DOCS=( "doc/." )
-
-lua_src_install() {
- insinto $(lua_get_lmod_dir)
- doins -r src/.
-}
-
-src_install() {
- lua_foreach_impl lua_src_install
-
- use examples && dodoc -r examples
- einstalldocs
-}
diff --git a/dev-lua/lua_cliargs/metadata.xml b/dev-lua/lua_cliargs/metadata.xml
deleted file mode 100644
index 6485fd98f212..000000000000
--- a/dev-lua/lua_cliargs/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>conikost@gentoo.org</email>
- <name>Conrad Kostecki</name>
- </maintainer>
- <stabilize-allarches/>
- <longdescription>
- This module adds support for accepting CLI
- arguments easily using multiple notations and argument types.
-
- cliargs allows you to define required, optional, and flag arguments.
- </longdescription>
- <upstream>
- <remote-id type="github">amireh/lua_cliargs</remote-id>
- </upstream>
-</pkgmetadata>