From 071cec1ba5446b7380351c74c25150ee3950d291 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Tue, 19 Mar 2013 23:33:05 +0100 Subject: eix: Add USE=swap-remote --- app-portage/eix/ChangeLog | 3 +++ app-portage/eix/eix-99999999.ebuild | 5 +++-- app-portage/eix/metadata.xml | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'app-portage/eix') diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog index d764f7ed..e5dd5a5f 100644 --- a/app-portage/eix/ChangeLog +++ b/app-portage/eix/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 19 Mar 2013; Martin Väth + Require >=gettext-0.18.2. Add USE=swap-remote. + 26 Jan 2013; Martin Väth Add IUSE=strong-security diff --git a/app-portage/eix/eix-99999999.ebuild b/app-portage/eix/eix-99999999.ebuild index 7d90cfbb..b51dbc46 100644 --- a/app-portage/eix/eix-99999999.ebuild +++ b/app-portage/eix/eix-99999999.ebuild @@ -19,14 +19,14 @@ PROPERTIES="live" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="clang debug +dep doc nls optimization security strong-optimization strong-security sqlite tools zsh-completion" +IUSE="clang debug +dep doc nls optimization security strong-optimization strong-security sqlite swap-remote tools zsh-completion" RDEPEND="app-shells/push sqlite? ( >=dev-db/sqlite-3 ) nls? ( virtual/libintl )" DEPEND="${RDEPEND} clang? ( sys-devel/clang ) - sys-devel/gettext" + >=sys-devel/gettext-0.18.2" pkg_setup() { case " ${REPLACING_VERSIONS}" in @@ -49,6 +49,7 @@ src_configure() { $(use_enable security) $(use_enable optimization) \ $(use_enable strong-security) \ $(use_enable strong-optimization) $(use_enable debug debugging) \ + $(use_enable swap-remote) \ $(use_with prefix always-accept-keywords) \ $(use_with dep dep-default) \ $(use_with clang nongnu-cxx clang++) \ diff --git a/app-portage/eix/metadata.xml b/app-portage/eix/metadata.xml index 95965b5a..de246348 100644 --- a/app-portage/eix/metadata.xml +++ b/app-portage/eix/metadata.xml @@ -29,6 +29,7 @@ Adds several more agressive CXXFLAGS/LDFLAGS for optimization like graphite (if available). May cause trouble with some buggy compiler versions. Absense of this USE flag does not strip user's *FLAGS Add many checks to prevent exploits if eix code has a bug. This will slow down eix considerably. Use only if you are paranoid or have reasons to suspect a bug. Compile in support for portage's sqlite backend; to actually use it you need additional configuration of portage and eix + Swap role of remote addresses in eix-remote, making the data from gpo.zugaina.org the first choice. Create separate binary for script helper tools; useful if they are called extremely often -- cgit v1.2.3-65-gdbad