public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/portage:prefix commit in: /
Date: Wed, 26 Sep 2012 18:26:01 +0000 (UTC)	[thread overview]
Message-ID: <1348683874.596938085a7f715f2dbe44720f42d213b281b50c.grobian@gentoo> (raw)

commit:     596938085a7f715f2dbe44720f42d213b281b50c
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 26 18:24:34 2012 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Sep 26 18:24:34 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=59693808

Merge remote-tracking branch 'overlays-gentoo-org/master' into prefix

Conflicts:
	bin/ebuild-helpers/doconfd
	bin/ebuild-helpers/doenvd
	bin/ebuild-helpers/doinitd
	bin/isolated-functions.sh
	bin/misc-functions.sh
	cnf/make.globals
	pym/portage/dbapi/bintree.py
	pym/portage/dbapi/vartree.py


 NEWS                                               |   13 +-
 RELEASE-NOTES                                      |   16 +-
 bin/bashrc-functions.sh                            |   59 +-
 bin/dohtml.py                                      |    2 +-
 bin/ebuild-helpers/dobin                           |    6 +-
 bin/ebuild-helpers/doconfd                         |    2 +-
 bin/ebuild-helpers/dodir                           |    2 +-
 bin/ebuild-helpers/dodoc                           |    4 +-
 bin/ebuild-helpers/doenvd                          |    2 +-
 bin/ebuild-helpers/doexe                           |    6 +-
 bin/ebuild-helpers/doheader                        |    4 +-
 bin/ebuild-helpers/dohtml                          |    2 +-
 bin/ebuild-helpers/doinfo                          |    6 +-
 bin/ebuild-helpers/doinitd                         |    2 +-
 bin/ebuild-helpers/doins                           |   14 +-
 bin/ebuild-helpers/dolib                           |    6 +-
 bin/ebuild-helpers/doman                           |    6 +-
 bin/ebuild-helpers/domo                            |    4 +-
 bin/ebuild-helpers/dosbin                          |    6 +-
 bin/ebuild-helpers/dosym                           |    4 +-
 bin/ebuild-helpers/ecompress                       |   14 +-
 bin/ebuild-helpers/ecompressdir                    |   22 +-
 bin/ebuild-helpers/emake                           |    2 +-
 bin/ebuild-helpers/fowners                         |    2 +-
 bin/ebuild-helpers/fperms                          |    2 +-
 bin/ebuild-helpers/newins                          |   10 +-
 bin/ebuild-helpers/prepalldocs                     |    2 +-
 bin/ebuild-helpers/prepinfo                        |    2 +-
 bin/ebuild-helpers/prepstrip                       |   22 +-
 bin/ebuild.sh                                      |   82 +-
 bin/egencache                                      |    4 +-
 bin/emerge-webrsync                                |   20 +-
 bin/helper-functions.sh                            |   26 +-
 bin/isolated-functions.sh                          |   84 +-
 bin/misc-functions.sh                              |  137 ++--
 bin/phase-functions.sh                             |  314 +++----
 bin/phase-helpers.sh                               |   93 +-
 bin/portageq                                       |    9 +-
 bin/repoman                                        |  103 +-
 bin/save-ebuild-env.sh                             |   57 +-
 cnf/make.globals                                   |    3 +-
 doc/package/ebuild.docbook                         |    2 +
 doc/package/ebuild/eapi/4-python.docbook           |    7 +-
 doc/package/ebuild/eapi/5-hdepend.docbook          |   32 +
 .../eapi/{4-python.docbook => 5-progress.docbook}  |   44 +-
 doc/package/ebuild/eapi/5.docbook                  |   40 +-
 doc/portage.docbook                                |    2 +
 man/ebuild.5                                       | 1070 ++++++++++++--------
 man/emerge.1                                       |   45 +-
 man/make.conf.5                                    |   28 +-
 man/portage.5                                      |   95 ++-
 man/repoman.1                                      |   72 +-
 misc/emerge-delta-webrsync                         |    4 +
 pym/_emerge/BlockerDB.py                           |    5 +-
 pym/_emerge/EbuildMetadataPhase.py                 |    9 +-
 pym/_emerge/FakeVartree.py                         |    4 +-
 pym/_emerge/MetadataRegen.py                       |    6 +-
 pym/_emerge/Package.py                             |   32 +-
 pym/_emerge/actions.py                             |   11 +-
 pym/_emerge/depgraph.py                            |   75 +-
 pym/_emerge/is_valid_package_atom.py               |    4 +-
 pym/_emerge/main.py                                |   24 +-
 pym/_emerge/resolver/circular_dependency.py        |    4 +-
 pym/_emerge/resolver/output.py                     |  157 ++--
 pym/_emerge/resolver/output_helpers.py             |   78 ++-
 pym/portage/__init__.py                            |    6 +-
 pym/portage/_global_updates.py                     |   14 +-
 pym/portage/_sets/__init__.py                      |    4 +
 pym/portage/cache/flat_list.py                     |  134 ---
 pym/portage/cache/metadata.py                      |    3 +-
 pym/portage/cache/sqlite.py                        |   25 +-
 pym/portage/const.py                               |   18 +-
 pym/portage/dbapi/__init__.py                      |   15 +-
 pym/portage/dbapi/bintree.py                       |   13 +-
 pym/portage/dbapi/porttree.py                      |    3 +-
 pym/portage/dbapi/vartree.py                       |   36 +-
 pym/portage/dep/__init__.py                        |   12 +-
 pym/portage/dep/_slot_operator.py                  |   11 +-
 pym/portage/dep/dep_check.py                       |   13 +-
 pym/portage/eapi.py                                |   26 +-
 pym/portage/emaint/modules/move/move.py            |    4 +-
 pym/portage/manifest.py                            |   38 +-
 .../package/ebuild/_config/LocationsManager.py     |   49 +-
 pym/portage/package/ebuild/_config/UseManager.py   |   24 +-
 .../package/ebuild/_config/special_env_vars.py     |    3 +-
 pym/portage/package/ebuild/config.py               |   73 +-
 .../package/ebuild/deprecated_profile_check.py     |   21 +-
 pym/portage/package/ebuild/doebuild.py             |   46 +-
 pym/portage/package/ebuild/fetch.py                |   21 +-
 pym/portage/repository/config.py                   |   32 +-
 pym/portage/tests/dbapi/test_portdb_cache.py       |   15 -
 pym/portage/tests/dep/testAtom.py                  |    1 -
 pym/portage/tests/dep/test_isvalidatom.py          |    2 +-
 pym/portage/tests/dep/test_match_from_list.py      |    2 -
 pym/portage/tests/emerge/test_emerge_slot_abi.py   |   22 -
 pym/portage/tests/emerge/test_simple.py            |   17 -
 pym/portage/tests/repoman/test_simple.py           |   35 +-
 pym/portage/tests/resolver/ResolverPlayground.py   |  240 ++---
 .../tests/resolver/test_features_test_use.py       |   68 ++
 pym/portage/tests/resolver/test_targetroot.py      |   85 ++
 pym/portage/tests/update/test_update_dbentry.py    |   50 +-
 pym/portage/update.py                              |   82 ++-
 pym/portage/util/__init__.py                       |    4 +-
 pym/portage/util/_eventloop/EventLoop.py           |   30 +-
 pym/portage/util/_eventloop/PollSelectAdapter.py   |    2 +-
 pym/portage/util/env_update.py                     |   38 +-
 pym/portage/versions.py                            |    4 +-
 107 files changed, 2385 insertions(+), 1982 deletions(-)

diff --cc bin/ebuild-helpers/dobin
index 922e600,06ae0c7..3d81c2d
--- a/bin/ebuild-helpers/dobin
+++ b/bin/ebuild-helpers/dobin
@@@ -2,10 -2,10 +2,10 @@@
  # Copyright 1999-2011 Gentoo Foundation
  # Distributed under the terms of the GNU General Public License v2
  
 -source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
 +source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh
  
  if [[ $# -lt 1 ]] ; then
- 	helpers_die "${0##*/}: at least one argument needed"
+ 	__helpers_die "${0##*/}: at least one argument needed"
  	exit 1
  fi
  
diff --cc bin/ebuild-helpers/doconfd
index 42f3e42,a3c09a5..d0d3901
--- a/bin/ebuild-helpers/doconfd
+++ b/bin/ebuild-helpers/doconfd
@@@ -3,8 -3,8 +3,8 @@@
  # Distributed under the terms of the GNU General Public License v2
  
  if [[ $# -lt 1 ]] ; then
 -	source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
 +	source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh
- 	helpers_die "${0##*/}: at least one argument needed"
+ 	__helpers_die "${0##*/}: at least one argument needed"
  	exit 1
  fi
  
diff --cc bin/ebuild-helpers/dodoc
index 4b9c8b9,2b0533f..7f5e364
--- a/bin/ebuild-helpers/dodoc
+++ b/bin/ebuild-helpers/dodoc
@@@ -13,10 -13,10 +13,10 @@@ case "${EAPI}" i
  		;;
  esac
  
 -source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
 +source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh
  
  if [ $# -lt 1 ] ; then
- 	helpers_die "${0##*/}: at least one argument needed"
+ 	__helpers_die "${0##*/}: at least one argument needed"
  	exit 1 	
  fi
  
diff --cc bin/ebuild-helpers/doenvd
index 31c57d5,9287933..c4fae04
--- a/bin/ebuild-helpers/doenvd
+++ b/bin/ebuild-helpers/doenvd
@@@ -3,8 -3,8 +3,8 @@@
  # Distributed under the terms of the GNU General Public License v2
  
  if [[ $# -lt 1 ]] ; then
 -	source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
 +	source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh
- 	helpers_die "${0##*/}: at least one argument needed"
+ 	__helpers_die "${0##*/}: at least one argument needed"
  	exit 1
  fi
  
diff --cc bin/ebuild-helpers/doexe
index 05a8759,efbf638..9c845ca
--- a/bin/ebuild-helpers/doexe
+++ b/bin/ebuild-helpers/doexe
@@@ -2,10 -2,10 +2,10 @@@
  # Copyright 1999-2011 Gentoo Foundation
  # Distributed under the terms of the GNU General Public License v2
  
 -source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
 +source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh
  
  if [[ $# -lt 1 ]] ; then
- 	helpers_die "${0##*/}: at least one argument needed"
+ 	__helpers_die "${0##*/}: at least one argument needed"
  	exit 1
  fi
  
diff --cc bin/ebuild-helpers/dohtml
index b3a3c7a,aec5e79..4f102b0
--- a/bin/ebuild-helpers/dohtml
+++ b/bin/ebuild-helpers/dohtml
@@@ -2,13 -2,13 +2,13 @@@
  # Copyright 2009-2010 Gentoo Foundation
  # Distributed under the terms of the GNU General Public License v2
  
 -source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
 +source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh
  
 -PORTAGE_BIN_PATH=${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}
 -PORTAGE_PYM_PATH=${PORTAGE_PYM_PATH:-/usr/lib/portage/pym}
 +PORTAGE_BIN_PATH=${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}
 +PORTAGE_PYM_PATH=${PORTAGE_PYM_PATH:-@PORTAGE_BASE@/pym}
  PYTHONPATH=$PORTAGE_PYM_PATH${PYTHONPATH:+:}$PYTHONPATH \
 -	"${PORTAGE_PYTHON:-/usr/bin/python}" "$PORTAGE_BIN_PATH/dohtml.py" "$@"
 +	"${PORTAGE_PYTHON:-@PREFIX_PORTAGE_PYTHON@}" "$PORTAGE_BIN_PATH/dohtml.py" "$@"
  
  ret=$?
- [[ $ret -ne 0 ]] && helpers_die "${0##*/} failed"
+ [[ $ret -ne 0 ]] && __helpers_die "${0##*/} failed"
  exit $ret
diff --cc bin/ebuild-helpers/doinfo
index 4597b2e,e4ccc90..db49bed
--- a/bin/ebuild-helpers/doinfo
+++ b/bin/ebuild-helpers/doinfo
@@@ -2,10 -2,10 +2,10 @@@
  # Copyright 1999-2011 Gentoo Foundation
  # Distributed under the terms of the GNU General Public License v2
  
 -source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
 +source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh
  
  if [[ -z $1 ]] ; then
- 	helpers_die "${0##*/}: at least one argument needed"
+ 	__helpers_die "${0##*/}: at least one argument needed"
  	exit 1 	
  fi
  
diff --cc bin/ebuild-helpers/doinitd
index 9eefa52,476b858..8e99fa8
--- a/bin/ebuild-helpers/doinitd
+++ b/bin/ebuild-helpers/doinitd
@@@ -3,8 -3,8 +3,8 @@@
  # Distributed under the terms of the GNU General Public License v2
  
  if [[ $# -lt 1 ]] ; then
 -	source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
 +	source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh
- 	helpers_die "${0##*/}: at least one argument needed"
+ 	__helpers_die "${0##*/}: at least one argument needed"
  	exit 1
  fi
  
diff --cc bin/ebuild-helpers/doins
index 511eb17,c534f3f..343a150
--- a/bin/ebuild-helpers/doins
+++ b/bin/ebuild-helpers/doins
@@@ -33,22 -33,13 +33,22 @@@ f
  	case "$EAPI" in 0|1|2) export ED="${D}" ;; esac
  
  if [[ ${INSDESTTREE#${ED}} != "${INSDESTTREE}" ]]; then
- 	vecho "-------------------------------------------------------" 1>&2
- 	vecho "You should not use \${D} or \${ED} with helpers." 1>&2
- 	vecho "  --> ${INSDESTTREE}" 1>&2
- 	vecho "-------------------------------------------------------" 1>&2
- 	helpers_die "${helper} used with \${D} or \${ED}"
+ 	__vecho "-------------------------------------------------------" 1>&2
+ 	__vecho "You should not use \${D} or \${ED} with helpers." 1>&2
+ 	__vecho "  --> ${INSDESTTREE}" 1>&2
+ 	__vecho "-------------------------------------------------------" 1>&2
+ 	__helpers_die "${helper} used with \${D} or \${ED}"
  	exit 1
  fi
 +# PREFIX LOCAL: check for usage with EPREFIX
 +if [[ ${INSDESTTREE#${EPREFIX}} != "${INSDESTTREE}" ]]; then
 +	vecho "-------------------------------------------------------" 1>&2
 +	vecho "You should not use \${EPREFIX} with helpers." 1>&2
 +	vecho "  --> ${INSDESTTREE}" 1>&2
 +	vecho "-------------------------------------------------------" 1>&2
 +	exit 1
 +fi
 +# END PREFIX LOCAL
  
  case "$EAPI" in
  	0|1|2|3)
diff --cc bin/ebuild-helpers/doman
index 96735f7,c10296b..dd5440d
--- a/bin/ebuild-helpers/doman
+++ b/bin/ebuild-helpers/doman
@@@ -2,10 -2,10 +2,10 @@@
  # Copyright 1999-2011 Gentoo Foundation
  # Distributed under the terms of the GNU General Public License v2
  
 -source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
 +source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh
  
  if [[ $# -lt 1 ]] ; then
- 	helpers_die "${0##*/}: at least one argument needed"
+ 	__helpers_die "${0##*/}: at least one argument needed"
  	exit 1
  fi
  
diff --cc bin/ebuild-helpers/dosbin
index 694953d,edc4584..9765b75
--- a/bin/ebuild-helpers/dosbin
+++ b/bin/ebuild-helpers/dosbin
@@@ -2,10 -2,10 +2,10 @@@
  # Copyright 1999-2011 Gentoo Foundation
  # Distributed under the terms of the GNU General Public License v2
  
 -source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
 +source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh
  
  if [[ $# -lt 1 ]] ; then
- 	helpers_die "${0##*/}: at least one argument needed"
+ 	__helpers_die "${0##*/}: at least one argument needed"
  	exit 1
  fi
  
diff --cc bin/ebuild-helpers/dosym
index b96f845,34637c2..a98d053
--- a/bin/ebuild-helpers/dosym
+++ b/bin/ebuild-helpers/dosym
@@@ -2,10 -2,10 +2,10 @@@
  # Copyright 1999-2012 Gentoo Foundation
  # Distributed under the terms of the GNU General Public License v2
  
 -source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
 +source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh
  
  if [[ $# -ne 2 ]] ; then
- 	helpers_die "${0##*/}: two arguments needed"
+ 	__helpers_die "${0##*/}: two arguments needed"
  	exit 1
  fi
  
diff --cc bin/ebuild-helpers/ecompress
index fe974cc,71287b4..6614cdc
--- a/bin/ebuild-helpers/ecompress
+++ b/bin/ebuild-helpers/ecompress
@@@ -2,10 -2,10 +2,10 @@@
  # Copyright 1999-2010 Gentoo Foundation
  # Distributed under the terms of the GNU General Public License v2
  
 -source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
 +source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh
  
  if [[ -z $1 ]] ; then
- 	helpers_die "${0##*/}: at least one argument needed"
+ 	__helpers_die "${0##*/}: at least one argument needed"
  	exit 1
  fi
  
diff --cc bin/ebuild-helpers/ecompressdir
index bf76b1f,097ade2..464dd37
--- a/bin/ebuild-helpers/ecompressdir
+++ b/bin/ebuild-helpers/ecompressdir
@@@ -2,10 -2,10 +2,10 @@@
  # Copyright 1999-2011 Gentoo Foundation
  # Distributed under the terms of the GNU General Public License v2
  
 -source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/helper-functions.sh
 +source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/helper-functions.sh
  
  if [[ -z $1 ]] ; then
- 	helpers_die "${0##*/}: at least one argument needed"
+ 	__helpers_die "${0##*/}: at least one argument needed"
  	exit 1
  fi
  
diff --cc bin/ebuild-helpers/emake
index 197e0da,69d836f..60286ec
--- a/bin/ebuild-helpers/emake
+++ b/bin/ebuild-helpers/emake
@@@ -22,7 -22,7 +22,7 @@@ if [[ $PORTAGE_QUIET != 1 ]] ; the
  	) >&2
  fi
  
 -${MAKE:-make} ${MAKEOPTS} ${EXTRA_EMAKE} "$@"
 +${MAKE:-make} SHELL="${BASH:-/bin/bash}" ${MAKEOPTS} ${EXTRA_EMAKE} "$@"
  ret=$?
- [[ $ret -ne 0 ]] && helpers_die "${0##*/} failed"
+ [[ $ret -ne 0 ]] && __helpers_die "${0##*/} failed"
  exit $ret
diff --cc bin/emerge-webrsync
index cdcf716,09b7574..10ce71d
--- a/bin/emerge-webrsync
+++ b/bin/emerge-webrsync
@@@ -196,11 -189,9 +196,11 @@@ get_snapshot_timestamp() 
  sync_local() {
  	local file="$1"
  
- 	vecho "Syncing local tree ..."
+ 	__vecho "Syncing local tree ..."
  
 -	local ownership="portage:portage"
 +	# PREFIX LOCAL: use PORTAGE_USER and PORTAGE_GROUP
 +	local ownership="${PORTAGE_USER:-portage}:${PORTAGE_GROUP:-portage}"
 +	# END PREFIX LOCAL
  	if has usersync ${FEATURES} ; then
  		case "${USERLAND}" in
  			BSD)
diff --cc bin/misc-functions.sh
index 8c6a126,55d37f2..b66ded4
mode 100644,100755..100644
--- a/bin/misc-functions.sh
+++ b/bin/misc-functions.sh
@@@ -1,5 -1,5 +1,5 @@@
 -#!/bin/bash
 +#!@PORTAGE_BASH@
- # Copyright 1999-2011 Gentoo Foundation
+ # Copyright 1999-2012 Gentoo Foundation
  # Distributed under the terms of the GNU General Public License v2
  #
  # Miscellaneous shell functions that make use of the ebuild env but don't need
@@@ -155,12 -165,8 +168,10 @@@ install_qa_check() 
  	[[ " ${FEATURES} " == *" force-prefix "* ]] || \
  		case "$EAPI" in 0|1|2) local EPREFIX= ED=${D} ;; esac
  
 -	cd "${ED}" || die "cd failed"
 +	# PREFIX LOCAL: ED needs not to exist, whereas D does
 +	cd "${D}" || die "cd failed"
 +	# END PREFIX LOCAL
  
- 	# Merge QA_FLAGS_IGNORED and QA_DT_HASH into a single array, since
- 	# QA_DT_HASH is deprecated.
  	qa_var="QA_FLAGS_IGNORED_${ARCH/-/_}"
  	eval "[[ -n \${!qa_var} ]] && QA_FLAGS_IGNORED=(\"\${${qa_var}[@]}\")"
  	if [[ ${#QA_FLAGS_IGNORED[@]} -eq 1 ]] ; then
@@@ -276,14 -259,12 +264,14 @@@
  	fi
  
  	# Now we look for all world writable files.
 -	local unsafe_files=$(find "${ED}" -type f -perm -2 | sed -e "s:^${ED}:- :")
 +	# PREFIX LOCAL: keep offset in the paths
 +	local unsafe_files=$(find "${ED}" -type f -perm -2 | sed -e "s:^${D}:- :")
 +	# END PREFIX LOCAL
  	if [[ -n ${unsafe_files} ]] ; then
- 		vecho "QA Security Notice: world writable file(s):"
- 		vecho "${unsafe_files}"
- 		vecho "- This may or may not be a security problem, most of the time it is one."
- 		vecho "- Please double check that $PF really needs a world writeable bit and file bugs accordingly."
+ 		__vecho "QA Security Notice: world writable file(s):"
+ 		__vecho "${unsafe_files}"
+ 		__vecho "- This may or may not be a security problem, most of the time it is one."
+ 		__vecho "- Please double check that $PF really needs a world writeable bit and file bugs accordingly."
  		sleep 1
  	fi
  
@@@ -621,13 -565,12 +609,12 @@@ install_qa_check_misc() 
  	# this should help to ensure that all (most?) shared libraries are executable
  	# and that all libtool scripts / static libraries are not executable
  	local j
- 	for i in "${ED}"opt/*/lib{,32,64} \
- 	         "${ED}"lib{,32,64}       \
- 	         "${ED}"usr/lib{,32,64}   \
- 	         "${ED}"usr/X11R6/lib{,32,64} ; do
+ 	for i in "${ED}"opt/*/lib* \
+ 	         "${ED}"lib* \
+ 	         "${ED}"usr/lib* ; do
  		[[ ! -d ${i} ]] && continue
  
 -		for j in "${i}"/*.so.* "${i}"/*.so ; do
 +		for j in "${i}"/*.so.* "${i}"/*.so "${i}"/*.dylib "${i}"/*.dll ; do
  			[[ ! -e ${j} ]] && continue
  			[[ -L ${j} ]] && continue
  			[[ -x ${j} ]] && continue
@@@ -681,17 -620,12 +668,17 @@@
  	[[ ${abort} == "yes" ]] && die "add those ldscripts"
  
  	# Make sure people don't store libtool files or static libs in /lib
 -	f=$(ls "${ED}"lib*/*.{a,la} 2>/dev/null)
 +	# PREFIX LOCAL: on AIX, "dynamic libs" have extension .a, so don't
 +	# get false positives
 +	[[ ${CHOST} == *-aix* ]] \
 +		&& f=$(ls "${ED}"lib*/*.la 2>/dev/null || true) \
 +		|| f=$(ls "${ED}"lib*/*.{a,la} 2>/dev/null)
 +	# END PREFIX LOCAL
  	if [[ -n ${f} ]] ; then
- 		vecho -ne '\n'
+ 		__vecho -ne '\n'
  		eqawarn "QA Notice: Excessive files found in the / partition"
  		eqawarn "${f}"
- 		vecho -ne '\n'
+ 		__vecho -ne '\n'
  		die "static archives (*.a) and libtool library files (*.la) do not belong in /"
  	fi
  
diff --cc bin/phase-functions.sh
index 857dc6e,97e762a..a9b014a
--- a/bin/phase-functions.sh
+++ b/bin/phase-functions.sh
@@@ -137,13 -137,13 +137,13 @@@ __filter_readonly_variables() 
  		fi
  	fi
  
 -	"${PORTAGE_PYTHON:-/usr/bin/python}" "${PORTAGE_BIN_PATH}"/filter-bash-environment.py "${filtered_vars}" || die "filter-bash-environment.py failed"
 +	"${PORTAGE_PYTHON:-@PREFIX_PORTAGE_PYTHON@}" "${PORTAGE_BIN_PATH}"/filter-bash-environment.py "${filtered_vars}" || die "filter-bash-environment.py failed"
  }
  
- # @FUNCTION: preprocess_ebuild_env
+ # @FUNCTION: __preprocess_ebuild_env
  # @DESCRIPTION:
  # Filter any readonly variables from ${T}/environment, source it, and then
- # save it via save_ebuild_env(). This process should be sufficient to prevent
+ # save it via __save_ebuild_env(). This process should be sufficient to prevent
  # any stale variables or functions from an arbitrary environment from
  # interfering with the current environment. This is useful when an existing
  # environment needs to be loaded from a binary or installed package.
diff --cc cnf/make.globals
index 17d1025,bc69abe..53c4bb6
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@@ -66,13 -66,6 +66,12 @@@ FEATURES="assume-digests binpkg-log
  COLLISION_IGNORE="/lib/modules/* *.py[co]"
  UNINSTALL_IGNORE="/lib/modules/*"
  
- # Enable preserve-libs for testing with portage versions that support it.
- # This setting is commented out for portage versions that don't support it.
++# Prefix: we want preserve-libs, not sure how mainline goes about this
 +FEATURES="${FEATURES} preserve-libs"
 +
 +# Force EPREFIX, ED and EROOT to exist in all EAPIs, not just 3 and up
 +FEATURES="${FEATURES} force-prefix"
 +
  # Default chunksize for binhost comms
  PORTAGE_BINHOST_CHUNKSIZE="3000"
  
diff --cc pym/_emerge/Package.py
index fd8539e,b60f744..315811c
--- a/pym/_emerge/Package.py
+++ b/pym/_emerge/Package.py
@@@ -12,8 -12,8 +12,9 @@@ from portage.dep import Atom, check_req
  from portage.versions import _pkg_str, _unknown_repo
  from portage.eapi import _get_eapi_attrs
  from portage.exception import InvalidDependString
+ from portage.localization import _
  from _emerge.Task import Task
 +from portage.const import EPREFIX
  
  if sys.hexversion >= 0x3000000:
  	basestring = str
@@@ -36,12 -36,14 +37,14 @@@ class Package(Task)
  
  	metadata_keys = [
  		"BUILD_TIME", "CHOST", "COUNTER", "DEPEND", "EAPI",
- 		"INHERITED", "IUSE", "KEYWORDS",
+ 		"HDEPEND", "INHERITED", "IUSE", "KEYWORDS",
  		"LICENSE", "PDEPEND", "PROVIDE", "RDEPEND",
  		"repository", "PROPERTIES", "RESTRICT", "SLOT", "USE",
 -		"_mtime_", "DEFINED_PHASES", "REQUIRED_USE"]
 +		"_mtime_", "DEFINED_PHASES", "REQUIRED_USE", "EPREFIX"]
  
- 	_dep_keys = ('DEPEND', 'PDEPEND', 'RDEPEND',)
+ 	_dep_keys = ('DEPEND', 'HDEPEND', 'PDEPEND', 'RDEPEND')
+ 	_buildtime_keys = ('DEPEND', 'HDEPEND')
+ 	_runtime_keys = ('PDEPEND', 'RDEPEND')
  	_use_conditional_misc_keys = ('LICENSE', 'PROPERTIES', 'RESTRICT')
  	UNKNOWN_REPO = _unknown_repo
  
diff --cc pym/_emerge/actions.py
index ae8df10,f7ec07a..c8d04f2
--- a/pym/_emerge/actions.py
+++ b/pym/_emerge/actions.py
@@@ -30,9 -30,8 +30,9 @@@ from portage import o
  from portage import shutil
  from portage import eapi_is_supported, _unicode_decode
  from portage.cache.cache_errors import CacheError
 +from portage.const import EPREFIX
  from portage.const import GLOBAL_CONFIG_PATH
- from portage.const import _ENABLE_DYN_LINK_MAP
+ from portage.const import _DEPCLEAN_LIB_CHECK_DEFAULT
  from portage.dbapi.dep_expand import dep_expand
  from portage.dbapi._expand_new_virt import expand_new_virt
  from portage.dep import Atom
diff --cc pym/portage/dbapi/bintree.py
index a2c4ec4,cbcfa72..b182295
--- a/pym/portage/dbapi/bintree.py
+++ b/pym/portage/dbapi/bintree.py
@@@ -73,10 -72,11 +73,12 @@@ class bindbapi(fakedbapi)
  		self.cpdict={}
  		# Selectively cache metadata in order to optimize dep matching.
  		self._aux_cache_keys = set(
- 			["BUILD_TIME", "CHOST", "DEPEND", "EAPI", "IUSE", "KEYWORDS",
+ 			["BUILD_TIME", "CHOST", "DEPEND", "EAPI",
+ 			"HDEPEND", "IUSE", "KEYWORDS",
  			"LICENSE", "PDEPEND", "PROPERTIES", "PROVIDE",
 -			"RDEPEND", "repository", "RESTRICT", "SLOT", "USE", "DEFINED_PHASES"
 +			"RDEPEND", "repository", "RESTRICT", "SLOT", "USE", "DEFINED_PHASES",
- 			"EPREFIX"])
++			"EPREFIX"
+ 			])
  		self._aux_cache_slot_dict = slot_dict_class(self._aux_cache_keys)
  		self._aux_cache = {}
  
@@@ -303,22 -303,24 +305,24 @@@ class binarytree(object)
  			self._pkgindex_keys.update(["CPV", "MTIME", "SIZE"])
  			self._pkgindex_aux_keys = \
  				["BUILD_TIME", "CHOST", "DEPEND", "DESCRIPTION", "EAPI",
- 				"IUSE", "KEYWORDS", "LICENSE", "PDEPEND", "PROPERTIES",
+ 				"HDEPEND", "IUSE", "KEYWORDS", "LICENSE", "PDEPEND", "PROPERTIES",
  				"PROVIDE", "RDEPEND", "repository", "SLOT", "USE", "DEFINED_PHASES",
 -				"BASE_URI"]
 +				"BASE_URI", "EPREFIX"]
  			self._pkgindex_aux_keys = list(self._pkgindex_aux_keys)
  			self._pkgindex_use_evaluated_keys = \
- 				("LICENSE", "RDEPEND", "DEPEND",
+ 				("DEPEND", "HDEPEND", "LICENSE", "RDEPEND",
  				"PDEPEND", "PROPERTIES", "PROVIDE")
  			self._pkgindex_header_keys = set([
  				"ACCEPT_KEYWORDS", "ACCEPT_LICENSE",
  				"ACCEPT_PROPERTIES", "CBUILD",
  				"CONFIG_PROTECT", "CONFIG_PROTECT_MASK", "FEATURES",
 -				"GENTOO_MIRRORS", "INSTALL_MASK", "SYNC", "USE"])
 +				"GENTOO_MIRRORS", "INSTALL_MASK", "SYNC", "USE", "EPREFIX"])
  			self._pkgindex_default_pkg_data = {
  				"BUILD_TIME"         : "",
+ 				"DEFINED_PHASES"     : "",
  				"DEPEND"  : "",
  				"EAPI"    : "0",
+ 				"HDEPEND" : "",
  				"IUSE"    : "",
  				"KEYWORDS": "",
  				"LICENSE" : "",
@@@ -330,9 -332,8 +334,8 @@@
  				"RESTRICT": "",
  				"SLOT"    : "0",
  				"USE"     : "",
- 				"DEFINED_PHASES" : "",
  			}
 -			self._pkgindex_inherited_keys = ["CHOST", "repository"]
 +			self._pkgindex_inherited_keys = ["CHOST", "repository", "EPREFIX"]
  
  			# Populate the header with appropriate defaults.
  			self._pkgindex_default_header_data = {
diff --cc pym/portage/dbapi/vartree.py
index 5ecdf81,f8980f7..4a01d7a
--- a/pym/portage/dbapi/vartree.py
+++ b/pym/portage/dbapi/vartree.py
@@@ -42,8 -39,7 +42,7 @@@ portage.proxy.lazyimport.lazyimport(glo
  )
  
  from portage.const import CACHE_PATH, CONFIG_MEMORY_FILE, \
 -	PORTAGE_PACKAGE_ATOM, PRIVATE_PATH, VDB_PATH
 +	PORTAGE_PACKAGE_ATOM, PRIVATE_PATH, VDB_PATH, EPREFIX, EPREFIX_LSTRIP, BASH_BINARY
- from portage.const import _ENABLE_DYN_LINK_MAP, _ENABLE_PRESERVE_LIBS
  from portage.dbapi import dbapi
  from portage.exception import CommandNotFound, \
  	InvalidData, InvalidLocation, InvalidPackageName, \
@@@ -176,25 -171,9 +175,20 @@@ class vardbapi(dbapi)
  		self._counter_path = os.path.join(self._eroot,
  			CACHE_PATH, "counter")
  
- 		self._plib_registry = None
- 		if _ENABLE_PRESERVE_LIBS:
- 			self._plib_registry = PreservedLibsRegistry(settings["ROOT"],
- 				os.path.join(self._eroot, PRIVATE_PATH,
- 				"preserved_libs_registry"))
- 
- 		self._linkmap = None
- 		if _ENABLE_DYN_LINK_MAP:
- 			chost = self.settings.get('CHOST')
- 			if not chost:
- 				chost = 'lunix?' # this happens when profiles are not available
- 			if chost.find('darwin') >= 0:
- 				self._linkmap = LinkageMapMachO(self)
- 			elif chost.find('interix') >= 0 or chost.find('winnt') >= 0:
- 				self._linkmap = LinkageMapPeCoff(self)
- 			elif chost.find('aix') >= 0:
- 				self._linkmap = LinkageMapXCoff(self)
- 			else:
- 				self._linkmap = LinkageMap(self)
+ 		self._plib_registry = PreservedLibsRegistry(settings["ROOT"],
+ 			os.path.join(self._eroot, PRIVATE_PATH, "preserved_libs_registry"))
+ 		self._linkmap = LinkageMap(self)
++		chost = self.settings.get('CHOST')
++		if not chost:
++			chost = 'lunix?' # this happens when profiles are not available
++		if chost.find('darwin') >= 0:
++			self._linkmap = LinkageMapMachO(self)
++		elif chost.find('interix') >= 0 or chost.find('winnt') >= 0:
++			self._linkmap = LinkageMapPeCoff(self)
++		elif chost.find('aix') >= 0:
++			self._linkmap = LinkageMapXCoff(self)
++		else:
++			self._linkmap = LinkageMap(self)
  		self._owners = self._owners_db(self)
  
  		self._cached_counter = None
diff --cc pym/portage/util/env_update.py
index 1486508,4c1fbf8..6dc15a6
--- a/pym/portage/util/env_update.py
+++ b/pym/portage/util/env_update.py
@@@ -86,9 -87,10 +87,10 @@@ def _env_update(makelinks, target_root
  	else:
  		settings = env
  
 -	eprefix = settings.get("EPREFIX", "")
 +	eprefix = settings.get("EPREFIX", portage.const.EPREFIX)
  	eprefix_lstrip = eprefix.lstrip(os.sep)
- 	envd_dir = os.path.join(target_root, eprefix_lstrip, "etc", "env.d")
+ 	eroot = normalize_path(os.path.join(target_root, eprefix_lstrip)).rstrip(os.sep) + os.sep
+ 	envd_dir = os.path.join(eroot, "etc", "env.d")
  	ensure_dirs(envd_dir, mode=0o755)
  	fns = listdir(envd_dir, EmptyOnError=1)
  	fns.sort()
@@@ -304,12 -318,11 +318,11 @@@
  	penvnotice  = "# THIS FILE IS AUTOMATICALLY GENERATED BY env-update.\n"
  	penvnotice += "# DO NOT EDIT THIS FILE. CHANGES TO STARTUP PROFILES\n"
  	cenvnotice  = penvnotice[:]
 -	penvnotice += "# GO INTO /etc/profile NOT /etc/profile.env\n\n"
 -	cenvnotice += "# GO INTO /etc/csh.cshrc NOT /etc/csh.env\n\n"
 +	penvnotice += "# GO INTO " + eprefix + "/etc/profile NOT /etc/profile.env\n\n"
 +	cenvnotice += "# GO INTO " + eprefix + "/etc/csh.cshrc NOT /etc/csh.env\n\n"
  
  	#create /etc/profile.env for bash support
- 	outfile = atomic_ofstream(os.path.join(
- 		target_root, eprefix_lstrip, "etc", "profile.env"))
+ 	outfile = atomic_ofstream(os.path.join(eroot, "etc", "profile.env"))
  	outfile.write(penvnotice)
  
  	env_keys = [ x for x in env if x != "LDPATH" ]


             reply	other threads:[~2012-09-26 18:26 UTC|newest]

Thread overview: 195+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-26 18:26 Fabian Groffen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-25  9:40 [gentoo-commits] proj/portage:prefix commit in: / Fabian Groffen
2024-02-22  7:27 Fabian Groffen
2024-01-18 10:22 Fabian Groffen
2024-01-18  9:36 Fabian Groffen
2023-12-03 10:10 Fabian Groffen
2023-12-03  9:54 Fabian Groffen
2023-12-03  9:54 Fabian Groffen
2023-12-03  9:54 Fabian Groffen
2023-11-24 20:18 Fabian Groffen
2023-11-24 20:06 Fabian Groffen
2023-11-24 20:06 Fabian Groffen
2023-06-22  8:47 Fabian Groffen
2023-06-17  9:04 Fabian Groffen
2023-06-17  8:41 Fabian Groffen
2022-07-28 17:38 Fabian Groffen
2022-07-27 19:20 Fabian Groffen
2022-07-26 19:39 Fabian Groffen
2022-07-25 15:20 Fabian Groffen
2022-07-24 19:27 Fabian Groffen
2022-07-24 14:01 Fabian Groffen
2022-07-24  9:45 Fabian Groffen
2022-01-14 10:40 Fabian Groffen
2022-01-14 10:32 Fabian Groffen
2021-07-06  7:10 Fabian Groffen
2021-04-16 13:37 Fabian Groffen
2021-01-24  9:02 Fabian Groffen
2021-01-04 10:48 Fabian Groffen
2020-12-07 17:28 Fabian Groffen
2020-12-07 16:46 Fabian Groffen
2020-11-23  7:48 Fabian Groffen
2020-11-22 11:15 Fabian Groffen
2020-09-26 11:29 Fabian Groffen
2020-08-02 12:33 Fabian Groffen
2020-06-02 18:55 Fabian Groffen
2020-01-08 19:14 Fabian Groffen
2019-07-01 13:11 Fabian Groffen
2019-05-30  9:20 Fabian Groffen
2019-02-28 12:31 Fabian Groffen
2019-01-11 10:19 Fabian Groffen
2019-01-07 10:22 Fabian Groffen
2018-12-23 11:14 Fabian Groffen
2018-12-12 18:54 Fabian Groffen
2018-08-04  6:56 Fabian Groffen
2018-06-25  8:34 Fabian Groffen
2018-06-17 14:38 Fabian Groffen
2018-06-17 14:38 Fabian Groffen
2018-05-28 15:24 Fabian Groffen
2018-05-25 19:44 Fabian Groffen
2018-05-25 19:44 Fabian Groffen
2018-05-18 19:46 Fabian Groffen
2017-12-12  8:19 Fabian Groffen
2017-10-29 14:51 Fabian Groffen
2017-10-03  7:32 Fabian Groffen
2017-09-22 10:08 Fabian Groffen
2017-08-21 13:27 Fabian Groffen
2017-08-13  7:21 Fabian Groffen
2017-05-23 13:34 Fabian Groffen
2017-03-25  9:12 Fabian Groffen
2017-03-24 19:09 Fabian Groffen
2017-03-24  7:43 Fabian Groffen
2017-03-23 17:46 Fabian Groffen
2017-03-23 17:32 Fabian Groffen
2017-03-23 17:23 Fabian Groffen
2017-03-23 15:38 Fabian Groffen
2017-03-17  8:25 Fabian Groffen
2017-03-02  8:48 Fabian Groffen
2017-03-02  8:18 Fabian Groffen
2017-02-23 14:05 Fabian Groffen
2017-01-27 15:08 Fabian Groffen
2017-01-27 15:08 Fabian Groffen
2016-03-20 19:31 Fabian Groffen
2016-02-21 16:17 Fabian Groffen
2016-02-21 16:17 Fabian Groffen
2016-02-18 19:35 Fabian Groffen
2016-02-18 19:35 Fabian Groffen
2015-06-20  7:12 Fabian Groffen
2015-06-09 18:30 Fabian Groffen
2015-06-09 18:01 Fabian Groffen
2015-06-04 19:47 Fabian Groffen
2015-04-05  9:15 Fabian Groffen
2014-11-12 17:31 Fabian Groffen
2014-10-02 18:48 Fabian Groffen
2014-09-28 17:52 Fabian Groffen
2014-05-06 19:32 Fabian Groffen
2014-05-06 19:18 Fabian Groffen
2014-04-22 19:52 Fabian Groffen
2014-02-06 21:09 Fabian Groffen
2014-01-06  9:47 Fabian Groffen
2013-09-24 17:29 Fabian Groffen
2013-09-20 17:59 Fabian Groffen
2013-09-18 18:34 Fabian Groffen
2013-09-13 18:02 Fabian Groffen
2013-08-10 20:54 Fabian Groffen
2013-07-10  5:31 Fabian Groffen
2013-07-08 19:32 Fabian Groffen
2013-06-29  5:41 Fabian Groffen
2013-06-27 17:20 Fabian Groffen
2013-06-12  9:02 Fabian Groffen
2013-06-09 15:53 Fabian Groffen
2013-05-04 18:55 Fabian Groffen
2013-04-02 16:57 Fabian Groffen
2013-03-31 19:03 Fabian Groffen
2013-03-31 19:00 Fabian Groffen
2013-03-24  8:36 Fabian Groffen
2013-03-23 19:54 Fabian Groffen
2013-02-28 19:29 Fabian Groffen
2013-02-07 20:01 Fabian Groffen
2013-01-27 21:41 Fabian Groffen
2013-01-27 21:41 Fabian Groffen
2013-01-13 10:26 Fabian Groffen
2013-01-10 21:02 Fabian Groffen
2013-01-05 18:14 Fabian Groffen
2012-12-26 14:48 Fabian Groffen
2012-12-02 15:47 Fabian Groffen
2012-12-02 15:36 Fabian Groffen
2012-12-02 15:33 Fabian Groffen
2012-12-02 15:33 Fabian Groffen
2012-12-02 15:33 Fabian Groffen
2012-12-02 13:12 Fabian Groffen
2012-12-02 12:59 Fabian Groffen
2012-11-04 10:48 Fabian Groffen
2012-10-22 17:25 Fabian Groffen
2012-10-02 12:02 Fabian Groffen
2012-09-30 11:22 Fabian Groffen
2012-09-12 18:18 Fabian Groffen
2012-09-09  7:40 Fabian Groffen
2012-09-06 18:14 Fabian Groffen
2012-08-27  6:44 Fabian Groffen
2012-08-12  7:50 Fabian Groffen
2012-07-19 16:25 Fabian Groffen
2012-07-06  7:05 Fabian Groffen
2012-04-23 19:23 Fabian Groffen
2012-04-03 18:04 Fabian Groffen
2012-03-31 19:31 Fabian Groffen
2012-03-01 20:32 Fabian Groffen
2012-02-19  9:58 Fabian Groffen
2012-02-09  8:01 Fabian Groffen
2012-01-10 17:45 Fabian Groffen
2011-12-31 16:45 Fabian Groffen
2011-12-26  9:12 Fabian Groffen
2011-12-23  9:51 Fabian Groffen
2011-12-22  9:51 Fabian Groffen
2011-12-19 18:30 Fabian Groffen
2011-12-14 15:25 Fabian Groffen
2011-12-10 11:28 Fabian Groffen
2011-12-09 20:33 Fabian Groffen
2011-12-02 20:31 Fabian Groffen
2011-12-02 19:20 Fabian Groffen
2011-12-02 19:19 Fabian Groffen
2011-12-02 19:18 Fabian Groffen
2011-12-02 18:03 Fabian Groffen
2011-10-21 17:34 Fabian Groffen
2011-10-21 17:34 Fabian Groffen
2011-10-20 20:28 Fabian Groffen
2011-10-20 17:08 Fabian Groffen
2011-10-20 16:38 Fabian Groffen
2011-10-17 18:36 Fabian Groffen
2011-10-16 13:59 Fabian Groffen
2011-10-15 18:27 Fabian Groffen
2011-10-13  6:52 Fabian Groffen
2011-09-23 18:38 Fabian Groffen
2011-09-23 18:23 Fabian Groffen
2011-09-20 18:25 Fabian Groffen
2011-09-14 18:43 Fabian Groffen
2011-09-14 18:38 Fabian Groffen
2011-09-13 17:41 Fabian Groffen
2011-08-31 18:39 Fabian Groffen
2011-08-30 18:45 Fabian Groffen
2011-08-29 19:03 Fabian Groffen
2011-08-25 20:25 Fabian Groffen
2011-08-20 17:50 Fabian Groffen
2011-07-26 17:35 Fabian Groffen
2011-07-17  9:48 Fabian Groffen
2011-07-17  8:12 Fabian Groffen
2011-07-01 17:44 Fabian Groffen
2011-06-14 15:39 Fabian Groffen
2011-06-06 17:12 Fabian Groffen
2011-05-28  8:29 Fabian Groffen
2011-05-27 17:41 Fabian Groffen
2011-05-14 13:59 Fabian Groffen
2011-05-02 17:41 Fabian Groffen
2011-04-24 12:08 Fabian Groffen
2011-04-15 18:27 Fabian Groffen
2011-04-15 18:27 Fabian Groffen
2011-03-28 16:52 Fabian Groffen
2011-03-23 19:26 Fabian Groffen
2011-03-17 19:08 Fabian Groffen
2011-03-13 14:45 Fabian Groffen
2011-03-09 19:44 Fabian Groffen
2011-02-26 21:15 Fabian Groffen
2011-02-10 18:46 Fabian Groffen
2011-02-10 18:44 Fabian Groffen
2011-02-10 18:20 Fabian Groffen
2011-02-05 12:25 Fabian Groffen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1348683874.596938085a7f715f2dbe44720f42d213b281b50c.grobian@gentoo \
    --to=grobian@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox