From 003c9dc975e405c979b5fd285e23bd25ce9711e4 Mon Sep 17 00:00:00 2001 From: Manuel RĂ¼ger Date: Mon, 3 Oct 2016 02:12:20 +0200 Subject: quickstart: Update the first ebuild to the latest EAPI Drop dohtml, as it is deprecated in EAPI=6 and we should not encourage new users to use it. --- quickstart/text.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'quickstart') diff --git a/quickstart/text.xml b/quickstart/text.xml index e919716..25d66bd 100644 --- a/quickstart/text.xml +++ b/quickstart/text.xml @@ -38,7 +38,7 @@ can see real ebuilds in the main tree). # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 DESCRIPTION="Exuberant ctags generates tags files for quick source navigation" HOMEPAGE="http://ctags.sourceforge.net" @@ -56,7 +56,6 @@ src_install() { emake DESTDIR="${D}" install dodoc FAQ NEWS README - dohtml EXTENDING.html ctags.html } @@ -162,7 +161,7 @@ installs.

-The dodoc and dohtml are helper functions for installing +The dodoc is a helper function for installing files into the relevant part of /usr/share/doc.

-- cgit v1.2.3-65-gdbad