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 09F7B58973 for ; Sat, 6 Feb 2016 22:56:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 072B121C023; Sat, 6 Feb 2016 22:56:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5C6121C023 for ; Sat, 6 Feb 2016 22:56:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5DC6E340B46 for ; Sat, 6 Feb 2016 22:56:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70FB48EC for ; Sat, 6 Feb 2016 22:56:34 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1454799389.12a3311954f3533b6fb02b404ff81401d9d8e390.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/genkernel/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/genkernel/genkernel-9999.ebuild X-VCS-Directories: sys-kernel/genkernel/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 12a3311954f3533b6fb02b404ff81401d9d8e390 X-VCS-Branch: master Date: Sat, 6 Feb 2016 22:56:34 +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: 38df4a78-304d-42a6-bddc-c73841c50b75 X-Archives-Hash: 29a890e576e372f99b4e2d075d3940e4 commit: 12a3311954f3533b6fb02b404ff81401d9d8e390 Author: Robin H. Johnson gentoo org> AuthorDate: Sat Feb 6 22:56:17 2016 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sat Feb 6 22:56:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a33119 sys-kernel/genkernel: be clearer with genkernel git versions. Package-Manager: portage-2.2.27 sys-kernel/genkernel/genkernel-9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-kernel/genkernel/genkernel-9999.ebuild b/sys-kernel/genkernel/genkernel-9999.ebuild index 86ff466..77d5d22 100644 --- a/sys-kernel/genkernel/genkernel-9999.ebuild +++ b/sys-kernel/genkernel/genkernel-9999.ebuild @@ -87,6 +87,9 @@ src_unpack() { src_prepare() { if [[ ${PV} == 9999* ]] ; then + einfo "Updating version tag" + GK_V=$(git describe --tags) + sed "/^GK_V/s,=.*,='${GK_V}',g" -i "${S}"/genkernel einfo "Producing ChangeLog from Git history..." pushd "${S}/.git" >/dev/null || die git log > "${S}"/ChangeLog || die