From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 73CA61381F4 for ; Sun, 12 Aug 2012 23:23:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50B97E064B; Sun, 12 Aug 2012 23:22:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 18DA7E064B for ; Sun, 12 Aug 2012 23:22:57 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80D2B1B401E for ; Sun, 12 Aug 2012 23:22:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 422AEE543A for ; Sun, 12 Aug 2012 23:22:55 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1344813535.c5c9ca49f60126e2ae9892fe5eaaca8457665cea.sping@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/software.sh X-VCS-Directories: defaults/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: c5c9ca49f60126e2ae9892fe5eaaca8457665cea X-VCS-Branch: master Date: Sun, 12 Aug 2012 23:22:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f390ca41-04df-4b4d-ab26-f94fde1ddba1 X-Archives-Hash: b8da8c8d5a8fea0816229b5054271e22 commit: c5c9ca49f60126e2ae9892fe5eaaca8457665cea Author: Sebastian Pipping pipping org> AuthorDate: Sun Aug 12 23:14:42 2012 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sun Aug 12 23:18:55 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=c5c9ca49 Further improve wording in software.sh --- defaults/software.sh | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/defaults/software.sh b/defaults/software.sh index fa7d136..fe2962e 100644 --- a/defaults/software.sh +++ b/defaults/software.sh @@ -1,11 +1,13 @@ # NOTE: -# - This file (software.sh) is sourced by genkernel . +# - This file (software.sh) is sourced by genkernel. # Rather than changing this very file, please override specific versions/variables # somewhere in /etc/genkernel.conf . # -# - The VERSION_* variables below in here are/were filled with actual version strings -# by the genkernel ebuild. -# - This file should not override already existing vars, as they are probably from genkernel.conf +# - Any VERSION_* magic strings below will be filled (or already have been) +# with actual version strings by the genkernel ebuild. +# +# - This file should not override previously defined variables, as their values may +# originate from user changes to /etc/genkernel.conf . BUSYBOX_VER="${BUSYBOX_VER:-VERSION_BUSYBOX}" BUSYBOX_SRCTAR="${BUSYBOX_SRCTAR:-${DISTDIR}/busybox-${BUSYBOX_VER}.tar.bz2}"