summaryrefslogtreecommitdiff
path: root/app-misc/cadubi/cadubi-1.3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-25 15:22:17 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-25 15:22:17 +0100
commit22910f5d14da606bd7f06e19a2f61c5d1a8fc94b (patch)
tree808b5701901fb54b53ec3ecf6f33272e933f3ea6 /app-misc/cadubi/cadubi-1.3.ebuild
parent91c0ec2d7067f6ab1ef578bd9967b32ca07eb502 (diff)
gentoo resync : 25.05.2018
Diffstat (limited to 'app-misc/cadubi/cadubi-1.3.ebuild')
-rw-r--r--app-misc/cadubi/cadubi-1.3.ebuild15
1 files changed, 6 insertions, 9 deletions
diff --git a/app-misc/cadubi/cadubi-1.3.ebuild b/app-misc/cadubi/cadubi-1.3.ebuild
index bbc15dfa8a7b..9e51a1ee8b47 100644
--- a/app-misc/cadubi/cadubi-1.3.ebuild
+++ b/app-misc/cadubi/cadubi-1.3.ebuild
@@ -1,11 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=6
-inherit eutils multilib
-
-DESCRIPTION="CADUBI is an application that allows you to draw ASCII-Art images"
+DESCRIPTION="An application that allows you to draw ASCII-Art images"
HOMEPAGE="http://langworth.com/CadubiProject"
SRC_URI="http://langworth.com/downloads/${P}.tar.gz"
@@ -17,14 +15,13 @@ IUSE=""
DEPEND="dev-lang/perl
>=dev-perl/TermReadKey-2.21"
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-helpfile.patch
+src_prepare() {
+ default
+ eapply "${FILESDIR}"/${P}-helpfile.patch
}
src_install() {
- dobin cadubi || die
+ dobin cadubi
insinto /usr/$(get_libdir)/${PN}
doins help.txt
dodoc README