diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-11-20 13:45:49 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-11-20 13:45:49 +0000 |
commit | a1f645fb77bde31f8507ba55e50378d6d5dd5094 (patch) | |
tree | f99bd43aa32dbbf090132ef459db6e4b684c3f30 /app-admin/vasile/vasile-4.0.ebuild | |
parent | e2d833bc896241167d547e7fd2916f035c77ae79 (diff) |
bump vasile to 4.1, change EAPI to 6, use git-r3 eclass
Diffstat (limited to 'app-admin/vasile/vasile-4.0.ebuild')
-rw-r--r-- | app-admin/vasile/vasile-4.0.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/app-admin/vasile/vasile-4.0.ebuild b/app-admin/vasile/vasile-4.0.ebuild deleted file mode 100644 index 49b2e1f4..00000000 --- a/app-admin/vasile/vasile-4.0.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=5 - -inherit eutils git-2 - -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 -} - |