summaryrefslogtreecommitdiff
path: root/app-admin/vasile/vasile-4.5-r1706.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-06-30 08:23:34 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-06-30 08:23:34 +0100
commit5ec8d68e9e6f5628272983547abe32bc1e6d5f0a (patch)
tree31cfbca02451e94606d4f235e05445a1da7a0ba0 /app-admin/vasile/vasile-4.5-r1706.ebuild
parent0b6e909c317eda0395e2914b1d2e4a811f414e28 (diff)
change vasile's versioning, bump kernel to v4.9.35
Diffstat (limited to 'app-admin/vasile/vasile-4.5-r1706.ebuild')
-rw-r--r--app-admin/vasile/vasile-4.5-r1706.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/app-admin/vasile/vasile-4.5-r1706.ebuild b/app-admin/vasile/vasile-4.5-r1706.ebuild
deleted file mode 100644
index bc944149..00000000
--- a/app-admin/vasile/vasile-4.5-r1706.ebuild
+++ /dev/null
@@ -1,35 +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"
-
-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
-}