diff options
author | 2009-01-28 07:49:44 +0000 | |
---|---|---|
committer | 2009-01-28 07:49:44 +0000 | |
commit | 5985c35862d41150eaa90351490f85d6961e093d (patch) | |
tree | 6d403a7d402a9e7d2336c70944a29b24cea259cb /app-editors | |
parent | Version bump. (diff) | |
download | gentoo-2-5985c35862d41150eaa90351490f85d6961e093d.tar.gz gentoo-2-5985c35862d41150eaa90351490f85d6961e093d.tar.bz2 gentoo-2-5985c35862d41150eaa90351490f85d6961e093d.zip |
Fix assignment of FULL_VERSION.
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-23.0.60_pre20090125.ebuild | 5 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-23.0.9999-r1.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.60_pre20090125.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.60_pre20090125.ebuild index edca562ddbe3..f72eff397db4 100644 --- a/app-editors/emacs-cvs/emacs-cvs-23.0.60_pre20090125.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-23.0.60_pre20090125.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60_pre20090125.ebuild,v 1.1 2009/01/25 19:25:17 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60_pre20090125.ebuild,v 1.2 2009/01/28 07:49:44 ulm Exp $ EAPI=2 - WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -25,7 +24,7 @@ else # FULL_VERSION keeps the full version number, which is needed in # order to determine some path information correctly for copy/move # operations later on - FULL_VERSION="${PV%_*}" + FULL_VERSION="${PV%%_*}" S="${WORKDIR}/emacs-${FULL_VERSION}" fi diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.9999-r1.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.9999-r1.ebuild index 5bc3c18ccfd1..d43043a89e19 100644 --- a/app-editors/emacs-cvs/emacs-cvs-23.0.9999-r1.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-23.0.9999-r1.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999-r1.ebuild,v 1.1 2009/01/25 19:25:17 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999-r1.ebuild,v 1.2 2009/01/28 07:49:44 ulm Exp $ EAPI=2 - WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -25,7 +24,7 @@ else # FULL_VERSION keeps the full version number, which is needed in # order to determine some path information correctly for copy/move # operations later on - FULL_VERSION="${PV%_*}" + FULL_VERSION="${PV%%_*}" S="${WORKDIR}/emacs-${FULL_VERSION}" fi |