diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-08-27 14:47:46 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-08-27 14:47:46 +0100 |
commit | 45db59fc16098974f036e9b4f2f2ad7d2f926c17 (patch) | |
tree | f4aa3c6f25172e0b82eacaf6517b0cea39ee7352 /app-admin/vasile/vasile-1708.ebuild | |
parent | 504e83407100d0ce5d8dc99f99670201045ea2d3 (diff) |
app-admin/vasile : revision bump
Diffstat (limited to 'app-admin/vasile/vasile-1708.ebuild')
-rw-r--r-- | app-admin/vasile/vasile-1708.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/app-admin/vasile/vasile-1708.ebuild b/app-admin/vasile/vasile-1708.ebuild deleted file mode 100644 index 7f09678b..00000000 --- a/app-admin/vasile/vasile-1708.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit eutils git-r3 - -DESCRIPTION="Versatile Advanced Script for ISO and Latest Enchantments" -HOMEPAGE="http://redcorelinux.org" - -EGIT_BRANCH="master" -EGIT_REPO_URI="https://gitlab.com/redcore/vasile.git" -EGIT_COMMIT="8cf5486e23a109864f38d326bf1d82f674fb2a17" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64" -IUSE="" - -DEPEND="sys-apps/gentoo-functions" -RDEPEND="${DEPEND} - dev-libs/libisoburn - sys-boot/grub:2 - sys-kernel/dkms - sys-fs/mtools - sys-fs/squashfs-tools" - -src_install() { - dodir /usr/bin - exeinto /usr/bin - doexe ${S}/${PN} - dodir /usr/$(get_libdir)/${PN} - insinto /usr/$(get_libdir)/${PN} - doins ${S}/libvasile -} |