diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-01-25 14:01:26 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-01-25 17:37:13 +0000 |
commit | b39d84fd8eafca4f2c6bc637a1483707f88ec04a (patch) | |
tree | 1b0f198becf76162ae6615c132893484ddeefffa /dev-lua/ldoc | |
parent | app-crypt/ekeyd: remove old (diff) | |
download | gentoo-b39d84fd8eafca4f2c6bc637a1483707f88ec04a.tar.gz gentoo-b39d84fd8eafca4f2c6bc637a1483707f88ec04a.tar.bz2 gentoo-b39d84fd8eafca4f2c6bc637a1483707f88ec04a.zip |
dev-lua/ldoc: remove old
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-lua/ldoc')
-rw-r--r-- | dev-lua/ldoc/ldoc-1.4.6.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-lua/ldoc/ldoc-1.4.6.ebuild b/dev-lua/ldoc/ldoc-1.4.6.ebuild deleted file mode 100644 index 191d469dd2e1..000000000000 --- a/dev-lua/ldoc/ldoc-1.4.6.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A LuaDoc-compatible documentation generation system" -HOMEPAGE="https://stevedonovan.github.io/ldoc/" -SRC_URI="https://github.com/stevedonovan/LDoc/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm ppc ppc64 x86" -IUSE="" - -RDEPEND="dev-lua/penlight" -DEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}/${PN}-1.4.6-mkdir.patch" ) - -S="${WORKDIR}/LDoc-${PV}" -RESTRICT="test" |