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 1C59813877A for ; Wed, 6 Aug 2014 15:07:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F7ABE08E0; Wed, 6 Aug 2014 15:07:54 +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 013B8E08E0 for ; Wed, 6 Aug 2014 15:07:53 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00FB1340114 for ; Wed, 6 Aug 2014 15:07:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id EDF7318810 for ; Wed, 6 Aug 2014 15:07:50 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1407337216.6d46bae57015554d60cb66b1570d0016c9e6f076.williamh@gentoo> Subject: [gentoo-commits] proj/baselayout:master commit in: / X-VCS-Repository: proj/baselayout X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 6d46bae57015554d60cb66b1570d0016c9e6f076 X-VCS-Branch: master Date: Wed, 6 Aug 2014 15:07:50 +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: bce52720-afd1-4020-99b9-3f137ff0c706 X-Archives-Hash: 5dd62f43f7d0ae3032eabee8ced8cdaa commit: 6d46bae57015554d60cb66b1570d0016c9e6f076 Author: William Hubbs gentoo org> AuthorDate: Wed Aug 6 15:00:16 2014 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Aug 6 15:00:16 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/baselayout.git;a=commit;h=6d46bae5 Set version in Makefile The PV variable in Makefile now holds the version number directly instead of reading it from an external file. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6f06624..d55914f 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ # It also has the added bonus of being easier to install on systems # without an ebuild style package manager. -PV = $(shell cat .pv) +PV = 2.3 PKG = baselayout-$(PV) DESTDIR =