commit:     91c02b6a97e4cc6ac17457640bb32c3d708093b3
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 20 17:50:54 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Nov 20 17:50:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c02b6a

media-libs/adplug: Build live ebuild out of source

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 media-libs/adplug/adplug-9999.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/media-libs/adplug/adplug-9999.ebuild 
b/media-libs/adplug/adplug-9999.ebuild
index b44d43a3eae..888886e9b78 100644
--- a/media-libs/adplug/adplug-9999.ebuild
+++ b/media-libs/adplug/adplug-9999.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=6
 
+inherit out-of-source
+
 DESCRIPTION="A free, cross-platform, hardware independent AdLib sound player 
library"
 HOMEPAGE="http://adplug.sourceforge.net";
 
@@ -27,13 +29,13 @@ src_prepare() {
        [[ ${PV} == *9999 ]] && eautoreconf
 }
 
-src_configure() {
+my_src_configure() {
        econf \
                $(use_enable static-libs static) \
                $(use_enable debug)
 }
 
-src_install() {
-       default
+my_src_install_all() {
+       einstalldocs
        find "${D}" -name '*.la' -delete || die
 }

Reply via email to