summaryrefslogtreecommitdiff
path: root/app-admin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-11-20 13:45:49 +0000
committerV3n3RiX <venerix@rogentos.ro>2016-11-20 13:45:49 +0000
commita1f645fb77bde31f8507ba55e50378d6d5dd5094 (patch)
treef99bd43aa32dbbf090132ef459db6e4b684c3f30 /app-admin
parente2d833bc896241167d547e7fd2916f035c77ae79 (diff)
bump vasile to 4.1, change EAPI to 6, use git-r3 eclass
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/vasile/vasile-4.1.ebuild37
-rw-r--r--app-admin/vasile/vasile-9999.ebuild (renamed from app-admin/vasile/vasile-4.0.ebuild)6
2 files changed, 40 insertions, 3 deletions
diff --git a/app-admin/vasile/vasile-4.1.ebuild b/app-admin/vasile/vasile-4.1.ebuild
new file mode 100644
index 00000000..9538557f
--- /dev/null
+++ b/app-admin/vasile/vasile-4.1.ebuild
@@ -0,0 +1,37 @@
+# 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="2fa60511b98e31dbf8cabe853f240fbcb40887d7"
+
+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
+}
+
diff --git a/app-admin/vasile/vasile-4.0.ebuild b/app-admin/vasile/vasile-9999.ebuild
index 49b2e1f4..442402a6 100644
--- a/app-admin/vasile/vasile-4.0.ebuild
+++ b/app-admin/vasile/vasile-9999.ebuild
@@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-inherit eutils git-2
+inherit eutils git-r3
DESCRIPTION="Versatile Advanced Script for ISO and Latest Enchantments"
HOMEPAGE="http://redcorelinux.org"
@@ -14,7 +14,7 @@ EGIT_REPO_URI="https://gitlab.com/redcore/vasile.git"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="~amd64"
IUSE=""
DEPEND="