summaryrefslogtreecommitdiff
path: root/app-admin/vasile/vasile-4.5.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2016-11-30 17:51:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2016-11-30 17:51:03 +0000
commit21273e6772d5e2122381ced5e96199691a71b388 (patch)
treeb8344f5cdd3bae7e47f64313244490b38dffbc19 /app-admin/vasile/vasile-4.5.ebuild
parenta707168ca76069352b6e75f451e76ac887e9fa7c (diff)
trigger rebuild
Diffstat (limited to 'app-admin/vasile/vasile-4.5.ebuild')
-rw-r--r--app-admin/vasile/vasile-4.5.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/app-admin/vasile/vasile-4.5.ebuild b/app-admin/vasile/vasile-4.5.ebuild
deleted file mode 100644
index 8cb533e6..00000000
--- a/app-admin/vasile/vasile-4.5.ebuild
+++ /dev/null
@@ -1,37 +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="1e1a856634f53145e923e49bd666ad8ecc472e67"
-
-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
-}
-