From 6563293d18daed502ccdb663f3c72b4bae5fe23a Mon Sep 17 00:00:00 2001 From: Alexander Bersenev Date: Mon, 17 Feb 2014 17:57:05 +0600 Subject: updated portage to 2.2.8-r1 --- portage_with_autodep/bin/ebuild-helpers/newsbin | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) mode change 100755 => 120000 portage_with_autodep/bin/ebuild-helpers/newsbin (limited to 'portage_with_autodep/bin/ebuild-helpers/newsbin') diff --git a/portage_with_autodep/bin/ebuild-helpers/newsbin b/portage_with_autodep/bin/ebuild-helpers/newsbin deleted file mode 100755 index 9df0af2..0000000 --- a/portage_with_autodep/bin/ebuild-helpers/newsbin +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/bash -# 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 - -if [[ -z ${T} ]] || [[ -z ${2} ]] ; then - helpers_die "${0##*/}: Need two arguments, old file and new file" - exit 1 -fi - -if [ ! -e "$1" ] ; then - helpers_die "!!! ${0##*/}: $1 does not exist" - exit 1 -fi - -(($#>2)) && \ - eqawarn "QA Notice: ${0##*/} called with more than 2 arguments: ${@:3}" - -rm -rf "${T}/${2}" && \ -cp -f "${1}" "${T}/${2}" && \ -exec dosbin "${T}/${2}" diff --git a/portage_with_autodep/bin/ebuild-helpers/newsbin b/portage_with_autodep/bin/ebuild-helpers/newsbin new file mode 120000 index 0000000..59a0db2 --- /dev/null +++ b/portage_with_autodep/bin/ebuild-helpers/newsbin @@ -0,0 +1 @@ +newins \ No newline at end of file -- cgit v1.2.3-65-gdbad