diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-03-23 18:35:58 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-03-23 18:35:58 +0000 |
commit | 29fc0e792873338fce514626f40756779d0bfcd0 (patch) | |
tree | ef8572945826abbfc7d8fb2c90f0c4f89d36dfe1 /app-emulation | |
parent | Keyworded ~sparc wrt #84992 (diff) | |
download | historical-29fc0e792873338fce514626f40756779d0bfcd0.tar.gz historical-29fc0e792873338fce514626f40756779d0bfcd0.tar.bz2 historical-29fc0e792873338fce514626f40756779d0bfcd0.zip |
sed is NOT allowed in global scope in ebuilds, so changed MY_PV munging to bash substitution instead.
Package-Manager: portage-1.585-cvs
Diffstat (limited to 'app-emulation')
4 files changed, 13 insertions, 8 deletions
diff --git a/app-emulation/vmware-console/ChangeLog b/app-emulation/vmware-console/ChangeLog index 60c22a41ac8e..e307e946e467 100644 --- a/app-emulation/vmware-console/ChangeLog +++ b/app-emulation/vmware-console/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/vmware-console # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-console/ChangeLog,v 1.11 2005/01/05 15:36:51 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-console/ChangeLog,v 1.12 2005/03/23 18:35:58 seemant Exp $ + + 23 Mar 2005; Seemant Kulleen <seemant@gentoo.org> + vmware-console-3.0.0.7592.ebuild, vmware-console-3.1.0.9089.ebuild: + sed is NOT allowed in global scope in ebuilds, so changed MY_PV munging to + bash substitution instead. 05 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org> metadata.xml: Changed herd to new vmware herd. diff --git a/app-emulation/vmware-console/Manifest b/app-emulation/vmware-console/Manifest index b5d22a021465..cedac8d2245f 100644 --- a/app-emulation/vmware-console/Manifest +++ b/app-emulation/vmware-console/Manifest @@ -1,9 +1,9 @@ -MD5 6047d76a37ba35ba1d3e5cd28bda8bda ChangeLog 1823 +MD5 68e6275e4293f6309e2871a6bbb90084 ChangeLog 2051 MD5 e943173395ac6bf9d95b593a3c8a0463 metadata.xml 351 MD5 3b59428edde27b784385036e19a3bc82 vmware-console-2.1.0.7728.ebuild 995 MD5 84859b472d63d7e3567bbce47143b857 vmware-console-2.5.1.5336.ebuild 994 -MD5 dfdd883c0537999ffe6ed20312211e11 vmware-console-3.0.0.7592.ebuild 2608 -MD5 f67b76206d0e3b73ea3a58caf6c376e6 vmware-console-3.1.0.9089.ebuild 2756 +MD5 31ad2e8c1398c7a5b2f0adede28ef307 vmware-console-3.0.0.7592.ebuild 2578 +MD5 93db3fd9435514c004773467fc35fcca vmware-console-3.1.0.9089.ebuild 2726 MD5 9978bf50ea42bf8266eb8e22eee43957 files/99vmware-console 62 MD5 21cf0cab96e1f8f02b9efb87385dcdf7 files/digest-vmware-console-2.1.0.7728 78 MD5 481a0d1dcbaa9ab5162fbc4dd9a847f2 files/digest-vmware-console-2.5.1.5336 78 diff --git a/app-emulation/vmware-console/vmware-console-3.0.0.7592.ebuild b/app-emulation/vmware-console/vmware-console-3.0.0.7592.ebuild index 08eac6485e6e..b068785d4f36 100644 --- a/app-emulation/vmware-console/vmware-console-3.0.0.7592.ebuild +++ b/app-emulation/vmware-console/vmware-console-3.0.0.7592.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-console/vmware-console-3.0.0.7592.ebuild,v 1.8 2005/01/01 14:19:18 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-console/vmware-console-3.0.0.7592.ebuild,v 1.9 2005/03/23 18:35:58 seemant Exp $ MY_PN="VMware-console" -MY_PV=`echo ${PV} | sed -e 's/\.\([0-9]\+\)$/-\1/'` +MY_PV=${PV%.*}-${PV##*.} MY_P="${MY_PN}-${MY_PV}" FN="${MY_P}.tar.gz" S="${WORKDIR}/vmware-console-distrib" diff --git a/app-emulation/vmware-console/vmware-console-3.1.0.9089.ebuild b/app-emulation/vmware-console/vmware-console-3.1.0.9089.ebuild index f44c7f2d2d37..ae1b1770d922 100644 --- a/app-emulation/vmware-console/vmware-console-3.1.0.9089.ebuild +++ b/app-emulation/vmware-console/vmware-console-3.1.0.9089.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-console/vmware-console-3.1.0.9089.ebuild,v 1.4 2005/01/01 14:19:18 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-console/vmware-console-3.1.0.9089.ebuild,v 1.5 2005/03/23 18:35:58 seemant Exp $ MY_PN="VMware-console" -MY_PV=`echo ${PV} | sed -e 's/\.\([0-9]\+\)$/-\1/'` +MY_PV=${PV%.*}-${PV##*.} MY_P="${MY_PN}-${MY_PV}" FN="${MY_P}.tar.gz" S="${WORKDIR}/vmware-console-distrib" |