From c47d5cf824ca40fea3e0281b2c949ffb6bb7fc29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Wed, 10 Feb 2016 15:55:18 +0100 Subject: [PATCH] some EAPI 6 bumps in ebuilds requiring no or only minor changes --- app-admin/ldapscripts/ldapscripts-2.0.6.ebuild | 7 ++++--- dev-games/StormLib/StormLib-9.20.ebuild | 4 ++-- dev-games/bncsutil/bncsutil-1.3.1_p20110720.ebuild | 4 ++-- games-server/ghost++/ghost++-17.1_p20131215.ebuild | 4 ++-- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/app-admin/ldapscripts/ldapscripts-2.0.6.ebuild b/app-admin/ldapscripts/ldapscripts-2.0.6.ebuild index 1dfb218..8db49e8 100644 --- a/app-admin/ldapscripts/ldapscripts-2.0.6.ebuild +++ b/app-admin/ldapscripts/ldapscripts-2.0.6.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 DESCRIPTION="Shell scripts to manage POSIX accounts in an LDAP." HOMEPAGE="http://contribs.martymac.org/" @@ -19,11 +19,12 @@ DEPEND="" RDEPEND="net-nds/openldap app-arch/sharutils" +DOCS=( CHANGELOG README TODO ) + src_compile() { emake DESTDIR="${EROOT}" PREFIX="${EROOT}usr" LIBDIR="${EROOT}var/lib/${PN}" MANDIR="${EROOT}usr/share/man" ETCDIR="${EROOT}etc/${PN}" configure } src_install() { emake DESTDIR="${ED}" PREFIX="${EROOT}usr" LIBDIR="${EROOT}var/lib/${PN}" MANDIR="${EROOT}usr/share/man" ETCDIR="${EROOT}etc/${PN}" install - dodoc CHANGELOG README TODO VERSION } diff --git a/dev-games/StormLib/StormLib-9.20.ebuild b/dev-games/StormLib/StormLib-9.20.ebuild index 749398a..f3ec346 100644 --- a/dev-games/StormLib/StormLib-9.20.ebuild +++ b/dev-games/StormLib/StormLib-9.20.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI="6" inherit cmake-multilib diff --git a/dev-games/bncsutil/bncsutil-1.3.1_p20110720.ebuild b/dev-games/bncsutil/bncsutil-1.3.1_p20110720.ebuild index 44b1563..5f879d3 100644 --- a/dev-games/bncsutil/bncsutil-1.3.1_p20110720.ebuild +++ b/dev-games/bncsutil/bncsutil-1.3.1_p20110720.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI="6" AUTOTOOLS_AUTORECONF=1 diff --git a/games-server/ghost++/ghost++-17.1_p20131215.ebuild b/games-server/ghost++/ghost++-17.1_p20131215.ebuild index ff2c1c0..266f587 100644 --- a/games-server/ghost++/ghost++-17.1_p20131215.ebuild +++ b/games-server/ghost++/ghost++-17.1_p20131215.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI="6" inherit cmake-utils