diff options
author | Vadim Misbakh-Soloviov <mva@gentoo.org> | 2020-09-22 12:33:07 +0700 |
---|---|---|
committer | Vadim Misbakh-Soloviov <mva@gentoo.org> | 2020-09-22 12:33:07 +0700 |
commit | fcf46d9d67c70d4bd2b7ff45a30fd76ed862c626 (patch) | |
tree | d1aea000b0c212c5957836347d9c2971e103a36e /app-eselect/eselect-lua | |
parent | app-eselect/eselect-lua: update to new version (diff) | |
download | gentoo-fcf46d9d67c70d4bd2b7ff45a30fd76ed862c626.tar.gz gentoo-fcf46d9d67c70d4bd2b7ff45a30fd76ed862c626.tar.bz2 gentoo-fcf46d9d67c70d4bd2b7ff45a30fd76ed862c626.zip |
app-eselect/eselect-lua: drop old version
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
Diffstat (limited to 'app-eselect/eselect-lua')
-rw-r--r-- | app-eselect/eselect-lua/eselect-lua-1.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/app-eselect/eselect-lua/eselect-lua-1.ebuild b/app-eselect/eselect-lua/eselect-lua-1.ebuild deleted file mode 100644 index 321aa9120693..000000000000 --- a/app-eselect/eselect-lua/eselect-lua-1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Lua eselect module" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND=">=app-admin/eselect-1.2.4" -RDEPEND="${DEPEND}" - -S="${WORKDIR}" - -src_install() { - insinto /usr/share/eselect/modules/ - newins "${FILESDIR}"/lua.eselect-${PV} lua.eselect -} |