summaryrefslogtreecommitdiff
path: root/x11-misc/bblaunch/bblaunch-0.0.3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-29 03:22:09 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-29 03:22:09 +0100
commitd4bd6695641f6d2ec7ff8681913d304e995902f5 (patch)
tree6ec8d4c38152bb4f2bb4b93277236ebd9fbbd21d /x11-misc/bblaunch/bblaunch-0.0.3.ebuild
parent22910f5d14da606bd7f06e19a2f61c5d1a8fc94b (diff)
gentoo resync : 29.05.2018
Diffstat (limited to 'x11-misc/bblaunch/bblaunch-0.0.3.ebuild')
-rw-r--r--x11-misc/bblaunch/bblaunch-0.0.3.ebuild14
1 files changed, 3 insertions, 11 deletions
diff --git a/x11-misc/bblaunch/bblaunch-0.0.3.ebuild b/x11-misc/bblaunch/bblaunch-0.0.3.ebuild
index bf560a38b57d..51d8f0de93b9 100644
--- a/x11-misc/bblaunch/bblaunch-0.0.3.ebuild
+++ b/x11-misc/bblaunch/bblaunch-0.0.3.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=2
-inherit eutils
+EAPI=7
DESCRIPTION="An application launcher for Blackbox type window managers"
SRC_URI="http://www.stud.ifi.uio.no/~steingrd/${P}.tar.gz"
@@ -13,11 +12,4 @@ SLOT="0"
KEYWORDS="ppc x86 ~x86-fbsd"
IUSE=""
-src_prepare() {
- epatch "${FILESDIR}"/${P}.patch
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc README CHANGELOG AUTHORS
-}
+PATCHES=( "${FILESDIR}/${P}.patch" )