From 06892395dfd0b3e6fff92c221de3d5e84bcd7f9c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Bartoszkiewicz?= Date: Tue, 16 Aug 2016 22:00:59 +0200 Subject: [PATCH] Aktualizacja app-portage/eix-9999 --- app-portage/eix/eix-9999.ebuild | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/app-portage/eix/eix-9999.ebuild b/app-portage/eix/eix-9999.ebuild index 34ea757..163ba6e 100644 --- a/app-portage/eix/eix-9999.ebuild +++ b/app-portage/eix/eix-9999.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 EGIT_REPO_URI="https://github.com/vaeth/eix.git" WANT_LIBTOOL="none" PLOCALES="de ru" -inherit autotools git-r3 bash-completion-r1 eutils l10n +inherit autotools git-r3 bash-completion-r1 l10n systemd DESCRIPTION="Search and query ebuilds, portage incl. local settings, ext. overlays, version changes, and more" HOMEPAGE="https://github.com/vaeth/eix/" @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/vaeth/eix/" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="debug +dep doc nls optimization security strong-optimization strong-security sqlite swap-remote tools" +IUSE="debug +dep doc nls optimization +required-use security strong-optimization strong-security sqlite swap-remote tools" BOTHDEPEND="sqlite? ( >=dev-db/sqlite-3 ) nls? ( virtual/libintl )" @@ -27,8 +27,8 @@ DEPEND="${BOTHDEPEND} >=sys-devel/gettext-0.18.3" src_prepare() { - sed -i -e "s'/'${EPREFIX}/'" -- "${S}"/tmpfiles.d/eix.conf - epatch_user + sed -i -e "s'/'${EPREFIX}/'" -- "${S}"/tmpfiles.d/eix.conf || die + eapply_user eautoreconf } @@ -41,18 +41,16 @@ src_configure() { $(use_enable swap-remote) \ $(use_with prefix always-accept-keywords) \ $(use_with dep dep-default) \ + $(use_with required-use required-use-default) \ --with-zsh-completion \ --with-portage-rootpath="${ROOTPATH}" \ - --with-eprefix-default="${EPREFIX}" \ - --docdir="${EPREFIX}/usr/share/doc/${PF}" \ - --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" + --with-eprefix-default="${EPREFIX}" } src_install() { default dobashcomp bash/eix - insinto "/usr/lib/tmpfiles.d" - doins tmpfiles.d/eix.conf + systemd_dotmpfilesd tmpfiles.d/eix.conf } pkg_postinst() { -- 2.43.2