diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-06-18 10:40:36 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-06-18 10:40:36 +0100 |
commit | 0eee8d9f2d655c1dc54326f467d8dbb9496f8481 (patch) | |
tree | cc891631413ab5e34392fe240e77d248c868d73b /app-admin/vasile/vasile-2.1812.2.ebuild | |
parent | 4714c6837947e2d3fea81b92f4b039f4180b9e30 (diff) |
app-admin/vasile : EAPI bump
Diffstat (limited to 'app-admin/vasile/vasile-2.1812.2.ebuild')
-rw-r--r-- | app-admin/vasile/vasile-2.1812.2.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/app-admin/vasile/vasile-2.1812.2.ebuild b/app-admin/vasile/vasile-2.1812.2.ebuild deleted file mode 100644 index 3aa92d0b..00000000 --- a/app-admin/vasile/vasile-2.1812.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2016-2018 Redcore Linux Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils git-r3 - -DESCRIPTION="Versatile Advanced Script for ISO and Latest Enchantments" -HOMEPAGE="https://redcorelinux.org" - -EGIT_REPO_URI="https://pagure.io/redcore/vasile.git" -EGIT_BRANCH="master" -EGIT_COMMIT="4461a01202018c5120d19f6b997e402f85ee66cd" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64" -IUSE="" - -DEPEND="sys-apps/gentoo-functions" -RDEPEND="${DEPEND} - dev-libs/libisoburn - dev-vcs/git - sys-boot/grub:2 - sys-kernel/dkms - sys-fs/mtools - sys-fs/squashfs-tools" - -src_install() { - default - dosym ../../usr/bin/"${PN}".sh usr/bin/"${PN}" - dodir var/cache/packages - dodir var/cache/distfiles -} |