summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-02-14 15:21:18 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-02-14 15:21:18 +0000
commit76a8271c77573c7404b95c2bb57338b417d4c13e (patch)
treee260a739a9102e2231f9096a028786ec95502830 /app-doc/phrack/phrack-53.ebuild
parentVersion bump (diff)
downloadgentoo-2-76a8271c77573c7404b95c2bb57338b417d4c13e.tar.gz
gentoo-2-76a8271c77573c7404b95c2bb57338b417d4c13e.tar.bz2
gentoo-2-76a8271c77573c7404b95c2bb57338b417d4c13e.zip
Update to EAPI=5. Fixes bug #536700
Diffstat (limited to 'app-doc/phrack/phrack-53.ebuild')
-rw-r--r--app-doc/phrack/phrack-53.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/app-doc/phrack/phrack-53.ebuild b/app-doc/phrack/phrack-53.ebuild
index bdcedfe7a403..65affc1419e5 100644
--- a/app-doc/phrack/phrack-53.ebuild
+++ b/app-doc/phrack/phrack-53.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/phrack/phrack-53.ebuild,v 1.16 2014/08/10 10:58:05 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/phrack/phrack-53.ebuild,v 1.17 2015/02/14 15:21:18 mrueg Exp $
+
+EAPI=5
MY_P=${PN}${PV}
DESCRIPTION="A Hacker magazine by the community, for the community"
@@ -15,8 +17,6 @@ IUSE=""
S=${WORKDIR}/${MY_P}
src_install() {
- [[ -d ${S} ]] || cd "${WORKDIR}"/*
- insinto /usr/share/doc/${PN}
- doins * || die "doins failed"
- prepalldocs
+ insinto /usr/share/doc/${PN}
+ doins *
}