summaryrefslogtreecommitdiff
path: root/app-admin/vasile
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-01-08 00:53:44 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-01-08 00:53:44 +0000
commit5f96cdc8820718fd6ee53e0be9481826c7f60d1f (patch)
tree355e7d4d5e4476989170938a6937f59a6dd7e13e /app-admin/vasile
parente814f2c7d49d7ee6cd2ead149076677bb4221f33 (diff)
bump vasile
Diffstat (limited to 'app-admin/vasile')
-rw-r--r--app-admin/vasile/vasile-4.5-r4.ebuild (renamed from app-admin/vasile/vasile-4.5-r3.ebuild)2
-rw-r--r--app-admin/vasile/vasile-9999.ebuild36
2 files changed, 1 insertions, 37 deletions
diff --git a/app-admin/vasile/vasile-4.5-r3.ebuild b/app-admin/vasile/vasile-4.5-r4.ebuild
index 3d2e5aef..4ea62058 100644
--- a/app-admin/vasile/vasile-4.5-r3.ebuild
+++ b/app-admin/vasile/vasile-4.5-r4.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://redcorelinux.org"
EGIT_BRANCH="master"
EGIT_REPO_URI="https://gitlab.com/redcore/vasile.git"
-EGIT_COMMIT="71d47918007cef97a1f82e38031deca67947c186"
+EGIT_COMMIT="f7075566574028667b93de4576831f76491c7f5d"
LICENSE="GPL-2"
SLOT="0"
diff --git a/app-admin/vasile/vasile-9999.ebuild b/app-admin/vasile/vasile-9999.ebuild
deleted file mode 100644
index 442402a6..00000000
--- a/app-admin/vasile/vasile-9999.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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- sys-apps/gentoo-functions
- 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}/libvasile
-}
-