summaryrefslogtreecommitdiff
path: root/app-admin/kvasile/kvasile-2.2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-10-10 18:35:04 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-10-10 18:35:04 +0100
commit5679f082a45dfd283a882219f96afccbf8d6e2c8 (patch)
tree7b299fda54d46e137c08e030341dcb9c0c1f8b63 /app-admin/kvasile/kvasile-2.2.ebuild
parent0020758a799677be922f25ddd05a8034f21400c7 (diff)
bump kvasile, add gentoo functions to deplist
Diffstat (limited to 'app-admin/kvasile/kvasile-2.2.ebuild')
-rw-r--r--app-admin/kvasile/kvasile-2.2.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/app-admin/kvasile/kvasile-2.2.ebuild b/app-admin/kvasile/kvasile-2.2.ebuild
deleted file mode 100644
index b838db12..00000000
--- a/app-admin/kvasile/kvasile-2.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils git-2
-
-DESCRIPTION="Versatile Advanced Script for ISO and Latest Enchantments"
-HOMEPAGE="http://rogentos.ro"
-
-EGIT_BRANCH="kogaion"
-EGIT_REPO_URI="https://gitlab.com/rogentos/vasile.git"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-DEPEND="
- sys-fs/squashfs-tools
- sys-boot/grub:2
- dev-libs/libisoburn
- sys-fs/mtools"
-RDEPEND="${DEPEND}"
-
-src_install() {
- dodir /usr/bin
- exeinto /usr/bin
- doexe ${S}/${PN}
- dodir /usr/$(get_libdir)/${PN}
- insinto /usr/$(get_libdir)/${PN}
- doins ${S}/libkvasile
- dodir /usr/share/${PN}
- insinto /usr/share/${PN}
- insopts -m 755
- doins ${S}/make*
- doins ${S}/devmodeset
- doins ${S}/usermodeset
- doins ${S}/modereset
-}
-